InfoScale™ Cluster Server 9.0 Bundled Agents Reference Guide - AIX
- Introducing bundled agents
- Storage agents
- DiskGroup agent
- Notes for DiskGroup agent
- Sample configurations for DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMVG agent
- Notes for LVMVG agent
- Mount agent
- Sample configurations for Mount agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- IPMultiNIC agent
- MultiNICA agent
- About the IPMultiNICB and MultiNICB agents
- IPMultiNICB agent
- Sample configurations for IPMultiNICB agent
- MultiNICB agent
- Sample configurations for MultiNICB 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
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- Notes for configuring 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
- LPAR agent
- Notes for LPAR agent
- MemCPUAllocator agent
- MemCPUAllocator agent notes
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- RestServer agent
- WPAR agent
- Infrastructure and support agents
- Testing agents
- Replication agents
Attributes for DiskGroup agent
Table: Required attributes
Required attribute | Description |
---|---|
DiskGroup | Name of the disk group that is configured with Volume Manager. Type and dimension: string-scalar |
Table: Optional attributes
Optional attributes | Description |
---|---|
StartVolumes | If the 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 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 the value of this attribute 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 |
MonitorReservation | If the value of this attribute 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 sysdumpstart -p command. This command reboots the system. 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" |
ForceImport | Enables and disables the forcible import of a disk group. If the value of this attribute is 1, the disk group is imported forcibly. When all the disks in a disk group are not available, you may want to disable the forcible import of disks; to do so, set this attribute to 0. This attribute is ignored when the ClearClone attribute is set to 1; it is considered only if ClearClone is set to 0 or 2. Type and dimension: boolean-scalar Default: 1 |
ClearClone | This attribute takes an integer value between 0 and 2. If this attribute is set to a non-zero value, 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. The ForceImport attribute is considered only if this attribute is set to 0 or 2; it is ignored if this attribute is set to 1. 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: integer-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" |
ScanDisks | Lets you perform a selective devices scan for all the disk paths that are associated with a VxVM disk group. Before attempting to import a hardware clone or a hardware replicated device, the VxVM and the DMP attributes of a disk are refreshed.
Type and dimension: boolean-scalar Default: 0 This attribute is typically used in a hardware replication environment. |
ClearClone | ForceImport | Behavior |
---|---|---|
0 | 0 | The clear clone option is disabled and the forcible import of disk groups is disabled. |
0 | 1 | (Default) The clear clone option is disabled and the forcible import of disk groups is enabled. |
1 | 0 | The clear clone option is enabled and the forcible import of disk groups is disabled. |
1 | 1 | The clear clone option is enabled, the forcible import of disk groups is disabled, and a message is logged stating that the ForceImport attribute is not considered in this case. |
2 | 0 | The clear clone option is enabled and the forcible import of disk groups is disabled. |
2 | 1 | The clear clone option is enabled and the forcible import of disk groups is enabled. |
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. |