CLI Guide
Table Of Contents
- Dell EMC OpenManage Enterprise Modular Edition Version 1.00.10 for PowerEdge MX7000 Chassis RACADM Command Line Reference Guide
- 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
- OME Modular property database group and object descriptions
Synopsis
racadm deploy -m server-<n> -u root -p <password> -s <ipaddress>
<subnet> <gateway>
racadm deploy -m switch-<n> -u root -p <password> -d
racadm deploy -a [server|switch] -u root -p <password>
Input
● -m—<module>—must be one of the following values:
○ server
○ switch
● -a—[server|switch]—applies options to all modules present in the chassis of the given module
type; if specified must be one of the following values:
○ server
○ switch
NOTE: If the module type is not specified, the default type is server.
NOTE: Switches must support ethernet management.
● -u—The username for servers and switches must be 'root'.
● -p—Password for the given username. For a server, the password must be 1-20 characters with
ASCII value in the 32-126 range. For a switch, the password must be in the 6-32 characters with ASCII
value in the 32-125 range.
NOTE: FC IOMs (MXG610s) do not support colon, ":", in passwords.
NOTE: The lshell does not support the special characters—'&', '|','`','>','<', '$(', '$\{', 'sudo',
'lsudo', 'lpath', and 'history'.
NOTE: You can configure only the "root" user password for servers, using the deploy command.
● -s— The <ipaddress> <subnet> <gateway> sets static IPV4 network configuration for
server. The <ipAddress>, <netmask>, and <gateway> must be typed as dotted decimal strings.
● -d—Enables DHCP for the specified server.
Example
● Set root password, configure static IPV4 address for server-1
racadm deploy -m server-1 -u root -p <password> -s 192.168.0.20
255.255.255.0 192.168.0.1
● Set root password, configure static IPV6 address for server-1
racadm deploy -m server-1 -u root -p <password> -s -6 2001:DB8::2 64
2001:DB8::1
● Set root password and enable DHCP for server-3
racadm deploy -m server-3 -u root -p <password> -d
● Set password for switch-1
racadm deploy -m switch-1 -u root -p <password>
● Set root password to "calvin" for all servers
racadm deploy -a -u root -p calvin
● Set password for all switches
racadm deploy -a switch -u root -p <password>
RACADM sub command details 13