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
Migrating to DMP from EMC PowerPath
This procedure describes removing devices from EMC PowerPath control and enabling DMP on the devices.
Make sure that all paths belonging to the migrating PowerPath devices are in healthy state during the migration.
Plan for application downtime for the following procedure.
To remove devices from EMC PowerPath control and enable DMP
- Stop the applications that use the PowerPath meta-devices.
In a VCS environment, stop the VCS service group of the application, which will stop the application.
- Unmount any file systems that use the volume group on the PowerPath device.
- Stop the LVM volume groups that use the PowerPath device.
# lvchange -a n lvpath
- Remove the disk access names for the PowerPath devices from VxVM.
# vxdisk rm emcpowerXXXX
Where emcpowerXXXX is the name of the EMC PowerPath device.
- Take the device out of PowerPath control:
# powermt unmanage dev=pp_device_name or # powermt unmanage class=array_class
- Verify that the PowerPath device has been removed from PowerPath control.
# powermt display dev=all
- Run a device scan to bring the devices under DMP control:
# vxdisk scandisks
- Turn on the DMP support for the LVM volume group.
# vxdmpadm settune dmp_native_support=on
The above command also enables DMP support for LVM root.
A reboot is required for root support.
- Mount the file systems.
- Restart the applications.