Cluster Server 7.3.1 Bundled Agents Reference Guide - Linux
- Introducing Bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMLogicalVolume agent
- LVMVolumeGroup agent
- Sample configurations for LVMVolumeGroup agent
- Mount agent
- Sample configurations for Mount agent
- VMwareDisks agent
- SFCache agent
- AWS EBSVol agent
- AzureDisk agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- Notes for the NIC agent
- Sample configurations for NIC agent
- IPMultiNIC agent
- MultiNICA agent
- IP Conservation Mode (ICM) for MultiNICA agent
- Performance Mode (PM) for MultiNICA agent
- Sample configurations for MultiNICA agent
- DNS agent
- Agent notes for DNS agent
- About using the VCS DNS agent on UNIX with a secure Windows DNS server
- Sample configurations for DNS agent
- AWSIP agent
- AWSRoute53 agent
- AzureIP agent
- AzureDNSZone agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- SambaServer agent
- SambaShare agent
- NetBios agent
- Service and application agents
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- CoordPoint agent
- KVMGuest agent
- Notes for KVMGuest agent
- Sample configurations for KVMGuest environment
- Sample configurations for RHEV environment
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- AzureAuth agent
- Infrastructure and support agents
- Testing agents
- Replication agents
- RVG agent
- RVGPrimary agent
- RVGSnapshot
- RVGShared agent
- RVGLogowner agent
- RVGSharedPri agent
- VFRJob agent
- Dependencies for VFRJob agent
- Notes for the VFRJob agent
Attributes for DiskGroup agent
Table: Required attributes
Required attribute | Description |
---|---|
DiskGroup | Name of the disk group that is configured with Veritas Volume Manager. Type and dimension: string-scalar |
Table: Optional attributes
Optional attributes | Description |
---|---|
MonitorReservation | If the value is 1 and SCSI-3 fencing is used, the agent monitors the SCSI reservation on the disk group. If the reservation is missing, the monitor agent function takes the resource offline. Type and dimension: boolean-scalar Default: 0 Note: If the MonitorReservation attribute is set to 0, the value of the cluster-wide attribute UseFence is set to SCSI3, and the disk group is imported without SCSI reservation, then the monitor agent function takes the service group containing the disk group resource offline. |
PanicSystemOnDGLoss | Determines whether to panic the node if the disk group becomes disabled or monitor program times out. A loss of storage connectivity can cause the disk group to become disabled. VxVM commands not responding properly can cause monitor program to timeout. Note: System administrators may want to set a high value for FaultOnMonitorTimeout to increase system tolerance. This attribute accepts the following values:
If the value of the attribute is 0 and the disk group becomes disabled, the following occurs:
|
PanicSystemOnDGLoss (Continued) | Note: The PanicSystemOnDGLoss attribute does not depend on the MonitorReservation attribute. Note: If PanicSystemOnDGLoss is set to non-zero value, the system panic is initiated using the poweroff -nf command. This command halts the system. An administrator needs to bring up the system. Type and dimension: integer-scalar Default: 0 |
StartVolumes | If value of this attribute is 1, the DiskGroup online function starts all volumes belonging to that disk group after importing the group. Note: If the Veritas Volume Manager default autostartvolumes at system level is set to on, all the volumes of the disk group is started as a part of the import disk group. Type and dimension: boolean-scalar Default: 1 |
StopVolumes | If value is 1, the DiskGroup offline function stops all volumes belonging to that disk group before it deports the disk group. Type and dimension: boolean-scalar Default: 1 |
UmountVolumes | This attribute enables the DiskGroup resource to forcefully go offline even if open volumes are mounted outside of VCS control. When the value of this attribute is 1 and the disk group has open volumes, the following occurs:
Type and dimension: integer-scalar Default: 0 |
Reservation | Determines if you want to enable SCSI-3 reservation. This attribute can have one of the following three values:
To import a disk group with SCSI-3 reservations, ensure that the disks of the disk group are SCSI-3 persistent reservation (PR) compliant. Type and dimension: string-scalar Default: ClusterDefault Example: "SCSI3" |
ClearClone | If the value of this attribute is 1, the disk group is imported with the '-c' option. While importing the disk group, this option clears the "clone" and "udid_mismatch" flags from the disks of the disk group and also updates the UDID, if required. For more information about the '-c' option, refer to the VxVM manual page. Note: For hardware cloning devices, do not set this attribute to 1. Type and dimension: boolean-scalar Default: 0 |
DGOptions | Specifies the options for the vxdg import command. The agent uses this attribute only while bringing a DiskGroup resource online. For more information, see the vxdg(1m) manual page. Type and dimension: string-scalar Example: "-o noautostart -o updateid" |
Table: Internal attributes
Attribute | Description |
---|---|
tempUseFence | This attribute is reserved for internal use only. |
NumThreads | The number of threads that are used within the agent process for managing resources. This number does not include the number of threads that are used for other internal purposes. Setting the NumThreads attribute to a higher value may decrease the time required to go online or the time required to monitor a large number of DiskGroup resources. Type and dimension: static integer-scalar Default: 1 Note: If there are many DiskGroup resources and if the resources are taking more time to come online, consider increasing the NumThreads attribute to a value greater than 1. |