Quick Reference Guide
18 RACADM Subcommands
There are different escaping rules for single quoting versus double quoting.
For double quoting:
The following characters must be escaped by prepending a backslash:
• $ (dollar sign)
• " (double quote)
• ' (single quote)
•` (back quote)
•\ (backslash)
For example, use the following for a string that contains the special
characters, $, ",',`and \
For single quoting:
• No character escaping is necessary.
• A single quote cannot be used even with a backslash escaped.
NOTE: An empty string may be specified as either "" (using double quotes) or ''
(using single quotes).
"?" and "? <command>"
NOTE: To use this subcommand, you must have CMC Login User privilege.
Description
? lists all of the subcommands you can use with the racadm command and a
one-line description of each subcommand.
? <command> displays the syntax for the specified command.
NOTE: You can also use the help and help <
command
> commands to obtain the
same information.
Usage
racadm ?
racadm ? <command>