CLI Guide
Table Of Contents
- Dell EMC OpenManage Enterprise Modular Edition for PowerEdge MX7000 Chassis RACADM Command Line Reference Guide
- Contents
- Introduction
- RACADM sub command details
- Guidelines to quote strings containing special characters when using RACADM commands
- Question mark and question mark with subcommand
- help and help with subcommand
- arp
- chassisaction
- chassisgroup
- chassislog
- cmcchangeover
- config
- connect
- deploy
- faultlist
- getconfig
- getmodinfo
- getniccfg
- getpbinfo
- getpminfo
- getsensorinfo
- getsysinfo
- ifconfig
- ping
- ping6
- racreset
- racresetcfg
- serveraction
- setniccfg
- swinventory
- traceroute
- traceroute6
- OpenManage Enterprise Modular property database group and object descriptions
Example NA
NOTE: During a failover, the chassis power state on the OME - Modular GUI is displayed as "off". The original power state
is displayed after the inventory is refreshed.
config
Description Modifies the configuration properties of the management module.
NOTE: Use racadm config command to set basic attributes such as IP address attributes, to
access the system. To configure complex or multiple networking attributes such as DNS registration
attributes use the RESTful API or OME-Modular web interface. The racadm interface does not
facilitate setting multiple dependent attributes in a single call.
Synopsis
racadm config -g <group> -o <object> <value> [-m <module>]
racadm config -g <group> -i <index> -o <object> <value>
Input
● -g—Configuration group to which the object belongs.
● -o—Configuration object to configure.
● -i—Index of indexed group, which is used with -g and -o.
● -m—The module must have one of the following values: - storage-<n>- where n=1 to 8.
NOTE: The storage -<n> option is available only for cfgStorageModule.
● <value>—Value of the configuration object.
Example
● Configure a single property of a group:
racadm config -g cfgLanNetworking -o cfgDNSRacName NAME
NOTE: The cfgDNSRacName attribute does not support the special characters—&, (), and, &&.
● Configure a single property of a group for a particular user:
racadm config -g cfgUserAdmin -i 2 -o cfgUserAdminPassword PASSWORD
● Configure the maximum number of authentication attempts permitted per connection:
racadm config -g cfgRacTuning -o cfgRacTuneMaxAuthRetries 5
The maximum number of authentication attempts that are allowed is nine. The default value is "3".
connect
Description
Connects to switch or blade serial console. The connect command is supported only on firmware
interfaces.
NOTE: To terminate racadm connect command, use control+\(backslash).
NOTE: You can connect eight serial sessions simultaneously for compute sleds using racadm
connect command.
Synopsis
racadm connect [-b] -m <module>
Input
● -b—Binary mode
If -b is used, reset OME-Modular to terminate the connect.
RACADM sub command details 15