unit-change-ip

Usage

avcli unit-change-ip --cluster-address IP_address [--static] [--prefix prefix] [--node0-address IP_address] [--node0-gateway IP_address] [--node1-address IP_address] [--node1-gateway IP_address] [--dns-servers server_address ...]

Description

The unit-change-ip command changes the IP configuration of the management network for the everRun system specified by --cluster-address IP_address.

Options

--cluster-address IP_address The IP address of the everRun system.
--static

Explicitly sets the values, if specified, for --prefix, --node0-address, --node0-gateway, --node1-address, --node1-gateway, and --dns-servers; otherwise, DHCP sets these values (except --cluster-address).

--prefix prefix The size of the network prefix. Values, in bits, are 8 (Class A), 16 (Class B), and 24 (Class-C).
--node0-address IP_address The IP address of node0.
--node0-gateway IP_address The IP address of the node0 gateway.
--node1-address IP_address The IP address of node1.
--node1-gateway IP_address The IP address of the node1 gateway.
[--dns-servers server_address ...]

One or two DNS server(s). The first IP address is for the primary DNS server. The second (optional) IP address is for the secondary DNS server.

Examples

avcli unit-change-ip --cluster-address 10.92.179.54
avcli unit-change-ip --cluster-address 10.92.179.54 --static --prefix 16 --node0-address 10.92.179.154 --node0-gateway 10.92.0.1 --node1-address 10.92.179.156 --node1-gateway 10.92.0.1 --dns-servers 134.111.24.250 134.111.24.251