The following error messages are reported in the VCS engine_A.log file:
2024/08/30 03:01:51 VCS NOTICE V-16-1-10300 Initiating Offline of Resource idamp01_damp01_logs1_lv (Owner: Unspecified, Group: local_sg) on System xxxxxx
2024/08/30 03:01:53 VCS ERROR V-16-2-13064 (xxxxxx) Agent is calling clean for resource(idamp01_damp01_logs1_lv) because the resource is up even after offline completed.
2024/08/30 03:01:55 VCS INFO V-16-2-13068 (xxxxxx) Resource(idamp01_damp01_logs1_lv) - clean completed successfully.
2024/08/30 03:01:55 VCS ERROR V-16-2-13077 (xxxxxxx) Agent is unable to offline resource(idamp01_damp01_logs1_lv). Administrative intervention may be required.
```
To resolve the issue, create the missing dependency between the Mount resource and the LVM resource:
Make the VCS configuration writable:
# haconf -makerw
2. Add the missing dependency link (to make the Mount resource dependent on the LVMLogicalVolume resource example):
# hares -link idamp01_damp01_logs1_fs idamp01_damp01_logs1_lv
3. Save the configuration and make it read-only:
# haconf -dump -makero