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
About setting up DMP to manage native devices
You can use DMP instead of third-party drivers for advanced storage management. This section describes how to set up DMP to manage native LVM devices and any logical volume that operates on those devices.
After you install DMP, set up DMP for use with LVM. To set up DMP for use with LVM, turn on the dmp_native_support tunable. When this tunable is turned on, DMP enables support for LVM on any device that does not have a VxVM label and is not in control of any third party multi-pathing (TPD) software. In addition, turning on the dmp_native_support tunable migrates any LVM volume groups that are not in use onto DMP devices.
The dmp_native_support tunable enables DMP support for LVM, as follows:
LVM volume groups | If the LVM volume groups are not in use, turning on native support migrates the volume groups to DMP devices. If the LVM volume groups are in use, then perform the steps to turn off the volume groups and migrate the volume groups to DMP. |
Veritas Volume Manager (VxVM) devices | Native support is not enabled for any device that has a VxVM label. To make the device available for LVM, remove the VxVM label. VxVM devices can coexist with native devices under DMP control. |
Devices that are multi-pathed with Third-party drivers (TPD) | If a disk is already multi-pathed with a third-party driver (TPD), DMP does not manage the devices unless you remove TPD support. After removing TPD support, turn on the dmp_native_support tunable to migrate the devices. If LVM volume groups are constructed over TPD devices, then perform the steps to migrate the LVM volume groups onto DMP devices. |
To turn on the dmp_native_support tunable, use the following command:
# vxdmpadm settune dmp_native_support=on
The first time this operation is performed, the command reports if a volume group is in use, and does not migrate that volume group. To migrate the volume group onto DMP, stop the volume group. Then execute the vxdmpadm settune command again to migrate the volume group onto DMP.
In case the volume cannot be disabled, such as a volume used by /
, /var
or /home
file system, then a reboot should bring the volume groups onto the DMP device.
To verify the value of the dmp_native_support tunable, use the following command:
# vxdmpadm gettune dmp_native_support Tunable Current Value Default Value -------------------------- ------------- --------------- dmp_native_support on off