Veritas cluster

--Is it VCS?
ps -ef | grep ha


--List nodes with status
hastatus -sum

--How to know group for resource
hares -dep resource_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




Update BLOB

set define off DECLARE    vb1 CLOB := 'long text';    vb2 CLOB :=                 'long text';    vb3 CLOB :=              ...