User's Manual

76 Using the RACADM Command Line Interface
To view IP address and DHCP, MAC address, and DNS information for the
chassis, type:
racadm getsysinfo
Configuring the Network LAN Settings
NOTE: To perform the following steps, you must have Chassis Configuration
Administrator privilege.
NOTE: The LAN settings, such as community string and SMTP server IP address,
affect both the CMC and the external settings of the chassis.
NOTE: If you have two CMCs (primary and standby) on the chassis, and they are
both connected to the network, the standby CMC automatically assumes the
network settings in the event of failover of the primary CMC.
Enabling the CMC NIC
To enable/disable the CMC IPv4 NIC, type:
racadm config -g cfgLanNetworking -o cfgNicEnable 1
racadm config -g cfgLanNetworking -o cfgNicEnable 0
NOTE: The CMC IPv4 NIC is enabled by default.
To enable/disable the CMC IPv6 addressing, type:
racadm config -g cfgIpv6LanNetworking -o cfgNicEnable 1
racadm config -g cfgIpv6LanNetworking -o cfgNicEnable 0
NOTE: The CMC IPv6 addressing is disabled by default.
By default, for IPv4, the CMC requests and obtains a CMC IP address from
the Dynamic Host Configuration Protocol (DHCP) server automatically. You
can disable the DHCP feature and specify static CMC IP address, gateway,
and subnet mask.
For an IPv4 network, to disable DHCP and specify static CMC IP address,
gateway, and subnet mask, type:
racadm config -g cfgLanNetworking -o cfgNicUseDHCP 0
racadm config -g cfgLanNetworking -o cfgNicIpAddress
<static IP address>
racadm config -g cfgLanNetworking -o cfgNicGateway
<static gateway>