Enable Iscsi Target Discovery - HP MPX200 User Manual

Multifunction router
Hide thumbs Also See for MPX200:
Table of Contents

Advertisement

#
# sgen may be configured to bind to SCSI devices exporting a particular device
# type, using the device-type-config-list, which is a ',' delimited list of
# strings.
#
device-type-config-list="array_ctrl";
.
.
.
# After configuring the device-type-config-list and/or the inquiry-config-list,
# the administrator must uncomment those target/lun pairs at which there are
# devices for sgen to control.
# sgen will be hotplugged or added into the system later, it is recommended
# that all of the following lines be uncommented.
name="sgen" class="scsi" target=0 lun=0;
name="sgen" class="scsi" target=1 lun=0;
name="sgen" class="scsi" target=2 lun=0;
name="sgen" class="scsi" target=3 lun=0;
name="sgen" class="scsi" target=4 lun=0;
name="sgen" class="scsi" target=5 lun=0;
name="sgen" class="scsi" target=6 lun=0;
name="sgen" class="scsi" target=7 lun=0;
name="sgen" class="scsi" target=8 lun=0;
name="sgen" class="scsi" target=9 lun=0;
name="sgen" class="scsi" target=10 lun=0;
name="sgen" class="scsi" target=11 lun=0;
name="sgen" class="scsi" target=12 lun=0;
name="sgen" class="scsi" target=13 lun=0;
name="sgen" class="scsi" target=14 lun=0;
name="sgen" class="scsi" target=15 lun=0;
Creating an sgen driver alias
The HP storage array is a self-identifying SCSI device and must be bound to the sgen driver using
an alias. Execute the following procedure to create an sgen driver alias:
1.
Update the sgen driver:
# update_drv –a –I "scsiclass,0c" sgen
NOTE:
2.
Verify the sgen alias setting:
#egrep sgen /etc/driver_aliases
Example:
# rep sgen /etc/driver_aliases
sgen "scsa,08.bfcp"
sgen "scsa,08.bvhci"
sgen "scsiclass,0c"

Enable iSCSI target discovery

Solaris supports three iSCSI target discovery methods:
SendTargets
Static
iSNS
This section describes SendTargets discovery only. For information on static and iSNS discovery,
see http://docs.sun.com/app/docs/doc/817-5093/fqnlk?l=en&=view.
To enable iSCSI target discovery:
1.
Enter the following command:
# iscsiadm modify discovery –t enable
86
MPX200 iSCSI configuration rules and guidelines
Lowercase c is mandatory.
If it is expected that devices controlled by

Advertisement

Table of Contents
loading

Table of Contents