Dynamic Multi-Pathing 7.3.1 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
Changing device naming for enclosures controlled by third-party drivers
By default, enclosures controlled by third-party drivers (TPD) use pseudo device names based on the TPD-assigned node names. If you change the device naming to native, the devices are named in the same format as other Dynamic Multi-Pathing (DMP) devices. The devices use either operating system names (OSN) or enclosure-based names (EBN), depending on which naming scheme is set.
To change device naming for TPD-controlled enclosures
- For disk enclosures that are controlled by third-party drivers (TPD) whose coexistence is supported by an appropriate Array Support Library (ASL), the default behavior is to assign device names that are based on the TPD-assigned node names. You can use the vxdmpadm command to switch between these names and the device names that are known to the operating system:
# vxdmpadm setattr enclosure enclosure_name tpdmode=native|pseudo
The argument to the tpdmode attribute selects names that are based on those used by the operating system (native), or TPD-assigned node names (pseudo).
The use of this command to change between TPD and operating system-based naming is illustrated in the following example for the enclosure named EMC0. In this example, the device-naming scheme is set to OSN.
# vxdisk list
DEVICE TYPE DISK GROUP STATUS emcpower10 auto:sliced disk1 mydg online emcpower11 auto:sliced disk2 mydg online emcpower12 auto:sliced disk3 mydg online emcpower13 auto:sliced disk4 mydg online emcpower14 auto:sliced disk5 mydg online emcpower15 auto:sliced disk6 mydg online emcpower16 auto:sliced disk7 mydg online emcpower17 auto:sliced disk8 mydg online emcpower18 auto:sliced disk9 mydg online emcpower19 auto:sliced disk10 mydg online
# vxdmpadm setattr enclosure EMC0 tpdmode=native
# vxdmpadm setattr enclosure pp_emc_clariion0 tpdmode=native
# vxdisk list
DEVICE TYPE DISK GROUP STATUS hdisk1 auto:sliced disk1 mydg online hdisk2 auto:sliced disk2 mydg online hdisk3 auto:sliced disk3 mydg online hdisk4 auto:sliced disk4 mydg online hdisk5 auto:sliced disk5 mydg online hdisk6 auto:sliced disk6 mydg online hdisk7 auto:sliced disk7 mydg online hdisk8 auto:sliced disk8 mydg online hdisk9 auto:sliced disk9 mydg online hdisk10 auto:sliced disk10 mydg online
If tpdmode is set to native, the path with the smallest device number is displayed.
More Information