Reference Guide
Input
• -c- Connect the image.
• -d - Disconnect image.
• -u - Username to access the network share.
• -p- Password to access the network share.
• -l - Image location on the network share; use double quotes around the location.
• -s- Display current status; –a is assumed if not specified.
CMC Only options:
• -e — Deploys a remote image. This means that the first boot device is set to the
shared image and the server is set to reboot.
• -m <module> — Specifies the server to deploy the image to one of the following:
– sever-n, where
n
=1–16
– server-nx where
n
=1– 8;
x
= a,b,c,d
• -a — Applies options for slots for all present servers.
Example
• Configure a Remote image:
racadm remoteimage -c -u "user" -p "pass" -l //shrloc/
foo.iso
Remote Image is now Configured
• Disable Remote File Sharing:
racadm remoteimage -d
Disable Remote File Started. Please check status
using -s option to know Remote File Share is ENABLED
or DISABLED.
• Check Remote File Share status:
racadm remoteimage -s - status
Remote File Share is Enabled
UserName
Password
ShareName //10.94.161.112/xxxx/dtk_3.3_73_Linux.iso
• Deploy a remote image on iDRAC CIFS Share:
racadm remoteimage -c -u root -p calvin -l //
192.168.0.180/dev/floppy.img
• Deploy a remote image on iDRAC NFS Share:
racadm remoteimage -c –m server-1 -u root -p calvin -
l '//192.168.0.180/dev/floppy.img'
• Deploy a remote image to server 1 from the CMC:
racadm remoteimage -c –m server-1 -u root -p calvin -
l '//192.168.0.180/dev/floppy.img'
• Deploy a remote image on iDRAC CIFS share for all the servers:
racadm remoteimage -c -a -l '//192.168.0.180/dev/
floppy.img' -u root -p calvin
• Deploy a remote image on iDRAC NFS share for all the servers:
racadm remoteimage -c -a -l '192.168.0.180:/dev/
floppy.img' -u root -p calvin
115