====== ISCSI configuration on v7000 / v5000 / SVC ======
First step is to setup a specific IP address on **every port used for ISCSI**, you can do it directly into web interface in the section, if possible do not use the first port used for administration: Settings --> Network --> Ethernet Ports
For better performances you can specify a different MTU to improve performances. If you use admin port, do not change MTU, you will not be able to connect again to storage. When changing MTU, you have to change it on the target server too on the dedicated ISCSI ports, and be sure that your switch (if no direct connection) allows MTU with such value.
List all port ethernet
SVC> lsportip
id node_id node_name IP_address:mask:gateway:IP_address_6:prefix_6:gateway_6 MAC duplex state speed failover link_state
1 1 node1 00:21:5e:4d:7b:c9 Full unconfigured 100Mb/s no active
1 1 node1 00:21:5e:4d:7b:c9 Full unconfigured 100Mb/s yes active
2 1 node1 00:21:5e:4d:7b:ca unconfigured no active
2 1 node1 00:21:5e:4d:7b:ca unconfigured yes inactive
1 3 node2 00:21:5e:4d:80:e5 Full unconfigured 100Mb/s no inactive
1 3 node2 00:21:5e:4d:80:e5 Full unconfigured 100Mb/s yes active
2 3 node2 00:21:5e:4d:80:e6 unconfigured no inactive
2 3 node2 00:21:5e:4d:80:e6 unconfigured yes inactive
List detailed port ethernet 1 config
SVC> lsportip 1
id 1
node_id 1
node_name node1
IP_address 192.168.20.10
mask 255.255.255.0
gateway 192.168.20.1
IP_address_6
prefix_6
gateway_6
MAC 00:1a:64:97:1b:a0
duplex Full
state online
speed 1Gb/s
failover no
mtu 1500
id 1
node_id 1
node_name node1
IP_address
mask
gateway
IP_address_6
prefix_6
gateway_6
MAC 00:1a:64:97:1b:a0
duplex Full
state online
speed 1Gb/s
failover yes
mtu 1500
id 1
node_id 2
node_name node2
IP_address 192.168.20.11
mask 255.255.255.0
gateway 192.168.20.1
IP_address_6
prefix_6
gateway_6
MAC 00:1a:64:97:16:08
duplex Full
state online
speed 1Gb/s
failover no
mtu 1500
id 1
node_id 2
node_name node2
IP_address
mask
gateway
IP_address_6
prefix_6
gateway_6
MAC 00:1a:64:97:16:08
duplex Full
state online
speed 1Gb/s
failover yes
mtu 1500
An invocation example to set an MTU of 1600 on port #2 in I/O group 0. All port 1 in the IOgroup will be changed (on each cluster node)
SVC> cfgportip –mtu 9000 -iogrp 0 2
To bring port 2 back to default MTU (1500)
SVC> cfgportip –defaultmtu -iogrp 0 2
On v7000 web interface (Settings --> Network --> ISCSI) you 'll see iSCSI Name(IQN), the unique identifier for on ISCSI Network required on the host
Ex:
iqn.1996-03.com.ibm:2145.lab-v7k01.node1
iqn.1996-03.com.ibm:2145.lab-v7k01.node2