CLI Guide

Input
-mThe <module> must be server-<n>, where n = 1 to 8
-aPerforms power action on all servers
Example
Power action on a single server:
racadm serveraction -m server-1 powerdown
Power action on all servers:
racadm serveraction -a powerup
Reseat action on a single storage:
racadm serveraction -m storage-2 -f reseat
setniccfg
Description Modifies network configuration properties.
Synopsis
racadm setniccfg [-m <module>] -d
racadm setniccfg [-m <module>] -d [-6]
racadm setniccfg [-m <module>] -s <ipAddress> <netmask> <gateway>
racadm setniccfg [-m <module>] -s -6 <ipv6Address> <prefixlen> <gateway>
racadm setniccfg [-m <module>] -v [vlan_id]
Input
-mThe <module> option must be one of the following values:
switch-<n>, where n = 1-6
chassisThe default state if -m is not specified.
-dEnables DHCP for the Ethernet management port.
-sEnables static IP address, netmask, and gateway settings.
NOTE:
Enter the IP address, netmask, and gateway as dotted decimal strings.
Command also supports VLAN Configuration.
-vVLAN settings has the following legal values:
If there are no arguments, it implies that the VLAN tag must be removed.
<vlan_id> : 1-4000, 4021-4094
NOTE: Disable the DHCP option to configure the static IP.
Example
Enable DHCP for a switch:
racadm setniccfg -m switch-1 -d
To Enable Autoconfiguration for ipv6
racadm setniccfg -m chassis -d -6
Configuration of switch to a static IPv4 address:
racadm setniccfg -m switch-1 -s 192.168.0.120 255.255.255.0
192.168.0.1
RACADM sub command details 25