Configuring Management Interfaces (CLI)
hostname:configuration net interfaces ip (uncommited)> commit
6.
If clustered controllers, create an IP interface and assign it to the VNIC for the
second controller. After entering commit, enter done.
hostname:configuration net interfaces> ip
hostname:configuration net interfaces ip (uncommitted)> set v4addrs=192.168.1.102/24
v4addrs = 192.168.1.102/24 (uncommitted)
hostname:configuration net interfaces ip (uncommited)> set label=management-controller-2
label = management-controller-2 (uncommitted)
hostname:configuration net interfaces ip (uncommitted)> set links=vnic2
links = vnic2 (uncommitted)
hostname:configuration net datalinks vnic (uncommitted)> commit
hostname:configuration net datalinks> done
7.
Configure routing for the first controller. If clustered controllers, configure
routing for the second controller. After entering commit, enter done.
First controller:
hostname:configuration net> routing
hostname:configuration net routing> create
hostname:configuration net route (uncommitted)> set destination=0.0.0.0
destination = 0.0.0.0 (uncommitted)
hostname:configuration net route (uncommitted)> set mask=0
mask = 0 (uncommitted)
hostname:configuration net route (uncommitted)> set interface=vnic1
interface = vnic1 (uncommitted)
hostname:configuration net route (uncommitted)> set gateway=192.168.1.1
gateway = 192.168.1.1 (uncommitted)
hostname:configuration net route (uncommitted)> set family=IPv4
family = IPv4
hostname:configuration net route (uncommitted)> commit
hostname:configuration net route> done
Second controller:
hostname:configuration net> routing
hostname:configuration net routing> create
hostname:configuration net route (uncommitted)> set destination=0.0.0.0
destination = 0.0.0.0 (uncommitted)
hostname:configuration net route (uncommitted)> set mask=0
mask = 0 (uncommitted)
hostname:configuration net route (uncommitted)> set interface=vnic2
interface = vnic2 (uncommitted)
hostname:configuration net route (uncommitted)> set gateway=192.168.1.1
gateway = 192.168.1.1 (uncommitted)
hostname:configuration net route (uncommitted)> set family=IPv4
family = IPv4
Configuring the Appliance 73