Under Xen, iSCSI initiator fails to load at boot
This document (3737586) is provided subject to the disclaimer at the end of this document.
Environment
Situation
In some cases, the iSCSI initiator fails to load at boot when booting into the Xen kernel.
Resolution
- Open a terminal
- Change directories to /etc/init.d
- Open the file named "open-iscsi"
- The comment section should look like this:
### BEGIN INIT INFO# Provides: iscsi# Required-Start: $network# Should-Start:# Required-Stop:# Should-Stop:# Default-Start: 3 5# Default-Stop:# Short-Description: Starts and stops the iSCSI client initiator### END INIT INFO
- Change it to (change high-lighted in bold)
### BEGIN INIT INFO# Provides: iscsi# Required-Start: $network +xend# Should-Start:# Required-Stop:# Should-Stop:# Default-Start: 3 5# Default-Stop:# Short-Description: Starts and stops the iSCSI client initiator### END INIT INFO
-
Save the file
- Use insserv to register the depenceny change
insserv open-iscsi
- Turn the service back on
chkconfig open-iscsi on
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:3737586
- Creation Date: 07-Jan-2008
- Modified Date:13-Mar-2021
-
- SUSE Linux Enterprise Desktop
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com