
White Paper
# iscsiadm modify initiator-node –authentication CHAP
7. To remove the iSCSI SendTarget discovery entry.
# iscsiadm remove discover
-address 192.168.11.112:3260
8. To disable the SendTarget discovery method.
# iscsiadm modify discovery --sendtargets disable
9. Make sure to modify /kernel/drv/sd.conf file which is based on LUN settings as
the above examples.
Part 3: How to setup multipath driver – MPxIO in Solaris10
1. Verify that the MPxIO configuration parameter is enabled in
/kernel/drv/iscsi.conf file.
# grep mpxio /kernel/drv/iscsi.conf
iscsi.conf: mpxio-disable=“no” // “no” means enabled, and
// “yes” means disabled
2. Check the configured session parameter.
# iscsiadm list initiator-node
Initiator node name: iqn.1986-03.com.sun:01:badad8f3ffff.49af24c2
Initiator node alias: -
Login Parameters (Default/Configured):
Header Digest: NONE/-
Data Digest: NONE/-
Authentication Type: CHAP
CHAP Name: qsan
RADIUS Server: NONE
RADIUS access: unknown
Configured Sessions: 1
3. Set the configured session parameter to 2. The value must be during 1 to 4.
# iscsiadm modify initiator-node –c 2
Or configured session can be bound more than one local IP address, like this:
# iscsiadm modify initiator-node –c 192.168.11.1, 192.168.12.1
4. Verify that the parameter has been modified.
# iscsiadm list initiator-node
...
Configured Sessions: 2
- 9 -
Comentarios a estos manuales