Method A
1. Check in the MountV_A.txt for the above error message to see which drive needs to be cleaned. (MountV_A.txt can be found in %vcs_home%\log folder)
2. Flush the service group on that node to stop the MountV resource from Onlining (right-click Service Group > flush)
3. From the problem MountV resource properties, set the AutoFSClean attribute to True.
4. Try to re-online the resource. It will run a Microsoft chkdsk /f on all volumes that are marked dirty and if successful, it will then online the resource.
Note: It is possible the resource could fault due to timeout as the chkdsk continues to run. In addition, the chkdsk operation is run in the background which makes it difficult to know the status. Due to these concerns, the following method provides steps to allow chkdsk to be run manually outside of the cluster.
Method B
1. Check in the MountV_A.txt for the above error message to see which volume(s) needs to be cleaned. (MountV_A.txt can be found in %vcs_home%\log)
2. Flush the Service Group on that node to stop the MountV resource from onlining (right-click Service Group > flush)
3. Save and close the configuration of the cluster config. This can be done from the Cluster Administrator console or by running the following command: haconf -dump -makero
4. From the command prompt, run: hastop -local -force. his will stop the cluster service without offlining any resources that are currently online in the cluster.)
5. Launch Veritas Enterprise Administrator and manually add drive letter to the problem volume (right-click volume > File System > Change Drive Letter and Drive Path...). And assign same Drive Letter or Drive Path as configured for the MountV resource.
6. From the command prompt, run the chkdsk manually on the problem volumes: chkdsk <drive_letter_or_or_mount_path> /F (e.g. chkdsk G: /F)
7. Once chkdsk completes on all problem volumes, go back into the VEA console and remove the manually assigned drive letters and/or drive paths. This will allow the cluster to bring them online so they remain under cluster control.
8. Restart the cluster by running the following command: hastart
9. Log into the Cluster Administrator console and bring the Service Group(s) online. The MountV resource(s) should now online properly.