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
Discovering renamed devices on AIX
Starting with AIX 6.1TL6, AIX provides a feature to rename a device using the rendev command. You can now specify user-defined names instead of the traditional hdisk name.
Dynamic Multi-Pathing (DMP) now can discover the renamed devices. DMP supports device renaming for both enclosure-based naming (EBN) and operating system naming (OSN). Before renaming a device, remove the DMP node from VxVM/DMP control.
You can use the vxdmpadm command to enable and disable the renamed path.
The following features are not supported with renamed devices:
Enabling rootability
Migrating LVM to VxVM using the vxconvert command
Hot relocation
To rename a device and bring it back to VxVM/DMP control
- Remove the DMP node from VxVM/DMP control. For example, the following output shows that the DMP node name ds4100-0_9 refers to the device hdisk1.
# vxdmpadm getsubpaths dmpnodename=ds4100-0_9 NAME STATE[A] PATH-TYPE[M] CTLR-NAME ENCLR-TYPE ENCLR-NAME ATTRS =================================================================== hdisk1 ENABLED(A) - fscsi1 DS4100- ds4100-0 -
Remove hdisk1 from VxVM/DMP control:
# vxdisk rm ds4100-0_9
- Rename the device.
# rendev -l hdisk1 -n myhdisk1
- Scan the devices.
# vxdisk scandisks
- Verify that the DMP node now refers to the new device name.
# vxdmpadm getsubpaths dmpnodename=ds4100-0_9 NAME STATE[A] PATH-TYPE[M] CTLR-NAME ENCLR-TYPE ENCLR-NAME ATTRS ================================================================== myhdisk1 ENABLED(A) - fscsi1 DS4100- ds4100-0 -