User's Manual
RACADM Subcommands 325
NOTE: This subcommand is valid only if the DHCP option is disabled for the
specified server. When DHCP is enabled, the server automatically obtains an IP
address, subnet mask, and gateway from the DHCP server. To determine whether
DHCP is enabled for the server, use getniccfg (see "getniccfg" on page 345). To
enable or disable DCHP, use setniccfg (see "setniccfg" on page 373).
NOTE: You can also use setniccfg to configure static IP address, subnet mask, and
gateway, as well as DHCP, speed, and duplex properties. For more information, see
"setniccfg" on page 373.
Usage
racadm deploy -m <module> -u root -p <password>
[-s <ipaddress> <subnet> <gateway>] [-d]
Options
Table A-4 describes the deploy subcommand options.
Table A-4. deploy Subcommand Options
Option Description
-u root Indicates that the <password> will be supplied
for the root user on the server. root is a constant
parameter, the only value that is valid with the -u
option.
-m <module> Specifies the server you want to configure.
Legal values: server-
n
, where
n
=1–16
-p <password> Specifies the password for the root user on the
server.
-s <ipaddress subnet gateway> Sets the IP address, subnet mask, and gateway for
the specified server, separated by single spaces.
•
ipaddress —
A string representing a valid IP
address. For example, 192.168.0.20.
•
subnet —
A string representing a valid subnet
mask. For example, 255.255.255.0.
•
gateway —
A string representing a valid subnet
mask. For example, 192.168.0.1.
-d Enables DHCP for the specified server.