After Upgrade to v6: monitor:Blockmountpointaccess not configured
Hi there
We upgraded our Test single Node cluster to the version 6 with cp2.
After the installation and reboot all of the mountv resource are in a failed state.
in the mountv_a.txt logfile i found this line: monitor:Blockmountpointaccess not configured
Any suggestions how to fix that?
Thanks
Hi Sigi
Look at the types.cf located at C:\Program Files\Veritas\Cluster Server\conf\config, the MountV type is most probably missing the "BlockMountPointAccess" attribute.
Issue a hastop -all -force
Take a backup of the existing types.cf file.
Manually add or modify the MountV resources attributes with "boolean BlockMountPointAccess = 0" to the types.cf and save the file.
Should end up looking like this:
"type MountV (
static i18nstr ArgList[] = { MountPath, VolumeName, "VMDGResName:DiskGroupName", ForceUnmount, ListApplications, AutoFSClean, "VMDGResName:DGGuid", PurgeStaleMountPoints, CheckFSAccess, BlockMountPointAccess }
i18nstr MountPath
str VolumeName
str VMDGResName
str ForceUnmount = READ_ONLY
boolean ListApplications = 1
boolean AutoFSClean = 1
str MountResName
boolean PurgeStaleMountPoints = 1
boolean CheckFSAccess = 0
boolean BlockMountPointAccess = 0
)"
Restart HAD on all nodes using hastart -all.
Resources should now probe.