Kanag
15 years agoLevel 2
where diskgroup details will stored if 100 disks avail on a diskgroup
Hi Gurus,
Veritas volume:
Assuming one diskgroup, there are 100 disks are added,on which disk will hold the diskgroup details(configuration)....is it all disks hold diskgroup config?
Thanks
Kanag
Veritas volume:
Assuming one diskgroup, there are 100 disks are added,on which disk will hold the diskgroup details(configuration)....is it all disks hold diskgroup config?
Thanks
Kanag
Hello Kanag,
By default it is not stored on all the disks ..... Volume Manager will pick randomly some disks & place configuration on it....
You can put a tunable "nconfig=<config-copies>" while initializing the diskgroup using vxdg command.... with this parameter you can set no. of diskgroup copies you want...
# vxdg list <diskgroup> |grep "clean online"
above command will display which disks holds the configuration...
From the man page of vxdg command-
The nconfig and nlog operands can be used to configure the number of configuration database copies and kernel log copies that are maintained for a disk group. The config-copies and log-copies values are either a decimal number (including 0 or -1) or set to all or default. A value of all or -1 signifies that all configuration or log copies on all disks in the disk group will be maintained. A value of default or 0 (this is also the default value) signifies that the Volume Manager will manage copies that are distributed in a reasonable pattern throughout the disks and controllers on the system. Any other number signifies that a particular number of copies should be maintained (or all copies, if that number is larger than the number of available configuration or log copies on all disks). - When a specific number (or default) is requested, configuration copies are scattered approximately evenly through the disk controllers on the system. If SCSI disks with multiple disks per target are found, then each such target is treated similarly to a controller (i.e., configuration copies are evenly distributed between such targets). With the default policy, one configuration or log copy is maintained for each controller, and one configuration or log copy is also maintained for each SCSI target that has multiple disks; if this does not result in allocating at least 4 copies, then additional copies are spread through the controllers and targets.
Gaurav
-