VCS ERROR V-16-10031-5547 Mount:testmnt1:monitor:Mount resource will not go online because FsckOpt is incomplete
The mandatory FsckOpt attribute was missing for the Mount resource.
# hares -display
Mount FsckOpt global <<< mandatory flag for FsckOpt is missing.
For example in a correctly configured resource, the FsckOpt would be set to either '-y' or '-n'
Mount FsckOpt global -y <<< note
Details of mandatory attributes for Mount resources can be found in the VCS Bundled Agents Guide.
eg.
https://docs.infoscale.com/.
The FsckOpt attribute for the Mount resource can be set using the 'hares -modify' command.
For example for the testmnt1 Mount resource, the following command would be used:
# hares -modify testmnt1 FsckOpt %-y
Not able to online the mount resource.