Configure for eva iscsi target discovery, Set target discovery using mpx iscsi port address, Set target discovery using isns server address – HP EVA Array iSCSI Connectivity Option User Manual

Page 83

Advertising
background image

1.

Become a superuser.

2.

Verify that the iSCSI software packages are installed:

# pkginfo SUNWiscsiu SUNWiscsir

system SUNWiscsiu Sun iSCSI Device Driver (root)

system SUNWiscsir Sun iSCSI Management Utilities (usr)

3.

Verify that you are running a Solaris 10 1/06 or later release.

4.

Confirm that your TCP/IP network is set up.

Configure for EVA iSCSI target discovery

This procedure assumes that you are logged in to the local system where you want to configure access to

an iSCSI target device. The EVA target can be discovered by either using the IP address of the MPX iSCSI

port or using an iSNS server address.

Set target discovery using MPX iSCSI port address

To set target discovery using the MPX iSCSI port address:

1.

Become a superuser.

2.

Add the ip address of the mpx iSCSI port to the initiator’s discovery list:

# iscsiadm add discovery-address 33.33.66.64

3.

Enable the SendTargetsdiscovery method:

# iscsiadm modify discovery --sendtargets enable

4.

Create the iSCSI device links for the local system:

# devfsadm -i iscsi

5.

Verify that mpx targets are available to the initiator:

# iscsiadm list target

NOTE:

The iSCSI connection is not initiated until the discovery method is enabled.

Set target discovery using iSNS server address

To set target discovery using the iSNS server address:

1.

Become a superuser.

2.

Add the ip address of the iSNS server to the initiator’s discovery list:

# iscsiadm add iSNS-server 33.33.66.64

3.

Enable iSNS discovery method:

# iscsiadm mod discovery –isns enable

4.

Enable the SendTargets discovery method:

# iscsiadm modify discovery --sendtargets enable

5.

Create the iSCSI device links for the local system:

# devfsadm -i iscsi

6.

Verify mpx targets are available to the initiator:

# iscsiadm list target

EVA iSCSI connectivity user guide

83

Advertising