Your machine has multiple network interface cards (NICs) using kernel-names (ethX).
- One or more enabled YUM repo are currently unsupported. You should disable these repositories and remove packages installed from them before continuing the update. Consider reporting this limitation to
- Your machine has multiple network interface cards (NICs) using kernel-names (ethX). Since the upgrade process cannot guarantee their stability after upgrade, you cannot upgrade. Please provide those interfaces new names before continuing the update.
-
Hey there! If you wanted to run the ELevate tool, you'd need to remove that software and repository to avoid any interference from the update process. As far as the network card names, it would be best to speak with your hosting provider or datacenter about that. While we do provide the alert notice, we don't manage the network settings inside WHM, and the process of making those changes can vary depending on your hosting plan and environment. 0 -
ElasticSearch is Java and I see here: Not sure if this is a false positive or how it would interfere with the upgrade process. 0 -
I spoke with the team and we are still looking into all the possibilities that could interfere with the update. At this point, the only way to proceed is to remove the software or repositories it mentions to ensure there are no conflicts, as there is not a way to override or bypass that check. 0 -
You can do it via ssh:
ip link set eth0 down
ip link set eth0 name nic0
ip link set nic0 upmv /etc/sysconfig/network-scripts/ifcfg-{eth0,nic0}
sed -ire "s/NAME="eth0"/NAME="nic0"/" /etc/sysconfig/network-scripts/ifcfg-nic0
sed -ire "s/DEVICE="eth0"/DEVICE="nic0"/" /etc/sysconfig/network-scripts/ifcfg-nic0MAC=$(cat /sys/class/net/nic0/address)
echo -n 'HWADDR="'$MAC" >> /etc/sysconfig/network-scripts/ifcfg-nic00 -
I would rename the secondary interface (probably eth1?) instead as adjusting the primary could cause you more harm than good :(
Andrew N. - cPanel Plesk VMWare Certified Professional
Do you need immediate assistance? 20 minutes response time!* Open a ticket
EmergencySupport - Professional Server Management and One-time Services0 -
I just made the example for eth0... you can do it with the ethX you want/need. In my case the was no problem changing both to nicX.
0
Please sign in to leave a comment.
Comments
7 comments