InfoScale™ Cluster Server 9.0 Bundled Agents Reference Guide - Linux
- Introducing bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMLogicalVolume agent
- LVMVolumeGroup agent
- LVMVolumeGroup agent notes
- Sample configurations for LVMVolumeGroup agent
- Mount agent
- Sample configurations for Mount agent
- VMwareDisks agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- Notes for the NIC agent
- Sample configurations for NIC agent
- IPMultiNIC agent
- MultiNICA agent
- IP Conservation Mode (ICM) for MultiNICA agent
- Performance Mode (PM) for MultiNICA agent
- Sample configurations for MultiNICA 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
- AWSIP agent
- AWSRoute53 agent
- AzureDNSZone agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- NetBios agent
- Service and application agents
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- AzureAuth agent
- CoordPoint agent
- KVMGuest agent
- Notes for KVMGuest agent
- Sample configurations for KVMGuest environment
- Sample configurations for RHEV environment
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- RestServer agent
- Infrastructure and support agents
- Testing agents
- Replication agents
- RVG agent
- RVGPrimary agent
- RVGSnapshot
- RVGShared agent
- RVGLogowner agent
- RVGSharedPri agent
- VFRJob agent
- Dependencies for VFRJob agent
- Notes for the VFRJob agent
Attributes
Table: Required attributes
Attribute | Description |
---|---|
RvgResourceName | The name of the RVGShared resource type that this agent will promote, that is, the name RVG resource type which has been configured using the RVGShared agent. Type and dimension: string-scalar |
AutoTakeover | A flag to indicate whether the agent should perform a takeover on online if the original Primary is down. Type and dimension: integer-scalar Default: 1 |
A flag to indicate whether the agent should attempt to automatically perform a fast-failback resynchronization of the original Primary after a takeover and after the original Primary returns. Type and dimension: integer-scalar Default: 0 | |
VCSResLock | This attribute is reserved for internal use by VCS. Type and dimension: string-scalar |
BunkerSyncTimeOut | Determines whether or not the bunker performs a replay of the replicator log to the Secondary. Set this value in seconds to specify the time allocated for the log replay. You can use the following values:
The OnlineTimeout and OnlineRetryLimit attributes of the RVGSharedPri agent determine how long an RVGPrimary resource has to complete its online operation. Use the following formula to calculate the Time Available for Online to Complete (TAOC): TAOC = OnlineTimeout + ( OnlineRetryLimit × OnlineTimeout ) When you set the BunkerSyncTimeOut value in seconds, the value of TAOC for the RVGPrimary agent should be greater than the desired BunkerSyncTimeOut value. Using a TAOC value that is greater than BunkerSyncTimeOut value ensures that the bunker replay and the RVG takeover can complete in the allotted time for that particular online operation. If the TAOC is smaller than BunkerSyncTimeOut value and the bunker replay does not complete within the allotted time for the online process, the resource faults. If the resource faults, clear the fault. Try the online operation again if the resource has not failed over to other cluster node in the configuration. If you increase the value of the BunkerSyncTimeOut attribute, you need to increase the value of the OnlineTimeout or OnlineRetryLimit attribute so that TAOC remains greater than the changed value. This is to ensure that the bunker replay completes within allotted time for online. Type and dimension: string-scalar Default: "" |
BunkerSyncElapsedTime | The time, in seconds, that the Secondary RVG has waited for the synchronization from the bunker host to complete. This attribute is reserved for internal use only. Do not modify this attribute value. Type and dimension: integer-scalar |
EnableSingleWriter | This attribute is used to enable or disable the Single Writer feature for applications that are configured in failover service groups on single node VCS clusters. You can use the following values:
Refer to the InfoScale Replication Administrator's Guide for more information about the Single Writer feature. Type and dimension: string-scalar Default: -1 Note: If the EnableSingleWriter attribute is modified after the application service group is already online, then those changes take effect during the next online operation of the RVGSharedPri resource. |
Table: Optional attributes
Attribute | Description |
---|---|
NumThreads | Number of threads used within the agent process for managing resources. This number does not include threads used for other internal purposes. Do not modify this attribute for this agent. Setting this attribute to a higher value may result in agent function timeouts due to serialization of underlying commands. Default: 1 |
ResyncType | Allows you to choose between automatic synchronization and difference-based synchronization. By default, difference-based synchronization is enabled for resynchronization. To enable automatic synchronization, enter: # haconf -makerw # hares -modify RVGSharedPri_resource_name ResyncType 1 # haconf -dump -makero # hares -value RVGSharedPri_resource_name ResyncType To track automatic synchronization progress, enter: # vxrlink -g dg_name -i time_interval status rlk_name # vradmin -g dg_name repstatus rvg_name Type and dimension: integer-scalar Default: 0 |
Note:
Default settings of AutoTakeover=1 and AutoResync=0 cause the first failover to succeed when the original Primary goes down, and upon the original Primary's return, the RDS has a Primary-Primary configuration error. Set the default value of the AutoResync attribute of the RVGPrimary and RVGSharedPri agents to 1 if you want the agent to automatically attempt a fast-failback resynchronization of the original Primary after a takeover and after the original Primary returns. This prevents the Primary-Primary configuration error.
Note:
Configurations having multiple RVGs in the same disk group (DG) is currently not supported through the RVGSharedPri agent.