CLI Guide

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
If the module type is not specified, the default type is server.
NOTE: Switches must support Ethernet management.
-uThe username for servers must be 'root'.
-pPassword for the given username. For a server, the password must be 1-20 characters with
ASCII value in the 32-126 range.
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.
-sThe 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.
-dEnables DHCP for the specified server.
-d[-6] : enables DHCP for the specified server. The -6 option enables IPV6 autoconfiguration.
-vThe 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
16 RACADM sub command details