Cluster Server 7.3.1 Bundled Agents Reference Guide - Linux
- Introducing Bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMLogicalVolume agent
- LVMVolumeGroup agent
- Sample configurations for LVMVolumeGroup agent
- Mount agent
- Sample configurations for Mount agent
- VMwareDisks agent
- SFCache agent
- AWS EBSVol agent
- AzureDisk agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- Notes for the NIC agent
- Sample configurations for NIC agent
- IPMultiNIC agent
- MultiNICA agent
- IP Conservation Mode (ICM) for MultiNICA agent
- Performance Mode (PM) for MultiNICA agent
- Sample configurations for MultiNICA 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
- AWSIP agent
- AWSRoute53 agent
- AzureIP agent
- AzureDNSZone agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About 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
- KVMGuest agent
- Notes for KVMGuest agent
- Sample configurations for KVMGuest environment
- Sample configurations for RHEV environment
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- AzureAuth agent
- Infrastructure and support agents
- Testing agents
- Replication agents
- RVG agent
- RVGPrimary agent
- RVGSnapshot
- RVGShared agent
- RVGLogowner agent
- RVGSharedPri agent
- VFRJob agent
- Dependencies for VFRJob agent
- Notes for the VFRJob agent
Attributes for NIC agent
Table: Required attributes
Required attribute | Description |
---|---|
Device | Specifies the name of the NIC that you want to monitor. Use the ip addr command to list all network adapters and the IP addresses assigned to each NIC. Type and dimension: string-scalar Example: "eth0" or "eth1" |
Table: Optional attributes
Optional attribute | Description |
---|---|
Mii | Flag that defines whether the NIC maintains its connection status. If this flag is set to 1, the agent uses ethtool and MII hardware registers, instead of the ping and packet count method. The agent uses this method to determine the health of the network card. If the flag is set to 0, the agent does not use ethtool and Mii to monitor the status of the NIC. Type and dimension: integer-scalar Default: 1 |
NetworkHosts | List of hosts on the network that are pinged to determine the state of the NIC. Specify the IP address of the host - not the host name. The specified hosts must be pingable:
The command to ping the host (hostip) via a NIC device (nicdev) is: For IPv4: # ping -I device hostip For IPv6: # ping6 -I device hostip If more than one network host is listed, the monitor returns ONLINE if the ping test is successful with at least one of the hosts. You can use both IPv4 and IPv6 NetworkHost addresses, and you can configure both types of addresses in the same resource. Type and dimension: string-vector Example: IPv4: { "166.93.2.1", "166.99.1.2" } IPv6: { "2001::1" , "166.93.2.1" } |
PingOptimize | Attribute that defines whether the agent sends a broadcast ping before it retrieves the received packet statistics. This attribute is used when Mii is not set and no network hosts are specified. If the value of this attribute is 1, the agent retrieves received packet statistics from the netstat command and compare them with previously stored values. The agent sends a broadcast ping to the network only if the packet count remains unchanged. If the value of this attribute is 0, the agent sends a broadcast ping before it checks the network statistics. Type and dimension: integer-scalar Default: 1 |