Cluster Server 7.3.1 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
- Sample configurations for LVMVolumeGroup agent
- Mount agent
- Sample configurations for Mount agent
- VMwareDisks agent
- SFCache agent
- AWS EBSVol agent
- AzureDisk 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
- AzureIP agent
- AzureDNSZone agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About 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
- 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
- AzureAuth 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 for KVMGuest agent
Table: Required attribute
Required attribute | Description |
---|---|
GuestName | The name of the virtual machine created using the KVM hypervisor or RHEV-M. Type and dimension: string-scalar Example: vm1 |
Table: Optional attribute
Optional attribute | Description |
---|---|
DelayAfterGuestOnline | Defines the maximum time in seconds that the virtual machine takes to start. You can modify this attribute as required. Type and dimension: integer-scalar Default: 5 Example: 10 |
DelayAfterGuestOffline | Defines the maximum time in seconds that the virtual machine takes to shut down. You can modify this attribute as required. Type and dimension: integer-scalar Default: 30 Example: 40 |
SyncDir | Specifies the absolute path of a directory used to synchronize the default configuration directory /etc/libvirt/qemu/ on all the cluster nodes. If this attribute is configured, the online entry point uses the guest configuration file in the specified path to define the guest. This directory must be on the shared storage. This attribute is valid in KVM environment only. Type and dimension: string-scalar Example: /kvmguest_syncdir |
GuestConfigFilePath | Specifies the absolute path of the guest configuration file. You can use this attribute as an alternative to SyncDir. If you configure this attribute, ensure that the guest configuration file is available on all the cluster nodes and on same path. VCS uses this path to define the guest on each node. If both SyncDir and GuestConfigFilePath are configured, then SyncDir is preferred over GuestConfigFilePath. This attribute is valid in KVM environment only. Type and dimension: string-scalar Example: /kvmguest/kvmguest1.xml |
RHEVMInfo | Specifies information about the RHEV environment The Keys associated with this attribute are:
|
MigrateTimeout | Specifies the timeout value for migrating virtual machines. Default value: 300 seconds |
MigrateWaitLimit | Specifies the migrate wait limit. The monitor entry point runs for the number of times specified in the attribute value to determine whether or not the attempted resource migration failed. Default value: 2 |
DROpts | Defines the DR options. The value of this attribute consists of the following keys:
Type and dimension: string-association |
Table: Internal attributes
Internal attribute | Description |
---|---|
IntentionalOffline | For information on how to use the IntentionalOffline resource type attribute, refer to the Cluster Server Administrator's Guide. |
CEInfo | This is an internal attribute. |
ResyncVMCfg | The ResyncVMCfg attribute is set by the havmconfigsync utility. If this attribute is set, the agent redefines the virtual machine configuration if it already exists using the SyncDir attribute. If the SyncDir attribute is not set, GuestConfigFilePath attribute is used. Note: You must not set the ResyncVMCfg attribute manually. |
AEPTimeout | This is an internal attribute. Do not modify this attribute. This attribute is used to pass the timeout value of agent entry points. |