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 IPMultiNICB agent
Table: Required attributes
Required attribute | Description |
---|---|
Address | Defines the dotted decimal virtual IP address. This IP address must be different than the base IP addresses in the MultiNICB resource. The IPMultiNICB agent automatically assigns the virtual IP address. Do not configure this IP address before the IPMultiNICB agent goes online. If the IP address is already configured, the agent returns an error. Type and dimension: string-scalar Example: IPv4: "10.128.10.14" IPv6: "2001:DB8::" |
MultiNICBResName | Contains the name of the MultiNICB resource that the IPMultiNICB resource depends on. Type and dimension: string-scalar Example: "MultiNICB_res1" |
One of the following attributes:
| |
NetMask | The netmask that is associated with the virtual IP address. If you do not specify a netmask, the agent uses the operating system's default netmask. This attribute is required if you configure this resource for IPv4 protocol. Type and dimension: string-scalar Example: "255.255.255.0" |
PrefixLen | This is the 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 MultiNICB agent's Device attribute. Type-dimension: integer-scalar Range: 1 - 128 Example: 64 |
Table: Optional attributes
Optional attribute | Description |
---|---|
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". 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: "192.100.201.0 192.100.13.7" In this example, the agent executes the "route add 192.100.201.0 192.100.13.7" command when it configures an interface. |
Options | Options for the ifconfig command. Type and dimension: string-scalar Example: "mtu 1500" |