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
● -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
If the module type is not specified, the default type is server.
NOTE: Switches must support Ethernet management.
● -u—the username for servers 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. The special characters, &, (), and, && are not supported in
passwords.
NOTE: The MXG610s IOM does not support colon, ":", in passwords.
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.
● -s
○ The attribute string, <ipaddress> <subnet> <gateway>, sets static IPV4 network
configuration for server. The attributes, <ipAddress>, <netmask>, and <gateway> must be
typed as dotted decimal strings.
○ The attribute string, -6 <ipv6Address> <prefixlen> <gateway>, sets static IPV6
network configuration for server. The attributes, <ipv6Address> and <gateway> must be
entered as colon separated IPV6 strings.
● -d—enables DHCP for the specified server.
● -d—[-6]—enables DHCP for the specified server. The -6 option enables IPV6 autoconfiguration.
● -v—The SNMPv2 <snmpCommunityString> ro string sets the protocol version to SNMPv2.
The SNMPv1 <snmpCommunityString> ro sets the protocol version to SNMPv1, and its
permissions as read-only. The length of the snmpCommunityString must be 1-20 characters with
ASCII value in the 32-125 range.
NOTE:
SNMPv2 community string setting is allowed only for Network IOMs. SNMPv1 community
string setting is allowed only for MXG610s IOMs.
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 root password and enable IPv6 DHCP for server-3
racadm deploy -m server-3 -u root -p <password> -d -6
● Set password for switch-1
racadm deploy -m switch-1 -u root -p <password>
● Set SNMPv2 community string for switch-1
racadm deploy -m switch-1 -v SNMPv2 DemoCommunityString ro
RACADM sub command details 17