![]() |
![]() |
![]() |
![]() |
![]() |
Volumes on the root disk differ from other volumes in that they have very specific restrictions on their configuration:
rootvol
) must exist in the default disk group, bootdg
. Although other volumes named rootvol
can be created in disk groups other than bootdg
, only the volume rootvol
in bootdg
can be used to boot the system.
rootvol
and swapvol
volumes always have minor device numbers 0 and 1 respectively. Other volumes on the root disk do not have specific minor device numbers.
rootvol
, varvol
, usrvol
and swapvol
volumes are fully configured, the default volume configuration uses the overlay partition to access the data on the disk.
rootvol
device for performance reasons, you cannot stripe the primary plex or any mirrors of rootvol
that may be needed for system recovery or booting purposes if the primary plex fails.
rootvol
and swapvol
cannot be spanned or contain a primary plex with multiple noncontiguous subdisks. You cannot grow or shrink any volume associated with an encapsulated boot disk (rootvol
, usrvol
, varvol
, optvol
, swapvol
, and so on) because these map to a physical underlying partition on the disk and must be contiguous. A workaround is to unencapsulate the boot disk, repartition the boot disk as desired (growing or shrinking partitions as needed), and then re-encapsulating.
In addition to these requirements, it is a good idea to have at least one contiguous, (cylinder-aligned if appropriate) mirror for each of the volumes for root
, usr
, var
, opt
and swap
. This makes it easier to convert these from volumes back to regular disk partitions (during an operating system upgrade, for example).