Hello --
We completed an installation of CentOS 5.11 32-bit onto a Vmware ESXi 6.0.0 appliance for the purpose of running a legacy application. The hardware in question is a Dell PowerEdge R730xd system. The Vmware tools utility was installed onto the virtual machine, and that initially provided access to the network. Once that was done, patches from the CentOS repository were installed onto the virtual machine, and it was rebooted.
The problem we are experiencing is that after that last reboot the network card is not recognized, and there is no connectivity. The error message we are getting is the following:
vmxnet3 device eth0 does not seem to be present, delaying initialization.
The setup utility within CentOS recognizes the card being present, but the running ifup command, and turning off the NetworkManager daemon did not help. I also went to the /etc/udev/rules.d directory, removed the existing 60-net.rules file, and recreated it with the echo command. A reboot did not populate the file. I then tried creating a 70-persistent-net.rules file, and that did not work either.
Running the command
ls /sys/class/net
listed only the lo interface.
So far, the only solution that I can think of is to recreate the virtual machine, install the Vmware Tools utility, and forget about installing any patches. Before I do that, I wanted to know if anyone has any other ideas.
Thanks.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
Try reinstalling vmware-tools
Eero
24.8.2016 7.41 ip. "Kaplan, Andrew H." AHKAPLAN@partners.org kirjoitti:
Hello --
We completed an installation of CentOS 5.11 32-bit onto a Vmware ESXi 6.0.0 appliance for the purpose of running a legacy application. The hardware in question is a Dell PowerEdge R730xd system. The Vmware tools utility was installed onto the virtual machine, and that initially provided access to the network. Once that was done, patches from the CentOS repository were installed onto the virtual machine, and it was rebooted.
The problem we are experiencing is that after that last reboot the network card is not recognized, and there is no connectivity. The error message we are getting is the following:
vmxnet3 device eth0 does not seem to be present, delaying initialization.
The setup utility within CentOS recognizes the card being present, but the running ifup command, and turning off the NetworkManager daemon did not help. I also went to the /etc/udev/rules.d directory, removed the existing 60-net.rules file, and recreated it with the echo command. A reboot did not populate the file. I then tried creating a 70-persistent-net.rules file, and that did not work either.
Running the command
ls /sys/class/net
listed only the lo interface.
So far, the only solution that I can think of is to recreate the virtual machine, install the Vmware Tools utility, and forget about installing any patches. Before I do that, I wanted to know if anyone has any other ideas.
Thanks.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Hello --
Thank-you for your email.
The reinstallation of vmware-tools worked, and as a further a test, I rebooted the virtual machine, and the network was still operational.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Eero Volotinen Sent: Wednesday, August 24, 2016 12:49 PM To: CentOS mailing list Subject: Re: [CentOS] Problem with CentOS 5.11 virtual machine
Try reinstalling vmware-tools
Eero
24.8.2016 7.41 ip. "Kaplan, Andrew H." AHKAPLAN@partners.org kirjoitti:
Hello --
We completed an installation of CentOS 5.11 32-bit onto a Vmware ESXi 6.0.0 appliance for the purpose of running a legacy application. The hardware in question is a Dell PowerEdge R730xd system. The Vmware tools utility was installed onto the virtual machine, and that initially provided access to the network. Once that was done, patches from the CentOS repository were installed onto the virtual machine, and it was rebooted.
The problem we are experiencing is that after that last reboot the network card is not recognized, and there is no connectivity. The error message we are getting is the following:
vmxnet3 device eth0 does not seem to be present, delaying initialization.
The setup utility within CentOS recognizes the card being present, but the running ifup command, and turning off the NetworkManager daemon did not help. I also went to the /etc/udev/rules.d directory, removed the existing 60-net.rules file, and recreated it with the echo command. A reboot did not populate the file. I then tried creating a 70-persistent-net.rules file, and that did not work either.
Running the command
ls /sys/class/net
listed only the lo interface.
So far, the only solution that I can think of is to recreate the virtual machine, install the Vmware Tools utility, and forget about installing any patches. Before I do that, I wanted to know if anyone has any other ideas.
Thanks.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
_______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
John R Pierce wrote on 8/24/2016 1:17 PM:
On 8/24/2016 9:49 AM, Eero Volotinen wrote:
Try reinstalling vmware-tools
yea, any time you installed a new kernel on el5, you had to reinstall vmware tools, kind of a pain. on newer systems, this seems less neccessary.
Perhaps this is related to the vmxnet3 hardware/drivers in EL5. We had problems (loss of some packets) using vmxnet in EL6 VMs on ESXi 6.0 hypervisor and had to switch our VMs to the e1000 NIC hardware type in ESXi. This resolved our issues.