Chapter 3: Setup

administrator@cli> net -a mod -t mgmt -s "primaryip=192.168.10.87, primaryipmask=255.255.255.0, gateway=192.168.10.3"

In the above example, the IP addresses and subnet mask are included as examples only. Your values will be different.

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 mgmt -s "dhcp=enable"

3.To verify the settings, type net, and press Enter. administrator@cli> net

===========================================

CId Port Type IPMask 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

4.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"

5.To verify the settings, type net, and press Enter. administrator@cli> net

===========================================

CId Port Type IPMask 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

6.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 “Install iSCSI Initiator on the Host PC” on page 39.

To see the full set of CLI commands, at the admin@cli> prompt, type help, and press Enter.

31

Page 39
Image 39
Promise Technology M500p, M500i, M500f, M300p, M300i ISCSI 0.0, Administrator@cli net -a mod -t iSCSI -p 1 -s dhcp=enable