InfoScale™ 9.0 Dynamic Multi-Pathing Administrator's Guide - AIX
- Understanding DMP
- Setting up DMP to manage native devices
- Using Dynamic Multi-Pathing (DMP) devices with Oracle Automatic Storage Management (ASM)
- Dynamic Multi-Pathing for the Virtual I/O Server
- Configuring Dynamic Multi-Pathing (DMP) on Virtual I/O server
- Configuring Dynamic Multi-Pathing (DMP) pseudo devices as virtual SCSI devices
- Extended attributes in VIO client for a virtual SCSI disk
- Administering DMP
- Configuring DMP for SAN booting
- Administering the root volume group (rootvg) under DMP control
- Extending an LVM rootvg that is enabled for DMP
- Using Storage Foundation in the logical partition (LPAR) with virtual SCSI devices
- How DMP handles I/O for vSCSI devices
- 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 IBM Multipath IO (MPIO) or MPIO path control module (PCM)
This procedure describes how to migrate to DMP from IBM Multipath IO (MPIO) or an MPIO path control module (PCM). The procedure includes removing the devices from MPIO control and enabling DMP on the devices.
If an MPIO PCM is installed, you need to remove the PCM before you install the ODM packages from the vendor.
Plan for system downtime for the following procedure.
The migration steps involve system downtime on a host due to the following:
Need to stop applications
Need to stop the VCS services if using VCS
The procedure involves one or more host reboots
To take the devices out of MPIO control and enable DMP
- Obtain the corresponding MPIO-suppression Object Data Manager (ODM) fileset for the array from the array vendor.
If the MPIO suppression ODM fileset is not available, use the vxmpio utility to remove the device from MPIO.
- Stop the applications that use the MPIO devices.
- Unmount the file systems on the MPIO devices.
- Vary off the LVM volume groups.
# varyoffvg vgroupname
- If an MPIO PCM is present, remove all VxVM devices that the PCM controls.
# vxdisk rm dmpnodename
- If the MPIO PCM does not control the rootvg devices, then uninstall the PCM.
If a PCM controls the rootvg devices, then you must obtain the script from the PCM vendor to uninstall the PCM. For example, if the Subsystem Device Driver Path Control Module (SDDPCM) controls the devices, then contact IBM to obtain the script to remove SDDPCM.
- Install the MPIO-suppression ODM fileset that you obtained from the array vendor in step 1. Refer to the array vendor documentation for the installation procedure.
Some array vendors do not distribute ODM Pre-defines for their arrays for AIX. In this case, you can use the devices as hdisk devices, as long as MPIO does not claim these LUNs.
- Turn on the DMP support for the LVM volume groups.
# vxdmpadm settune dmp_native_support=on
The above command also enables DMP support for LVM root.
- Reboot the system.
- After the reboot, DMP controls the devices. Any LVM volume groups on MPIO devices are migrated onto DMP devices.
- Mount the file systems.
- Restart the applications.