Quick Reference Guide
The above command is an optimized version and displays all temperature probe objects for the enclosure FQDD.
racadm raid get tempprobes -refkeys <enclosure FQDDs
separated by comma > -o -p <property names separated by comma>
optimized and filtered version
• 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 permission.
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.
Example
• racadm remoteimage -c -u "user" -p "pass" -l //shrloc/
foo.iso
Remote Image is now Configured
• racadm remoteimage -d - disconnect
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
serveraction
Description
Enables users to perform power management operations
on the host system.
86