I currently have an issue with a secondary SVM - the server had been shutdown whilst an ESXi host was placed in maintenance mode. When the host was placed back in production, and the SVM powered on, it no longer finds any of the eth interfaces within the SVM. Please see screenshots below:
The nics are connected within vsphere - any ideas where to start with this// why this has happened.
I've also had constant issues with rebooting any SVM. Nine times out of ten I will need to reboot the VM several times before it boots correctly (black screen, so no ideas why). At other times /dev/sda2 will show errors and require me to manually run e2fsck before it comes back online. This can't be normal!
This is on the latest version of ESX/ vSphere (6.0) and with ScaleIO 1.32.
I've managed to temporarily get around the issue by using yast to redo the interfaces; however, it is non-persistent. The config is lost again the next time I reboot the appliance.
Comparing the various config files against a another SVM hasn't highlighted any differences either. Everything looks identical.
I’m beginning to wonder whether it’s a vmware tools issue, as I also have an error about mounting the HGFS share (see first screen shot). Unfortunately, as it’s an appliance, I can’t simply reinstall tools to see if sorts the issue.
In terms of what I’ve been comparing between SVMs, it’s the usual suspects:
I forgot to add that the persistent net rules in udev look correct too – the mac addresses match the virtual NICs for each interface.
From: Alex Hudson
Sent: 18 August 2015 10:18
To: 'jive-1456666747-bhcx-2-jbyk@emc-ecn.hosted.jivesoftware.com'
Subject: RE: - Failed SVM NICs after reboot
The MAC addresses are the same after reboot.
I’m beginning to wonder whether it’s a vmware tools issue, as I also have an error about mounting the HGFS share (see first screen shot). Unfortunately, as it’s an appliance, I can’t simply reinstall tools to see if sorts the issue.
In terms of what I’ve been comparing between SVMs, it’s the usual suspects:
I’ve managed to get the VM to maintain the interfaces on reboot, but not in a way I’m particularly happy with as it now differs from the other SVMs.
After a reboot, I noticed via lsmod that the vmxnet3 driver wasn’t loaded. To get around it I edited the modules loaded at boot in /etc/sysconfig/kernel:
MODULES_LOADED_ON_BOOT=”vmxnet3”
The VM is now functioning again and can happily be rebooted without losing the interfaces.
I’d still like to figure out what has gone wrong and get this SVM back in line with the others. Any suggestions appreciated.
AlexSynapse
16 Posts
719
0
Posted August 17th, 2015 10:00
I've managed to temporarily get around the issue by using yast to redo the interfaces; however, it is non-persistent. The config is lost again the next time I reboot the appliance.
Comparing the various config files against a another SVM hasn't highlighted any differences either. Everything looks identical.