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
Attributes
This section summarizes the required and optional attributes of the VMwareDisks agent.
Table: VMwareDisks agent required attributes
Required attribute | Description |
---|---|
ESXDetails | The list of host names and credentials of the ESX hosts or vCenter servers on which the virtual machines are configured. This attribute takes input in the format Key=Value. Key is the ESX or vCenter host name or IP address. Value takes the user credentials in the format User name=Encrypted password. Note: Do not specify the password in clear text. You must specify an encrypted password for the user. This password is used to connect to the ESX/ESXi host or vCenter server. For more information, see the Encrypting agent passwords section in the Cluster Server Administrator's Guide. Type and dimension: string-association |
DiskPaths | The list of disk paths to be managed by the VMwareDisks resource. Specify this attribute value in the format Key=Value. Key is of the form [Data store name] Disk path. Value is of the form SCSI controller key: Target ID (unit number of the disk). For example, 0:2. For RDM, add prefix RDM: to the disk path. Alternatively, the key can be of the form Disk_UUID: [Data store name] Disk_path. In case of RDM, RDM:Disk_UUID:[Data store name] Disk_path. If the disk UUID is not provided, the agent discovers the UUID and modifies the attribute value to include UUID of the disk. Type and dimension: string-association |
Table: VMwareDisks agent optional attributes
Optional attribute | Description |
---|---|
HAInfoDetails | Determines whether or not vSphere HA is enabled. This attribute uses the vCenter Server hostname or IP address to determine the status of vSphereHA. The value must be specified in the format: Key=Value. Where, Key= vCenter Server hostname or IP address Value= vCenter Server logon user credentials. This must be specified in the format: User name=Encrypted password. If you do not specify a value for this attribute, the agent considers the vSphereHA setting based on IsVMHAEnabled attribute value. Type and dimension: string-association |
IsVMHAEnabled | Defines whether vSphere HA is enabled. The value 1 indicates that vSphere HA is enabled. This attribute value should match the vSphere HA settings in the VMware vSphere HA cluster. If vSphere HA is turned on, set this attribute value to 1 (True). If vSphere HA is turned off, set this attribute value to 0 (False). vSphereHA settings are considered based on this attribute only if the HAInfoDetails attribute is not set, or if the agent fails to retrieve the vSphere HA details based on the HAInfoDetails attribute. Default is 1 (True). Type and dimension: boolean-scalar |
VMRegisterWait | The specified time interval, in seconds, during which VMware HA registers the virtual machine on any other ESX host when an ESX host fails. This is applicable only if IsVMHAEnabled is set to true. Default value is 120 seconds. Type and dimension: integer-scalar |
VirtualDiskMode | Specifies the mode to be used when the disk is attached, and takes one of the following values:
You must modify the value after you configure application monitoring. Note: The VMwareDisks agent does not detect the mode in which the disk is configured. After a failover, the disk is attached in the mode that is defined in the attribute value. For details about the disk modes, refer to the VMware documentation. Default value: persistent Type and dimension: string-scalar |
DeleteSnapshot | Specifies the action to take when the agent detects that the disk is part of a NetBackup or a user-initiated snapshot. The agent takes one of the following actions depending on the value of this attribute:
Default value: 0 Type and dimension: integer-scalar |
SnapshotRemovalRetry | Specifies the number of times to retry the snapshot removal task as part of the disk detach operation.
Default value: 3 Type and dimension: integer-scalar Note: The acceptable range of values is 0 through 3. If a value outside this range is set, the agent disregards it and proceeds with the default value. |
NBUPrimaryDetails | Specifies the details required to make NetBackup API calls to manage snapshots. This value must be specified in the format: { "NetBackup_primary_server" = " APIKey: "api_key_value", CACert: "CA_certificate_filename_with_path", VMID: "virtual_machine_ID" }
The agent uses these values to continuously monitor the connection with NetBackup server. If any of these values is incorrect, the VMwareDisks resource goes into the UNKNOWN state. Default value: None Type and dimension: string-association |