Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Dynamic Multi-Pathing Administrator's Guide - AIX
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
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
Reducing the native rootvg that is enabled for DMP
When a native root volume group (rootvg) is enabled for DMP, and contains multiple SAN disks, you can reduce the rootvg. Use this procedure to remove a SAN disk from a rootvg that includes multiple SAN disks. This procedure can be done online, without requiring a reboot.
To remove a SAN disk from a DMP-enabled rootvg
- View the rootvg configuration. If the configuration contains multiple SAN disks, you can remove one.
# lsvg -p rootvg PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION hdisk1 active 73 8 00..00..00..00..08 hdisk21 active 15 15 03..03..03..03..03
# lspv | grep -w rootvg hdisk1 00c398edf9fae077 rootvg active hdisk21 00c398ed00008e79 rootvg active hdisk22 00c398ed00008e79 rootvg active hdisk24 00c398edf9fae077 rootvg active
- Run the following comand to acquire the PVIDs from the operating system:
# vxdmpadm native acquire
- The lspv output now displays the DMP node names, instead of the device paths:
# lspv | grep -w rootvg emc0_0039 00c398ed00008e79 rootvg active emc0_00a7 00c398edf9fae077 rootvg active
- Remove the SAN disk from the DMP-enabled rootvg. If the physical volume has allocated partitions, you must move or delete the partitions before you remove the SAN disk.
# reducevg rootvg emc0_00a7
- Verify that the DMP device is removed from the DMP rootvg configuration. For example:
# lsvg -p rootvg PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION emc0_0039 active 73 8 00..00..00..00..08
# lspv | grep -w rootvg emc0_0039 00c398ed00008e79 rootvg active
- Run the following comand to release the PVIDs to the operating system:
# vxdmpadm native release
- The lspv output now displays the device paths:
# lspv | grep -w rootvg hdisk22 00c398ed00008e79 rootvg active hdisk21 00c398ed00008e79 rootvg active