Owner's Manual
414 Troubleshooting and Recovery
Remote RACDUMP
Remote RACADM is a client side utility, which can be executed from a
management station through the out of band network interface. A remote
capability option -r is provided that allows you to connect to the managed
system and execute RACADM subcommands from a remote console or
management station. To use the remote capability, you need a valid user
name (-u option) and password (-p option), and CMC IP address.
NOTE: When using the RACADM remote capability, you must have write
permissions on the folders where you are using the RACADM subcommands
involving file operations, for example:
– racadm getconfig -f <file name>
– racadm sslcertdownload -t <type> [-f
<filename>]
Remote RACDUMP Usage
To use the RACDUMP subcommand remotely, type the following
commands:
racadm -r <CMC IP address> -u <username> -p <password>
<subcommand> <subcommand options>
racadm -i -r <CMC IP address> <subcommand> <subcommand
options>
NOTE: The -i option instructs RACADM to interactively prompt for user name and
password. Without the -i option, you must provide the user name and password in
the command using the -u and -p options.
For example:
racadm -r 192.168.0.120 -u root -p calvin racdump
racadm -i -r 192.168.0.120 racdump
If the HTTPS port number of CMC has been changed to a custom port other
than the default port (443), the following syntax must be used:
racadm -r <CMC IP address>:<port> -u <username> -p
<password> <subcommand> <subcommand options>
racadm -i -r <CMC IP address>:<port> <subcommand>
<subcommand options>