Working with the Solaris initiator parameters

This section describes how to list and modify the parameters for the Solaris iSCSI initiator.

To list or modify the parameters for the Solaris iSCSI initiator, perform the following steps:

  1. To see a list of the initiators, issue the following command:
    iscsiadm list initiator-node
    You see the following output:
    Initiator node name: iqn.1986-03.com.sun:01:0003bad935da.4906be64
    
    Initiator node alias: -
    Login Parameters (Default/Configured):
                    Header Digest: NONE/-
                    Data Digest: NONE/-
            	      Authentication Type: NONE
                    RADIUS Server: NONE
                    RADIUS access: unknown
                    Configured Sessions: 1
  2. Modify the parameter for the iSCSI initiator:
    • Set the header digest to CRC32.
      iscsiadm modify initiator-node -h CRC32
    • Set the data digest to CRC32.
      iscsiadm modify initiator-node –d CRC32
  3. Verify that the parameter was modified.
    iscsiadm list initiator-node
Library | Support | Terms of use | Feedback
© Copyright IBM Corporation 2003, 2009. All Rights Reserved.