--Is it VCS?
ps -ef | grep ha
--List nodes with status
hastatus -sum
--How to know group for resource
hares -depresource_name
--Unfreeze persistent
hagrp -unfreeze group_name
VCS WARNING V-16-1-40201 Group is not temporarily frozen
hagrp -unfreeze group_name -persistent
VCS WARNING V-16-1-11309 Configuration must be ReadWrite
--Make veritas config writable
haconf -makerw
hagrp -unfreeze group_name -persistent
--and back read only
haconf -dump -makero
--Display state of resource on all nodes
hares -state resource_name
--Display log location
halog -info
ps -ef | grep ha
--List nodes with status
hastatus -sum
--How to know group for resource
hares -dep
hagrp -unfreeze group_name
VCS WARNING V-16-1-40201 Group is not temporarily frozen
hagrp -unfreeze
VCS WARNING V-16-1-11309 Configuration must be ReadWrite
--Make veritas config writable
haconf -makerw
hagrp -unfreeze
haconf -dump -makero
--Display log location
halog -info