ovclusterinfo command by dusan baljevic

2
Dusan Baljevic [email protected] A rarely-known and used command from HP’s OV toolkit that can check for variety types of clusters. # /opt/OV/bin/ovclusterinfo -a Display the type of cluster which is installed. Possible values are: - Microsoft Clustering Services (Windows), - MC/ServiceGuard (HP-UX), - VERITAS Cluster Server (Solaris), - Sun Cluster (Solaris), - TRU64 Cluster (TCR), - Red Hat Advanced Server (RHAS), - HACMP (AIX), - Unknown (I am not sure what HP means by this!). An example for Serviceguard cluster on HP-UX server: #Cluster type MC/ServiceGuard (MC/SG) name hpvmcluster status Up nodes custhost1 custhost2 groups custhost3 hpvmvgshared #Node custhost1 state Online id 0 #Node custhost2 state Online id 1 #Group custhost3 state Online nodes custhost1 custhost2 local state Offline virtual IP None active node custhost1 #Group hpvmvgshared state Online nodes custhost1 custhost2

Upload: circling-cycle

Post on 20-Jun-2015

106 views

Category:

Technology


0 download

DESCRIPTION

HP OV ovclusterinfo command for cluster checks

TRANSCRIPT

Page 1: Ovclusterinfo command by Dusan Baljevic

Dusan Baljevic [email protected]

A rarely-known and used command from HP’s OV toolkit that can check for variety types of clusters.

# /opt/OV/bin/ovclusterinfo -a

Display the type of cluster which is installed. Possible values are:

- Microsoft Clustering Services (Windows), - MC/ServiceGuard (HP-UX), - VERITAS Cluster Server (Solaris), - Sun Cluster (Solaris), - TRU64 Cluster (TCR), - Red Hat Advanced Server (RHAS), - HACMP (AIX), - Unknown (I am not sure what HP means by this!).

An example for Serviceguard cluster on HP-UX server:

#Clustertype MC/ServiceGuard (MC/SG)name hpvmclusterstatus Upnodes custhost1 custhost2groups custhost3 hpvmvgshared#Node custhost1state Onlineid 0#Node custhost2state Onlineid 1#Group custhost3state Onlinenodes custhost1 custhost2local state Offlinevirtual IP Noneactive node custhost1#Group hpvmvgsharedstate Onlinenodes custhost1 custhost2local state Onlinevirtual IP Noneactive node custhost2