HP StorageWorks SAN Director Installation Guide (A7393-90009, May 2007)

SAN Director installation guide 149
3. Enter the portCfgShow command to verify that ports are persistently enabled.
Configuring the IP interface
In order for iSCSI to function, the port’s IP interface needs to be configured using network settings
that you can obtain from your network administrator. The portCfg commands are used to
configure the following parameters necessary for the iSCSI Target Gateway:
IP address, netmask, and MTU
IP routes
ARP resolution table
Creating the IP interface of the GbE port
Specify the IP interface on the GbE port using the portCfg command. You can define one IP
interface per GbE port. The syntax for this command is:
portcfg ipif [slot/][ge]port args
The following example shows an IP interface being created for slot 8 on GbE port ge0:
Then verify the newly-created IP interface using the portShow command:
switch:admin> portcfgshow 7/ge0
Persistent Disable: OFF
Mode: ISCSI
Ipif configuration:
Interface IP Address NetMask MTU
-----------------------------------------------
0 172.1.2.3 255.255.0.0 8250
Arp configuration:
IP Address Mac Address
------------------------------
Iproute Configuration:
IP Address Mask Gateway Metric
----------------------------------------------------
Fciptunnel configuration:
switch:admin>
switch:admin> portcfg ipif 8/ge0 create 192.168.100.40 255.255.255.0 1500
switch:admin> portshow ipif 8/ge0
Port: 8/ge0
Interface IP Address NetMask MTU
----------------------------------------------------------
0 192.168.100.40 255.255.255.0 1500