InfoScale™ Cluster Server 9.0 Bundled Agents Reference Guide - AIX
- Introducing bundled agents
- Storage agents
- DiskGroup agent
- Notes for DiskGroup agent
- Sample configurations for DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMVG agent
- Notes for LVMVG agent
- Mount agent
- Sample configurations for Mount agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- IPMultiNIC agent
- MultiNICA agent
- About the IPMultiNICB and MultiNICB agents
- IPMultiNICB agent
- Sample configurations for IPMultiNICB agent
- MultiNICB agent
- Sample configurations for MultiNICB 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
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- Notes for configuring 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
- LPAR agent
- Notes for LPAR agent
- MemCPUAllocator agent
- MemCPUAllocator agent notes
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- RestServer agent
- WPAR agent
- Infrastructure and support agents
- Testing agents
- Replication agents
Attributes for NIC agent
Table: Required attributes
Required attribute | Description |
---|---|
Device | Specifies the name of the NIC that you want to monitor. Use the lsdev command to check for all available network adapters. When a network interface or a network adapter of the type NIC under VCS control is renamed, you must update the value of the Device attribute of the NIC resource. Note: Arctera recommends to offline the service groups containing the network resources before renaming the network interfaces and adapters and to update the VCS configuration to avoid any undesired behaviour. Type and dimension: string-scalar Example: "en0" |
NetworkHosts | Required for virtual devices. |
Table: Optional attributes
Optional attribute | Description |
---|---|
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:
DNS lookup causes the ping to hang. If more than one network host is listed, the monitor returns ONLINE if at least one of the hosts is reachable. You can use both IPv4 and IPv6 NetworkHost addresses, and you can configure both types of addresses in the same resource. 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. If you do not specify network hosts, the monitor tests the NIC by sending pings to the broadcast address on the NIC. For a virtual device, you must configure the NetworkHosts attribute. Arctera recommends configuring more than one host to take care of the NetworkHost itself failing. Type and dimension: string-vector Example: { "166.93.2.1", "166.99.1.2", "2620:128:f0a2:9005::1" } |
NetworkType | Specifies the type of network. Type and Dimension: string-scalar Example: "ether" |
PingOptimize | Determines whether to ping every monitor cycle. A value of 0 means that the agent pings either the network hosts or the broadcast address every monitor cycle. It pings each cycle to determine the state of the network interface. A value of 1 means that the agent uses the device statistics from the netstat output to determine the state of the interface. If no activity exists on the interface, the agent then pings the broadcast address to double-check the state of the network interface. Type and dimension: integer-scalar Default: 1 |