3 installation in linux, Installation in linux – ADLINK IMB-S90 User Manual
Page 143

IMB-S90 IPMI User’s Manual
143
3.17.2.2
Examples of CD-ROM Media redirection
Eg1: sc start VMCLI -r 10.0.6.8:443 -u admin -p admin -c E:\
Description: Description: This command is to redirect the CD/DVD drive from the
management station to the host.
Eg2: sc start VMCLI -r 10.0.6.8:443 -u admin -p admin -c E:\ -e
Description: This command is to redirect the CD/DVD drive from the management station
to the host. Data will be transfer through ssl.
Eg3: sc start VMCLI -r 10.0.6.8:443 -u admin -p admin -c CD-RomImage.iso
Description: This command is to redirect the CD/DVD image from the management station
to the host.
Eg4: sc stop VMCLI
Description: This command is used to stop the VMCLI service to stop the redirection.
3.17.2.3
Examples of Hard Disk Drive Media redirection
Eg1: sc start VMCLI -r 10.0.6.8:443 -u admin -p admin -hd D:/
Description: This command is to redirect the Hard disk drive from the management station
to the host.
Eg2: sc start VMCLI -r 10.0.6.8:443 -u admin -p admin -hd D:/ -e
Description: This command is to redirect the Hard disk drive from the management station
to the host. Data will be transfer through ssl/
Eg3: sc start VMCLI -r 10.0.6.8:443 -u admin -p admin -hd HardDiskImage.img
Description: This command is to redirect the Hard disk image from the management
station to the host.
Eg4: sc stop VMCLI
Description: This command is used to stop the VMCLI service to stop the redirection.
3.17.3
Installation in Linux
1. Search libssl.so.0.9.8e and libcrypto.so.0.9.8e locate at /usr/lib or not. If not, do yum
install openssl or rpm –ivh openssl.rpm to install lib openssl:
ls –l /usr/lib/libssl*
ls –l /usr/lib/libcrypto*
2. Create a force link as libssl.so.0.9.8e to libssl.so.4:
ln –sf libssl.so.0.9.8e libssl.so.4