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
Table: Optional attributes for AIX summarizes the optional attributes for the WPAR agent.
Table: Optional attributes for AIX
Optional attribute | Description |
---|---|
ShutdownGracePeriod | Allows the root user to set the number of seconds before the shut down of a WPAR. Arctera recommends to check the time required for WPAR to stop outside VCS control and configure this attribute accordingly. Note: Offline fails if the value of this attribute is 0 as the WPAR takes some time to shut down fully. Type and dimension: integer-scalar Default: 90 Example: "120" |
ResourceSet | A resource set is used to define a subset of processors in the system. If a resource set is specified for a workload partition, it can use the processors within the specified resource set only. The value of the ResourceSet attribute is the name of the resource set created using the mkrset command. If set, the agent configures the WPAR to use only the resource set specified by this attribute. Type and dimension: string-scalar Default: "" Example: ResourceSet = "myrset" |
WorkLoad | Allows modification of resource control attributes shares_CPU and shares_memory. The key CPU is used to specify the number of processor shares that are available to the workload partition. The key MEM is used to specify the number of memory shares that are available to the workload partition. Valid values for the WorkLoad attribute keys CPU and MEM can be any value from 1 to 65535. If the values are not specified, unlimited share of CPU and memory is assigned to the WPAR. Type and dimension: integer-association Default: WorkLoad{} = { } Example: { CPU = 50, MEM = 30 } |
DROpts | The value of this attribute consists of the following keys that define the disaster recovery (DR) options for the WPAR.
In a DR configuration, if one or more of these keys are set, the resource is considered to be DR-enabled. If all the keys stay at their default value (""), then the resource is not DR-enabled even if it is in a disaster recovery configuration. Type and dimension: string-association Example: DROpts = {DNSSearchPath = "vx1.example.com example.com", DNSServers = "10.216.16.101", Gateway = "10.209.72.1", DNSDomain = "vx1.example.com" } |