InfoScale™ Cluster Server 9.0 Bundled Agents Reference Guide - Solaris
- Introducing bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Disk agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- Mount agent
- Sample configurations for Mount agent
- Zpool agent
- VMwareDisks agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC 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
- NetBios agent
- Service and application agents
- AlternateIO agent
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- CoordPoint agent
- LDom agent
- Dependencies
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- Project agent
- RestServer agent
- Zone agent
- Infrastructure and support agents
- Testing agents
- Replication agents
Attributes for IPMultiNICB agent
Table: Required attributes
Required attribute | Description |
---|---|
Address | The logical IP address that the IPMultiNICB resource must handle. This IP address must be different than the base or test IP addresses in the MultiNICB resource. Type and dimension: string-scalar Example: "10.112.10.15" |
BaseResName | Name of MultiNICB resource from which the IPMultiNICB resource gets a list of working interfaces. The logical IP address is placed on the physical interfaces according to the device number information. Type and dimension: string-scalar Example: "gnic_n" |
One of the following attributes:
| |
NetMask | The netmask that is associated with the logical IP address. 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 |
---|---|
DeviceChoice | Indicates the preferred NIC where you want to bring the logical IP address online. Specify the device name or NIC alias as determined in the Device attribute of the MultiNICB resource. Type and dimension: string-scalar Default: 0 Examples: "qfe0" and "1" |
RouteOptions |
String to add or delete a route when configuring or unconfiguring an interface. Use the attribute only when configuring the local host as the default gateway. This string contains "destination gateway metric route-add-modifiers". No routes are added or deleted if this string is set to NULL. When DeleteRouteOptions attribute is not configured, RouteOptions attribute is used for adding and deleting the route. When DeleteRouteOptions attribute is configured, RouteOptions attribute is used to add route and DeleteRouteOptions attribute is used to delete route. Example: "default 166.98.16.103 0 -setsrc 166.98.16.10" |
DeleteRouteOptions | String to delete a route when un-configuring an interface. When RouteOptions and DeleteRouteOptions attributes are configured, RouteOptions attribute is used to add route and DeleteRouteOptions attribute is used to delete route. When RouteOptions attribute is not configured, DeleteRouteOptions attribute is ignored. Example: "default 166.98.16.103" |
IgnoreMultiNICBFailure | Set this value to ignore a MultiNICB resource failure when all configured interfaces fail. A value of 1 for this attribute causes the IPMultiNICB agent to ignore the failure that its underlying MultiNICB resource detects. A value of 0 for this attribute causes the IPMultiNICB agent to detect network failure. When the value of this attribute is 1, the value for the MultiNICB LinkTestRatio attribute cannot be 0. Type and dimension: integer-scalar Default: 0 |
Options | Options for the ifconfig command. Type and dimension: string-scalar Example: "failover" |
Note:
The value of the ToleranceLimit static attribute is 1. A value of 1 avoids spurious agent faults in the multi-pathing mode while Oracle's mpathd daemon migrates the IP address from one interface to another. Due to the change in the ToleranceLimit attribute, the value of the MonitorInterval static attribute is now 30 seconds. The 30-second value means that the agent tries to online the resource twice a minute. This value ensures that the overall fault detection time is still 60 seconds.