Cluster Server 7.4 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
- 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
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- WPAR agent
- MemCPUAllocator agent
- MemCPUAllocator agent notes
- LPAR agent
- Notes for LPAR 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: Veritas 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. |
Protocol | Required to use the IPv6 protocol. |
Table: Optional attributes
Optional attribute | Description |
---|---|
NetworkHosts | List of hosts on the same network that are pinged to determine if the network connection is alive. Enter the IP address of the host, instead of the host name, to prevent the monitor from timing out. 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. 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. Veritas recommends configuring more than one host to take care of the NetworkHost itself failing. Type and dimension: string-vector Example: { "166.96.15.22", "166.97.1.2" } |
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 |
Protocol | Specifies the type of IP protocol (IPv4 or IPv6) that you want to use with the agent. When you use the IPv6 protocol, you must configure values for this attribute, the Device attribute, and the corresponding IP resource's PrefixLen attribute. Type-dimension: string-scalar Default: IPv4 Example: IPv6 |