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
Table: GenericService agent required attributes
Required Attribute | Description |
---|---|
ServiceName | Name of the service to be monitored. The service name can be the Service Display Name or the Service Key Name. Note: This attribute can take localized values. Type and Dimension: string-scalar |
Table: GenericService agent optional attributes
Optional Attributes | Description |
---|---|
DelayAfterOffline | Number of seconds the offline routine waits for the service to go offline. Modify this value depending on the time the configured service takes to stop once the resource is taken offline in the environment. Default is 10 seconds. Type and Dimension: integer-scalar |
DelayAfterOnline | Number of seconds the online routine waits for the service to go online. Modify this value depending on the time the configured service takes to start once the resource is taken online in the environment. Default is 10 seconds. Type and Dimension: integer-scalar |
Domain | The domain to which the user specified in the UserAccount attribute belongs. If the domain name is not specified, the agent assumes that the user belongs to the local machine. This attribute is ignored if the UserAccount attribute is not specified or if the domain name is specified in the UserAccount attribute itself. Note: This attribute can take localized values. Type and Dimension: string-scalar |
Password | The password of the user, in whose context, the service would be started. If the UserAccount attribute is empty or contains a built-in service account, this attribute is ignored. Type and Dimension: string-scalar |
service_arg | An array of arguments passed to the service. Type and Dimension: string-vector |
UserAccount | A valid user account in whose context the service will be monitored. Username can be of the form username@domain.com or domain.com\username. If you do not specify a value for this attribute, then the user account of the service in the SCM is ignored. To monitor service under built-in accounts, you must provide explicit values. For example: UserAccount='LocalSystem', 'Local Service', or 'Network Service'. Domain='NT Authority'. The 'NT Authority' domain is not applicable for the 'LocalSystem' account. Note: This attribute can take localized values. Type and Dimension: string-scalar |
UseVirtualName | Set this value to enable the service specified by the ServiceName attribute to inherit the Virtual Server context of Lanman resource specified in LanmanResName attribute. If this attribute is set, the LanmanResName becomes a mandatory attribute. Note: It is recommended that you do not set this attribute for system services. If you configure system services using the GenericService agent, then this attribute is not supported. Type and Dimension: boolean-scalar |
LanmanResName | The name of the Lanman resource on which the GenericService resource depends. Note: It is recommended that you do not set this attribute for system services. If you configure system services using the GenericService agent, then this attribute is not supported. Type and Dimension: string-scalar |