Port Function
Port Function
a gab driver
b I/O fencing (designed to guarantee data integrity)
d ODM (Oracle Disk Manager)
f CFS (Cluster File System)
h VCS (VERITAS Cluster Server: high availability daemon)
o VCSMM driver (kernel module needed for Oracle and VCS interface)
q QuickLog daemon
v CVM (Cluster Volume Manager)
w vxconfigd (module for cvm)
===============================================================
Cluster Log Files:
---------------------
Log Directory /var/VRTSvcs/log
primary log file (engine log file) /var/VRTSvcs/log/engine_A.log
==============================================================================================================
Dynamic Configuration
---------------------
Change configuration to read/write mode haconf -makerw
Change configuration to read-only mode haconf -dump -makero
Check what mode cluster is running in haclus -display |grep -i 'readonly'
0 = write mode
1 = read only mode
Check the configuration file hacf -verify /etc/VRTSvcs/conf/config
Note: you can point to any directory as long as it has main.cf and types.cf
convert a main.cf file into cluster commands hacf -cftocmd /etc/VRTSvcs/conf/config -dest /tmp
convert a command file into a main.cf file hacf -cmdtocf /tmp -dest /etc/VRTSvcs/conf/config
========================================================
Resource Operations
--------------------
Online a resource
hares -online <resource> -sys [sys]
Offline a resource
hares -offline <resource> -sys [-sys]
Display the state of a resource( offline, online, etc)
hares -state
Display the parameters of a resource
hares -display <resource>
Offline a resource and propagate the command to its children
hares -offprop <resource> -sys <sys>
Cause a resource agent to immediately monitor the resource
hares -probe <resource> -sys <sys>
Clearing a resource (automatically initiates the onlining)
hares -clear <resource> [-sys]
====================================================================
Port Function
a gab driver
b I/O fencing (designed to guarantee data integrity)
d ODM (Oracle Disk Manager)
f CFS (Cluster File System)
h VCS (VERITAS Cluster Server: high availability daemon)
o VCSMM driver (kernel module needed for Oracle and VCS interface)
q QuickLog daemon
v CVM (Cluster Volume Manager)
w vxconfigd (module for cvm)
===============================================================
Cluster Log Files:
---------------------
Log Directory /var/VRTSvcs/log
primary log file (engine log file) /var/VRTSvcs/log/engine_A.log
==============================================================================================================
Dynamic Configuration
---------------------
Change configuration to read/write mode haconf -makerw
Change configuration to read-only mode haconf -dump -makero
Check what mode cluster is running in haclus -display |grep -i 'readonly'
0 = write mode
1 = read only mode
Check the configuration file hacf -verify /etc/VRTSvcs/conf/config
Note: you can point to any directory as long as it has main.cf and types.cf
convert a main.cf file into cluster commands hacf -cftocmd /etc/VRTSvcs/conf/config -dest /tmp
convert a command file into a main.cf file hacf -cmdtocf /tmp -dest /etc/VRTSvcs/conf/config
========================================================
Resource Operations
--------------------
Online a resource
hares -online <resource> -sys [sys]
Offline a resource
hares -offline <resource> -sys [-sys]
Display the state of a resource( offline, online, etc)
hares -state
Display the parameters of a resource
hares -display <resource>
Offline a resource and propagate the command to its children
hares -offprop <resource> -sys <sys>
Cause a resource agent to immediately monitor the resource
hares -probe <resource> -sys <sys>
Clearing a resource (automatically initiates the onlining)
hares -clear <resource> [-sys]
====================================================================