SANRAD I3.1.1205 User Manual

Page 330

Advertising
background image

A-30

SANRAD V-Switch User Manual

Now, use the CLI command

ip config set

to configure the IP

takeover address for Eth 1. This IP address will be the IP address of Eth 1
on VSwitch2. The address will sit inactive (2) unless VSwitch2 goes offline.
Then VSwitch1 will activate (1) this address and direct all read/write
commands to this address through Eth1 on VSwitch1.

ip config set –if eth1 -ip 212.199.43.75 –im
255.255.255.0 –act 2

STEP 12.

C

ONFIGURE

V-S

WITCH

1

I

SCSI

PORTALS

The port number you
set in the CLI must

coincide with the port

number you set in

your iSCSI initiator
configuration.

Use the CLI command

iscsi portal

create

to configure the iSCSI portal

on network port Eth 2 for iSCSI communications between VSwitch1 and the host
stations.

iscsi portal create –ip 212.199.43.56 –p 5003

Use the CLI command again to configure the iSCSI portal for the inactive IP
address on Eth 2 to allow iSCSI communications via this IP on VSwitch1 in
the event of VSwitch2 failover.

iscsi portal create –ip 212.199.43.75 –p 5003

STEP 13.

C

ONFIGURE

V-S

WITCH

2

N

ETWORK PORT

E

TH

1

IP

ADDRESSES

Use the CLI command

ip config set

to configure the network port

Eth 1 for communications between VSwitch2 and the host stations on
VSwitch2. Set the IP address as active (1) to allow read/write commands
to pass through this IP address.

ip config set –if eth1 -ip 212.199.43.75 –im
255.255.255.0 –act 1

Now, use the CLI command

ip config set

to configure the IP

takeover address for Eth 1. This IP address will be the IP address of Eth 1
on VSwitch1. The address will sit inactive (2) unless V-Switch 1 goes offline.
Then VSwitch2 will activate (1) this address and direct all read/write
commands to this address through Eth 1 on VSwitch2.

ip config set –if eth1 -ip 212.199.43.56 –im
255.255.255.0 –act 2

Advertising