Please enter search query.
Search <book_title>...
Dynamic Multi-Pathing 7.3.1 Administrator's Guide - Linux
Last Published:
2017-11-04
Product(s):
InfoScale & Storage Foundation (7.3.1)
- 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
Recovering from errors when you exclude or include paths to DMP
You can exclude a path from DMP with the vxdmpadm exclude command. You can return a previously excluded path to DMP control with the vxdmpadm include command. These commands use the vxvm.exclude
file to store the excluded paths. The include path and exclude path operations cannot complete successfully if the vxvm.exclude
file is corrupted.
The following error displays if the vxvm.exclude
file is corrupted:
# vxdmpadm exclude ctlr=c0 VxVM vxdmpadm ERROR V-5-1-3996 File not in correct format
DMP saves the corrupted file with the name vxvm.exclude.corrupt
. DMP creates a new vxvm.exclude
file. You must manually recover from this situation.
To recover from a corrupted exclude file
- Reissue the vxdmpadm include command or the vxdmpadm exclude command that displayed the error.
# vxdmpadm exclude ctlr=c0
- View the saved
vxvm.exclude.corrupt
file to find any entries for the excluded paths that are relevant.# cat /etc/vx/vxvm.exclude.corrupt exclude_all 0 paths controllers c4 /pci@1f,4000/pci@4/scsi@4/fp@0,0
- Reissue the vxdmpadm exclude command for the paths that you noted in step 2.
# vxdmpadm exclude ctlr=c4
- Verify that the excluded paths are in the
vxvm.exclude
file.# cat /etc/vx/vxvm.exclude exclude_all 0 paths # controllers c0 /pci@1f,4000/scsi@3 c4 /pci@1f,4000/pci@4/scsi@4/fp@0,0 # product #
# cat vxvm.exclude exclude_all 0 paths # controllers c0 c0 c4 c4 # product #