Remove or modify HA Fire Drill actions
Looking for a method to modify or remove particular action points for the HA Fire Drill.
As an example, the Mount Agent action 'mountentry.vfd' specifically checks for mount entries in /etc/filesystems. By chance, our environment and admins require entries to be left in /etc/filesystems but auto mount to FALSE. The configuration is 'ok' for VCS, but will fail the Virtual Fire Drill every time.
Removing this action point, or modifying to accept as configured, would allow HA Fire Drill to have valid response of 'Success' or 'Failure' for this environment.
Example /etc/filesystem for VCS resource entry:
/ora/eomdma/admin:
dev = /dev/eomdma_admin
vfs = jfs2
log = /dev/eomdma_log
mount = false
check = false
account = false
Example non-VCS filesystem
/app/tws/twsq:
dev = /dev/lv_TWSq
vfs = jfs2
log = /dev/hd8
mount = true
quota = no
account = false
Is the only option to forcibly modify the Mount Agent attributes?