Dynamic Multi-Pathing 7.3.1 Administrator's Guide - Linux
- Understanding DMP
- Setting up DMP to manage native devices
- Using Dynamic Multi-Pathing (DMP) devices with Oracle Automatic Storage Management (ASM)
- Administering DMP
- 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
Summary of enclosure-based naming
By default, DMP uses enclosure-based naming.
Enclosure-based naming operates as follows:
All fabric or non-fabric disks in supported disk arrays are named using the enclosure_name_# format. For example, disks in the supported disk array, enggdept are named enggdept_0, enggdept_1, enggdept_2 and so on.
You can use the vxdmpadm command to administer enclosure names.
See the vxdmpadm(1M) manual page.
Disks in the DISKS category (JBOD disks) are named using the Disk_# format.
A disk partition is indicated by appending s# to the name, where # is the partition number. For example, Disk_0s5 and Disk_0s6 indicate the extended partitions that are used for the private and public regions of the sliced disk Disk_0. ACME_0s5 indicates the extended partition for the simple disk, ACME_0. For CDS disks, partition 3 is used for both the private and public regions.
Disks in the OTHER_DISKS category (disks that are not multi-pathed by DMP) are named using the hdx[N] format or the sdx[N] format.
Encapsulated root disks always use the hdx[N] format or the sdx[N] format.
By default, enclosure-based names are persistent, so they do not change after a reboot.
If a CVM cluster is symmetric, each node in the cluster accesses the same set of disks. Enclosure-based names provide a consistent naming system so that the device names are the same on each node.
To display the native OS device names of a DMP disk (such as mydg01), use the following command:
# vxdisk path | grep diskname
See Enclosure based naming with the Array Volume Identifier (AVID) attribute.
More Information