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 IP agent
Table: Required attributes
Required attribute | Description |
---|---|
Address | A virtual IP address that is different from the base IP address, and that is associated with the interface. Note that the address you specify must not be the same as the configured physical IP address, but should be on the same network. Type and dimension: string-scalar Example: IPv4: "192.203.47.61" IPv6: "2001::10" |
Device | The name of the NIC device that is associated with the IP address. When a network interface or a network adapter of the type IP under VCS control is renamed, you must update the value of the Device attribute of the IP 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" |
One of the following attributes:
| |
NetMask | For IPv4 protocol, the subnet mask that is associated with the IP address. Type and dimension: string-scalar "255.255.255.0" |
PrefixLen | Prefix for the IPv6 address represented as the CIDR value. When you use the IPv6 protocol, you must configure values for this attribute and the corresponding NIC resource's Device and Protocol attributes. Type-dimension: integer-scalar Range: 1 - 128 Example: 64 |
Table: Optional attributes
Optional attribute | Description |
---|---|
Options | Options for the ifconfig command. For complete list of ifconfig options refer to ifconfig manpage. Type and dimension: string-scalar Example: "metric 4 mtu 1400" |
RouteOptions | Specifies the routing options that are passed to the route add command when the agent configures an interface. The RouteOptions attribute value is generally formed like this: "destination gateway metric". RouteOptions for an IP resource configured inside WPAR is formed as "[attribute=value ...]" pairs. For details about the route command, refer to the man page for your operating system. When the value of this string is null, the agent does not add routes. Type and dimension: string-scalar Example 1: "192.100.201.0 192.100.13.7" In this example, the agent executes the following command when it configures an interface: "route add 192.100.201.0 192.100.13.7" Example 2: "rtdest=10.209.60.57 rtgateway=10.209.60.55 rttype=host" In this example, the agent executes the following command to configure route for an IP address in a WPAR: "chwpar -i -I rtdest=10.209.60.57 rtgateway=10.209.60.55 rttype=host wpar_name" |