Users guide
157 IntelĀ® RAID Software User Guide
There is no password by default for the shell. If you have set any password
from the "yellow" screen (DCUI), use that password.
You are prompted (#) next.
2. Enable
ssh for remote copy.
a. Type the following command.
vi /etc/inetd.conf
b. Search for ssh in the file.
By default, the line that contains
ssh has comments.
c. Remove the comment by deleting the
symbol # in front of the line.
d. Save the file and exit.
3. Restart the
inetd daemon for the changes to take effect.
a. Type the following command to get the pid for
inetd:
ps | grep inetd
b. Type the following command to kill the inetd process:
Kill -9 <inetd pid>
c. Type the following command to restart the inetd daemon:
#inetd
4. Type the following command to use scp to copy storelib from a remote machine to
the following path:
/lib dir scp <user@ip:path to
storelib>/libstorelib.so.2.53 /lib/libstorelib.so
5. Restart SFCB and check its status.
a. Type the following command to res
tart SFCB:
/etc/init.d/sfcbd restart
b. Type the following command to check the status of SFCB:
/etc/init.d/sfcbd status
Note: The updated Storelib library in the /lib directory does not persist across
reboots. Each time you restart the VMWare host, you have to follow this
procedure to replace the Storelib library.