IBM Power Systems: VIO issue
/etc/inittab: perfprovider:2:once:/usr/bin/startsrc -s perfprovider > /dev/null 2>&1
ls -l /usr/ios/db/bin/solid* ps -ef | egrep "vio_daemon|solid|db" lssrc -ls vio_daemon stopsrc -s vio_daemon startsrc -s vio_daemon sleep 10 ps -ef | egrep "vio_daemon|solid|db" lssrc -ls vio_daemon
# tail -1 /etc/hosts 10.x.x.x p10-vios p10-vios.int.xorux.com # tail -1 /etc/netsvc.conf hosts=local,bind4 # cat /etc/resolv.conf domain int.xorux.com nameserver 10.x.x.x nameserver 1.1.1.1 --> make sure DNS is working properly, nslookup/ping # stopsrc -s vio_daemon # startsrc -s vio_daemon
# vi /etc/netsvc.conf hosts=local4,bind4 <===== change ¿hosts=local,bind¿ to thisThen
/usr/bin/stopsrc -s vio_daemon
Wait 300 seconds or until vio_daemon has stopped.
/usr/sbin/slibclean
rm -rf /home/ios/CM
/usr/bin/startsrc -s vio_daemon -a '-d 4'
ps -ef |grep vio_chgmgt |grep -v grep |awk -F ' ' '{print $2}'
kill -1
$ oem_setup_env # stopsrc -s vio_daemon # /usr/sbin/slibclean # rm -rf /home/ios/CM # rm /home/ios/logs/viod_bkps/* # startsrc -s vio_daemon -a '-d 3' # kill -1 vio_daemon's PIDThen wait few minutes and retry the operation that was failing