Symantec logo

Disk device naming in VxVM

Prior to VxVM 3.2, all disks were named according to the c#t#d#s# naming format used by the operating system. Fabric mode disks were not supported by VxVM. From VxVM 3.2 onward, there are two different methods of naming disk devices:

c#t#d#s# based naming

In this naming scheme, all disk devices except fabric mode disks are named using the c#t#d#s# format.

The syntax of a device name is c#t#d#s#, where c# represents a controller on a host bus adapter, t# is the target controller ID, d# identifies a disk on the target controller, and s# represents a partition (or slice) on the disk.


  Note   For non-EFI disks, the slice s2 represents the entire disk. For both EFI and non-EFI disks, the entire disk is implied if the slice is omitted from the device name.


The boot disk (which contains the root file system and is used when booting the system) is often identified to VxVM by the device name c0t0d0.

Fabric mode disk devices are named as follows:

Enclosure based naming

Enclosure-based naming operates as follows:

See Changing the disk-naming scheme for details of how to switch between the two naming schemes.

To display the native OS device names of a VM disk (such as mydg01), use the following command:

# vxdisk path | egrep diskname

For information on how to rename an enclosure, see Renaming an enclosure.

For a description of disk categories, see Disk categories.