Search This Blog

Friday, March 7, 2014

VxVM Disk Layouts

Sliced Disk layout
  • The Private region and public region slices are on separate partitions (3 & 4), this type of disk is not suitable for moving between different O/S's but are suitable for boot partitions
CDS (Cross-platform Data Sharing)
  • The Private and Public regions are one slice (slice 7), this type is suitable for moving between different O/S's but not suitable for boot partitions.
Simple

  • Private and public are the same partition but continuous (slice 3)

VxVM Disk Region

Private
This is VERITAS holds the meta data regarding the disk. A copy of the configuration database is copied to each private region within the disk group. VERITAS will try to keep five copies of the configuration database.

 Public 

 This area will store the user’s data.

Volume Manager Disk

·        Adding physical disks to the volume manager results in creation of public and private region in the disk by the volume manager. The public region is the disk space available for volume space and the private region stores the configuration information. 


·        A Volume Manager disk is created from the public region of a physical disk that is under Volume Manager Control. Each volume manager disk corresponds to one physical disk.

  • A Volume manager disk is given a disk media name when it is added to a disk group which can be default or unique user defined

Creating a volume Manager Disk:
# vxdisksetup –i <diskname>

or

# vxdiskadm (utility)

VxVM and Data Storage

VxVM uses two types of objects to handle storage management:

Physical objects
Physical disks, or other hardware, with block and raw operating system device interfaces that are used to store data.

Virtual objects
When one or more physical disks are brought under the control of VxVM, it creates virtual objects called volumes on those physical disks. Each volume records and retrieves data from one or more physical disks. Volumes are accessed by file systems, databases, or other applications the same way that physical disks are accessed.
Volumes are also composed of other virtual objects (plexes and subdisks) that are used in changing the volume configuration. Volumes and their virtual components are called virtual objects, or VxVM objects.