Cluster Server 8.0 Bundled Agents Reference Guide - Windows
- Introducing VCS bundled agents
- Storage agents
- Network agents
- FileShare agents
- Services and applications agents
- VCS infrastructure and support agents
- VCS hardware replication agent for NetApp
- Troubleshooting bundled agents
Attribute definitions
This section summarizes the required and optional attributes of the MountV agent.
Table: MountV agent required attributes
Required Attributes | Description |
---|---|
MountPath | The drive letter or path to an empty NTFS folder that will be assigned to the volume being mounted. When configuring a directory to host the mount, verify the following conditions:
The attribute can be specified as X, X:, X:\, X:\Directory, or X:\Directory\. These options are valid only if editing the attribute from Cluster Manager (Java Console). If editing the configuration file main.cf directly, you must specify two slashes (\\) instead of one; for example, X:\\Directory\\. Note: This attribute can take localized values. Type and Dimension: string-scalar |
VolumeName | The name of the volume to be mounted. For example, the name could be Raid1, Stripe2, Volume01, etc. Use the VMGetDrive utility to retrieve the volume name. See the description of the VMGetDrive utility in the Cluster Server Administrator's Guide for instructions. Type and Dimension: string-scalar |
VMDGResName | The name of the Volume Manager Diskgroup (VMDg) resource on which the MountV resource depends. Type and Dimension: string-scalar |
Table: MountV agent optional attributes
Optional Attributes | Description |
---|---|
AutoFSClean |
If the agent detects corruption, this attribute defines whether the agent automatically cleans the file system by running Chkdsk /X on the volume being brought online. The value 1 indicates the agent cleans the file system. The value 0 indicates it does not. Default is 1. The output of the Chkdsk /x command is stored at Here, %vcs_home% is the default product installation directory, typically C:\Program Files\Veritas\Cluster Server. Type and Dimension: boolean-scalar |
ForceUnmount |
Defines whether or not the agent unmounts the volume (gracefully or forcibly) when it is being used by other applications. The attribute can take the following values:
Default is READ_ONLY. If you have enabled Intelligent Monitoring Framework (IMF) and fast failover in your cluster environment, Veritas recommends that you set this attribute value to ALL. This reduces the failover time as the agent does not require additional time to gracefully close the read-only handles on the volume. Type and Dimension: string-scalar |
ListApplications |
Defines whether the agent lists the applications accessing the volume while unmounting. The value 1 indicates that the agent lists the applications; the value 0 indicates that it does not. Default is 0. If you have enabled Intelligent Monitoring Framework (IMF) and fast failover in your cluster environment, Veritas recommends that you set this attribute value to 0. This reduces the failover time as the agent does not enumerate the applications that are accessing the volume. Type and Dimension: boolean-scalar |
PurgeStaleMountPoints |
This attribute is applicable to a global cluster configuration. In case of a global fail over, this attribute defines whether the agent purges volume mount point (NTFS folder mounts) properties before bringing the folder mount points online on the remote cluster. The default value is 1, which means that the agent purges the volume mount point properties. Type and Dimension: boolean-scalar |
CheckFSAccess |
Defines whether or not the agent performs file system access monitoring on volumes mounted using SFW. The default value is 0 (False), which means that the file system check is disabled. Note: This attribute replaces the MountV agent's CheckFSAccess function. The CheckFSAccess function is deprecated. Type and Dimension: boolean-scalar |
BlockMountPointAccess | This attribute defines whether the agent blocks access to the NTFS folder that is used as a folder mount point after the mount point is unmounted. For example, if C:\temp is used as a folder mount for a volume and BlockMountPointAccess attribute for the corresponding resource is set to 1, then after the mount point is unmounted, the agent blocks access to the folder C:\temp. The value 1 indicates that the folder is not accessible. The default value 0 indicates that the folder is accessible. In DR configuration, set this attribute to False if the volume is mounted on other volume which is a part of an application service group. Note: This attribute is applicable only for volumes mounted as folder mounts and not for drive letter mounts. Type and Dimension: boolean-scalar |
ForFireDrill | Defines whether the volume being monitored by the agent belongs to the fire drill disk group. The value 1 indicates that the volume being monitored belongs to the fire drill disk group. Default is 0, which means that the volume being monitored does not belong to the fire drill disk group. Type and Dimension: boolean-scalar |