Reference Guide
• Monitor and Inventory all Power Supply Units connected to the enclosure
racadm raid get psus --refkey <enclosure FQDD's separated
by comma>
The above command displays all power supply units connected to the enclosures being mentioned as refkeys.
racadm raid get psus --refkey <enclosure FQDD's separated
by comma
> -o
The above command is an optimized version and displays all power supply units objects for the enclosure FQDD.
racadm raid get psus --refkey <enclosure FQDD's separated
by comma > -o -p <property names separated by comma>
The above command is an optimized and filtered version.
remoteimage
Description Connects, disconnects, or deploys a media file on a remote server.
To use this subcommand, you must have Administrator privilege.
Synopsis
racadm remoteimage <options>
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:
server-n : where n = 1 to 16, or all
Example
• racadm remoteimage -c -u "user" -p "pass" -l //shrloc/
foo.iso
Remote Image is now Configured
• racadm remoteimage -d
Disable Remote File Started. Please check status
using -s option to know Remote File Share is ENABLED
or DISABLED.
• 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'
88










