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 LVMVG agent
Table: Required attributes for AIX
Required attribute | Description |
---|---|
MajorNumber | Integer that represents the major number of the volume group. To ensure NFS functions properly, assign the same major number to the volume group on each system in the cluster. Type and dimension: integer-scalar |
NumThreads | The number of threads that are used within the agent process for managing resources. This number does not include the threads that are used for other internal purposes. This resource type attribute is for internal use only. This value of this attribute must be set to 1. Type and dimension: integer-scalar Default: 1 |
VolumeGroup | Name of the volume group that is configured with LVM. Type and dimension: string-scalar Example: "testvg1" |
Table: Optional attributes
Optional attribute | Description |
---|---|
GroupName | Attribute used to specify the volume's group. If set, the groups's name is applied to the volume group and all of its logical volumes. Type and dimension: string-scalar Default: system |
ImportvgOpt | Attribute used to specify options for the importvg command. The default option, "n", indicates the volume group is not automatically activated when imported. Type and dimension: string-scalar Default: n |
Mode | Attribute used to specify permissions for a volume group and its logical volumes. If set, these permissions are applied to the volume group and all of its logical volumes. Type and dimension: string-scalar Default: 640 |
OwnerName | Attribute used to specify the volume owner's name. If set, the owner's name is applied to the volume group and all of its logical volumes. Type and dimension: string-scalar Default: root |
SyncODM | Integer that specifies whether or not the agent ensures that the ODM is in sync with any changes to the volume group. If the value of this attribute is 1, the agent ensures that the ODM is in sync with the changes to the volume group in situations where the volume group was modified on another system in the cluster. The sync operation occurs on the system where the agent brings the volume group online. If you run the updatepv action for the volume group, set the value of this attribute to 1 to ensure that the ODM entries are in sync with the changes in the volume group. If the value of this attribute is 0, the changes to the volume group are independent of the ODM. See SyncODM Attribute. Type and dimension: integer-scalar Default: 1 |
VaryonvgOpt | Attribute used to specify options for the varyonvg command. Type and dimension: string-scalar |
ModePermSyncFlag | This attribute is deprecated. The agent uses an advanced algorithm to apply the Owner, Group and Permissions for the VG and its volumes. It does not use this attribute anymore. |