Dynamic Multi-Pathing 7.3.1 Administrator's Guide - Linux
- Understanding DMP
- Setting up DMP to manage native devices
- Using Dynamic Multi-Pathing (DMP) devices with Oracle Automatic Storage Management (ASM)
- Administering DMP
- Administering DMP using the vxdmpadm utility
- Gathering and displaying I/O statistics
- Specifying the I/O policy
- Administering disks
- Discovering and configuring newly added disk devices
- About discovering disks and dynamically adding disk arrays
- How to administer the Device Discovery Layer
- Changing the disk device naming scheme
- Dynamic Reconfiguration of devices
- Reconfiguring a LUN online that is under DMP control using the Dynamic Reconfiguration tool
- Manually reconfiguring a LUN online that is under DMP control
- Event monitoring
- Performance monitoring and tuning
- Appendix A. DMP troubleshooting
- Appendix B. Reference
Getting or setting the iSCSI operational parameters
DDL provides an interface to set and display certain parameters that affect the performance of the iSCSI device path. However, the underlying OS framework must support the ability to set these values. The vxddladm set command returns an error if the OS support is not available.
Table: Parameters for iSCSI devices
Parameter | Default value | Minimum value | Maximum value | ||
---|---|---|---|---|---|
DataPDUInOrder | yes | no | yes | ||
DataSequenceInOrder | yes | no | yes | ||
DefaultTime2Retain | 20 | 0 | 3600 | ||
DefaultTime2Wait | 2 | 0 | 3600 | ||
ErrorRecoveryLevel | 0 | 0 | 2 | ||
FirstBurstLength | 65535 | 512 | 16777215 | ||
InitialR2T | yes | no | yes | ||
ImmediateData | yes | no | yes | ||
MaxBurstLength | 262144 | 512 | 16777215 | ||
MaxConnections | 1 | 1 | 65535 | ||
MaxOutStandingR2T | 1 | 1 | 65535 | ||
MaxRecvDataSegmentLength | 8182 | 512 | 16777215 |
To get the iSCSI operational parameters on the initiator for a specific iSCSI target
- Type the following commands:
# vxddladm getiscsi target=tgt-id {all | parameter}
You can use this command to obtain all the iSCSI operational parameters.
# vxddladm getiscsi target=c2_p2_t0
The following is a sample output:
PARAMETER CURRENT DEFAULT MIN MAX -------------------------------------------------------- DataPDUInOrder yes yes no yes DataSequenceInOrder yes yes no yes DefaultTime2Retain 20 20 0 3600 DefaultTime2Wait 2 2 0 3600 ErrorRecoveryLevel 0 0 0 2 FirstBurstLength 65535 65535 512 16777215 InitialR2T yes yes no yes ImmediateData yes yes no yes MaxBurstLength 262144 262144 512 16777215 MaxConnections 1 1 1 65535 MaxOutStandingR2T 1 1 1 65535 MaxRecvDataSegmentLength 8192 8182 512 16777215
To set the iSCSI operational parameters on the initiator for a specific iSCSI target
- Type the following command:
# vxddladm setiscsi target=tgt-id parameter=value