Please enter search query.
Search <book_title>...
Dynamic Multi-Pathing 7.4.1 Administrator's Guide - AIX
Last Published:
2019-02-01
Product(s):
InfoScale & Storage Foundation (7.4.1)
Platform: 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
Running alt_disk_install, alt_disk_copy and related commands on the OS device when DMP native support is enabled
When DMP is enabled for native OS devices, you can use the following procedures to run the alt_disk_install command, alt_disk_copy command, or related commands on the operating system device.
Running alt_disk_install in the physical environment
- Find the DMP device corresponding to the OS device path on which you plan to run the alt_disk_install command.
# vxdmpadm getdmpnode nodename=hdisk13 NAME STATE ENCLR-TYPE PATHS ENBL DSBL ENCLR-NAME ========================================================== emc0_0039 ENABLED EMC 4 4 0 emc0
- Close references to the associated subpaths. Run the following command on the DMP device:
# vxdisk rm emc0_0039
- Run the alt_disk_install command on the OS device.
Refer to the OS vendor documentation for the alt_disk_install command.
Running alt_disk_install in the VIOS environment
- Find the DMP device corresponding to the OS device path on which you plan to run the alt_disk_install command.
# vxdmpadm getdmpnode nodename=hdisk13 NAME STATE ENCLR-TYPE PATHS ENBL DSBL ENCLR-NAME ========================================================== emc0_0039 ENABLED EMC 4 4 0 emc0
- If the DMP device is exported to a VIO client, remove the mapping of the DMP device. From the VIOS, run the following command:
# /usr/ios/cli/ioscli rmvdev -vtd VTD_devicename
- Close references to the associated subpaths. Run the following command on the DMP device:
# vxdisk rm emc0_0039
- Run the alt_disk_install command on the OS device.
Refer to the OS vendor documentation for the alt_disk_install command.