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 IP agent
Table: Required attributes
Required attribute | Description |
---|---|
Address | A virtual IP address 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: "192.203.47.61" IPv6: "2001::10" |
Device | The name of the NIC device that is associated with the IP address. Requires the device name without an alias. Type and dimension: string-scalar Example: "e1000g0" |
One of the following attributes:
| |
NetMask | The subnet mask that is associated with the IP address of the resource. Specify the value of the netmask in decimal (base 10) or hexadecimal (base 16). You must configure this attribute if the IP address is an IPv4 address. Type and dimension: string-scalar Example: "255.255.248.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 NIC agent's Device and Protocol attributes. 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.201.7" In this example, the agent executes the "route add 192.100.201.0 192.100.201.7" command when it configures an interface. |
ExclusiveIPZone | Specifies that a resource is configured for an exclusive IP zone. Set this value to 1 if resource is configured for exclusive IP zone. When set to 1, it requires a valid ContainerInfo to be configured in the service group. Type-dimension: boolean-scalar Default: 0 |
Options | Options for the ifconfig command. Refer to the Solaris ifconfig(1M) manual page for the complete list of ifconfig options. Arctera recommends setting the IpadmIfProperties and IpadmAddrProperties attributes for Solaris 11. If the Options attribute is specified for Solaris 11, then ifconfig options are set as specified in the Options attribute. If IpadmIfProperites or IpadmAddrProperties attribute is also specified along with the Options attribute, then ipadm properties are set first and then ifconfig options are set as specified in the Options attribute. Type and dimension: string-scalar Example: "failover" |
IpadmIfProperties | IpadmIfProperties attribute is applicable for Solaris 11 only. Interface properties for the ipadm set-ifprop command. Refer to the Solaris ipadm(IM) manual page for properties that can be set using the ipadm set-ifprop command. In this attribute, you can specify all the properties you want to set using the ipadm set-ifprop command as "key=value" strings. The agent passes the key-value pair one at a time to the ipadm set-ifprop command. Type and dimension: string-vector Example: "mtu=1400" "forwarding=on" |
IpadmAddrProperties | IpadmAddrProperties attribute is applicable for Solaris 11 only. Address properties for the ipadm set-addrprop command. Refer to the Solaris ipadm(IM) manual page for properties that can be set using the ipadm set-addrprop command. In this attribute, you can specify all the properties you want to set using the ipadm set-addrprop command "key=value" strings. The agent passes the key-value pair one at a time to the ipadm set-addrprop command. Type and dimension: string-vector Example: "deprecated=on" "private=on" |