VCS ERROR V-16-10031-5547 Mount: Mount resource will not go online because FsckOpt is incomplete

book

Article ID: 100053685

calendar_today

Updated On:

Description

Error Message

VCS ERROR V-16-10031-5547 Mount:testmnt1:monitor:Mount resource will not go online because FsckOpt is incomplete

Cause

The mandatory FsckOpt attribute was missing for the Mount resource.  

Resolution

# 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

 

Issue/Introduction

Not able to online the mount resource.