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: NIC agent required attribute
Attribute | Description |
---|---|
MACAddress | The physical (MAC) address, interface name, or GUID of the NIC to be monitored. This attribute is always local, that is, it is different for each system. When you use the service group configuration wizard, it sets this attribute to the MAC address by default. To monitor the interface based on its name or GUID, you must edit this attribute after you configure the service group. If NIC teaming is configured and the same interface name is used on all the cluster nodes, you might want to set this attribute to the interface name, because it remains the same for the cluster. If you use the interface name, you must specify either the appropriate name for the local node or the common interface name in case of NIC teaming, if applicable. Use the VCS Java Console to edit this attribute and enter the interface name or GUID instead of the MAC address. If you edit this attribute in a configuration file and if the interface name includes spaces, you must enter the value in double quotes. For details on modifying the attribute value, see the Cluster Server Administrator's Guide. Note: If the interface name or the GUID changes, you must update the attribute value accordingly. Type and Dimension: string-scalar |
Table: NIC agent optional attributes
Attribute | Description |
---|---|
MaxTxErrInterval | The number of consecutive monitor intervals for which the percentage of erroneous packets should not exceed the value specified in MaxTxErrorPercentage. When this occurs, the NIC is declared FAULTED. Default is 10. Type and Dimension: integer-scalar |
MaxTxErrorPercentage | The threshold error percentage for the total packets sent between two consecutive monitor intervals. Default is 50. Type and Dimension: integer-scalar |
PingHostList | A list of hosts that are always reachable from the NIC. If the UseConnectionStatus attribute is set to 0, make sure the attribute PingHostList is not empty. Type and Dimension: string-vector |
PingTimeoutMseconds | The timeout interval, in milliseconds, for a ping. Default is 1000 milliseconds. Type and Dimension: integer-scalar |
UseConnectionStatus | Defines whether the NIC maintains its connection status. The value True indicates the NIC maintains its status. The value False indicates it does not. If this attribute is set to False, you must specify a value for the attribute PingHostList. Default is True. VCS provides a utility, "NICTest," which determines whether a NIC maintains its connection status. You can use the NICTest utility to determine whether or not this attribute is required. See the description of the NICTest utility in the Cluster Server Administrator's Guide for instructions. Type and Dimension: boolean-scalar |