Dynamic Multi-Pathing 8.0.1 Administrator's Guide - Windows
- Understanding DMPW
- Setting up DMPW
- Administering DMPW
- About administering DMP
- DMP DSMs menus
- View array, disk, and path status
- vxdmpadm
- vxdmpadm dsminfo
- vxdmpadm arrayinfo
- vxdmpadm deviceinfo
- vxdmpadm pathinfo
- vxdmpadm arrayperf
- vxdmpadm deviceperf
- vxdmpadm pathperf
- vxdmpadm allperf
- vxdmpadm iostat
- vxdmpadm cleardeviceperf
- vxdmpadm cleararrayperf
- vxdmpadm clearallperf
- vxdmpadm setdsmscsi3
- vxdmpadm setarrayscsi3
- vxdmpadm setattr dsm
- vxdmpadm setattr array
- vxdmpadm setattr device
- vxdmpadm setattr path
- vxdmpadm set isislog
- vxdmpadm rescan
- vxdmpadm disk list
- vxdmpadm getdsmattrib
- vxdmpadm getmpioparam
- vxdmpadm setmpioparam
- Performance tuning
- Troubleshooting
- Glossary
vxdmpadm setmpioparam
vxdmpadm setmpioparam [default] |[PathVerifyEnabled=0|1] [PathVerificationPeriod=#][PDORemovePeriod=#] [RetryCount=#] [RetryInterval=#] [dsmName=ALL | <DsmFileName>]
This command enables changing MPIO timer parameters or restoring default MPIO timer parameters.
Warning:
Veritas DSMs always use the default MPIO timer parameters. Therefore, this command should be used only when Microsoft has advised to change the settings for debugging purposes. Attempting to change these MPIO parameters would affect the behavior of a DSM for I/O error, path failover, and DSM performance.
default | Restores the default settings of these MPIO parameters |
PathVerifyEnabled=0|1 | Default: 0 (not enabled) If enabled (value 1) MPIO performs path verification every N seconds where N is the value set in PathVerificationPeriod. |
PathVerificationPeriod=# | # specifies the amount of time MPIO performs the path verification, if path verification is enabled. Default: 30 seconds. Maximum value: MAXULONG. |
PDORemovePeriod=# | # specifies the amount of time an MPIO pseudo LUN, which represents a disk under MPIO control, stays in memory after all paths of a disk have been removed from the system. It also specifies how long the pending I/O should fail after all paths have been removed from a disk. Default: 20 seconds. Maximum value: MAXULONG. |
RetryCount=# | # specifies the number of times DSM asks MPIO to retry the I/O when an I/O error occurs. Default: 3. There is no maximum value. |
RetryInterval=# | # specifies the amount of time MPIO should retry a failed I/O. Default: 1 second. |
dsmName = ALL |<DsmFileName> | Specifies whether to apply these settings to all installed DSMs or only to the DSM specified by file name. Note: You can use the vxdmpadm getdsmattrib command if you want to find out the file names of installed DSMs. |