Question


I have to hard reboot my compute resource when sending it for a reboot because the compute resource doesn't shut down correctly and the message with iSCSI errors appears.

Resolution


To resolve the issue, use the following commands on the compute resource:

   chkconfig --level 06 network off

rm -rf /etc/rc0.d/*network

rm -rf /etc/rc6.d/*network
CODE


Cause


It is usually caused due to shutting down or restarting a compute resource which does not give the iSCSI service enough time to stop correctly.