Cluster Server 8.0 Bundled Agents Reference Guide - Windows
- Introducing VCS bundled agents
- Storage agents
- Network agents
- FileShare agents
- Services and applications agents
- VCS infrastructure and support agents
- VCS hardware replication agent for NetApp
- Troubleshooting bundled agents
Attribute definitions
This section summarizes the required and optional attributes of the VMNSDg agent.
Table: VMNSDg agent required attributes
Required Attribute | Description |
---|---|
DiskGroupName | The name of the dynamic disk group configured using Storage Foundation (SFW). The disk group name may be retrieved from the SFW console by running the command vxdg list, or by using the VMGetDrive utility. For information on using the VMGetDrive utility, see the description of the utility in the Cluster Server Administrator's Guide. Type and Dimension: string-scalar |
DGGuid | The disk group ID of the dynamic disk group configured using SFW. The disk group GUID may be retrieved by running the command vxdg list, or by using the VMGetDrive utility. For information on using the VMGetDrive utility, see the description of the utility in the Cluster Server Administrator's Guide. Type and Dimension: string-scalar |
Table: VMNSDg agent optional attributes
Optional Attributes | Description |
---|---|
VxSVCFailAction | Defines the agent behavior when the Veritas Enterprise Administrator Service (VxSVC) fails. The value RESTART_VXSVC indicates the agent attempts to restart the VxSVC service every monitor cycle. The value SHUTDOWN indicates the agent attempts to restart the VxSVC service the number of times defined in the attribute VxSVCRestartAttempts. If the agent fails to restart VxSVC, then it restarts the system. When this occurs, all the service groups come online on another system in the cluster. For example, if VxSVCRestartAttempts is set to 5, then the agent attempts to start the service five times before restarting the system. Default is RESTART_VXSVC. Type and Dimension: string-scalar |
VxSVCRestartAttempts | The number of times the agent attempts to restart the failed VxSVC service before restarting the system. This attribute is considered only when VxSVCFailAction value is set to SHUTDOWN. Default is 10. Type and Dimension: integer |
SkipStorageValidation | Defines whether the VMNSDg agent supports the dynamic disk groups which are configured on external disks. In case of SCSI controllers, the disks are considered as internal (non-shared) if the disk port is same as the port of OS disk, otherwise the disks are considered as external disks. The external disks can be shared or non-shared. By default, this attribute blocks the disk groups configured on any external disk (shared or non-shared). Set this attribute to 1 if you want the VMNSDg agent to support disk groups configured on external SCSI disks. Note: Configuring a VMNSDg agent resource for a dynamic disk group created on shared storage can cause data corruption and the VMNSDg agent resource can fault after regular intervals. Veritas recommends that you use the VMDg agent if the disk groups are created on shared external disks and use the VMNSDg agent if the disk groups are created on non-shared external disks. Default value is 0. Type and Dimension: boolean-scalar |