Configure The Microsoft Iscsi Software Initiator; Configure Target Discovery Using Isns Server - IBM DS3000 Introduction And Implementation Manual

System storage
Hide thumbs Also See for DS3000:
Table of Contents

Advertisement

Draft Document for Review August 30, 2007 12:59 am
show "Create a logical drive in a new array";
create logicalDrive drive [7,12] RAIDLevel=0 \ userLabel="South-Africa-Temp-Spool" \
capacity=30 GB owner=b mapping=none;
show "Map logical drives to an host";
set logicalDrive ["South-Africa-Quorum"] logicalUnitNumber=0 hostGroup="South-Africa";
set logicalDrive ["South-Africa-eMail"] logicalUnitNumber=1 hostGroup="South-Africa";
set logicalDrive ["South-Africa-DB"] logicalUnitNumber=2 hostGroup="South-Africa";
set logicalDrive ["South-Africa-Temp-Spool"] logicalUnitNumber=3 \
hostGroup="South-Africa";
show "Define iSNS Server IP v4 Address";
set storageSubsystem isnsIPV4ConfigurationMethod=static isnsIPV4Address=172.18.8.10;
Show "Activate iSNS server usage";
set iscsiTarget <"iqn.1992-01.com.lsi:1535.00000000000000000000000000000000"> \
isnsRegistration=true;
2. Run the command script as shown in Example 18-2. The output is directed to a file called
south-africa.out for later verification. When this file has a size of zero every command in
the command file was executed without errors. However, since we included show
commands to provide some explanation what the commands are doing, the output file will
not be zero because this output goes into the output file.
Example 18-2 SMcli executes the script
amazon:~ # SMcli -n DS3300 -f south-africa.cmd -o south-africa.out -S
amazon:~ #

18.8 Configure the Microsoft iSCSI software initiator

The software initiator must be configured to access the created logical drives. This section will
describe two different variants of target discovery. On node Mara we will show target
discovery using iSNS, and on node Ora, target discovery will use the sendTargets command
for discovery. Once the target discovery is done, the remaining configuration tasks are the
same. If an iSNS server is available, it is recommended to use this - if no iSNS server is
available, the sendTargets method should be used.
We are describing both methods for completeness - normally you would use the same
method on all cluster nodes.

18.8.1 Configure target discovery using iSNS server

Follow these steps (on node Mara in our example), to configure target discovery using iSNS.
1. Open the iSCSI software initiator - Start → Program Files → Microsoft Software
Initiator → Microsoft Software Initiator. A window opens as in Figure 18-15 on
page 414. Click the Discovery tab.
Chapter 18. iSCSI configuration 3 - Windows 2003 Cluster
7065iSCSI_Config3.fm
413

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents