Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Dynamic Multi-Pathing Administrator's Guide - Solaris
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Solaris
- Understanding DMP
- How DMP works
- Disk device naming in DMP
- Setting up DMP to manage native devices
- Using Dynamic Multi-Pathing (DMP) devices with Oracle Automatic Storage Management (ASM)
- Administering DMP
- Managing DMP devices for the ZFS root pool
- 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
- About the DMPDR utility
- 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 Hitachi Data Link Manager (HDLM)
This procedure describes removing devices from HDLM control and enabling DMP on the devices.
Note:
DMP cannot co-exist with HDLM; HDLM must be removed from the system.
Plan for application and system downtime for the following procedure.
To remove devices from Hitachi Data Link Manager (HDLM) and enable DMP
- Stop the applications using the HDLM meta-device
- Unmount any file systems that use the pool on the HDLM device.
In a VCS environment, stop the VCS service group of the application, which will stop the application.
- Export the ZFS pools that use the HDLM device.
# zpool export poolname
- Uninstall the HDLM package.
- Turn on the DMP support for the ZFS pool.
# vxdmpadm settune dmp_native_support=on
- Reboot the system.
- After the reboot, DMP controls the devices. If there were any ZFS pools on HDLM devices they are migrated onto DMP devices.
- Mount the file systems.
- Restart the applications.