VTrak M-Class Quick Start Guide
16
2.
To verify the settings, type
net
and press Enter.
administrator
@cli>
net
===========================================
CId Port Type
IP
Mask
Gateway
Link
===========================================
1 1
Mgmt 192.168.10.87 255.255.255.0 192.168.10.3 Up
1 1
iSCSI 0.0.0.0
0.0.0.0
0.0.0.0
Down
1 2
iSCSI 0.0.0.0
0.0.0.0
0.0.0.0
Down
3.
Type the following string to set the iSCSI Port IP address and other settings,
then press Enter.
administrator
@cli>
net -a mod -t iSCSI -p 1 -s
"primaryip=192.168.10.88, primaryipmask=255.255.255.0,
gateway=192.168.10.3"
If you prefer to let your DHCP server assign the IP address, type the
following string, then press Enter.
administrator@cli>
net -a mod -t iSCSI -p 1 -s "dhcp=enable"
4.
To verify the settings, type
net
and press Enter.
administrator
@cli>
net
===========================================
CId Port Type
IP
Mask
Gateway
Link
===========================================
1 1
Mgmt 192.168.10.87 255.255.255.0 192.168.10.3 Up
1 1
iSCSI 192.168.10.88 255.255.255.0 192.168.10.3 Up
1 2
iSCSI 0.0.0.0
0.0.0.0
0.0.0.0
Down
5.
Repeat steps 3 and 4 to set the other iSCSI port. Use
-p 2
in place of
-p 1
.
This completes the Management and iSCSI port setup. Go to “Step 8: Install
iSCSI Initiator on the Host PC” on page 24.
To see the full set of CLI commands, at the admin@cli> prompt, type
help
and
press Enter.