Kbase P106985: How to know if a DB has been correctly registered on TruCluster ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/06/2006 |
|
Status: Unverified
GOAL:
How to know if a DB has been correctly registered on TruCluster ?
GOAL:
Where to find information about a registered DB on TruCluster
GOAL:
How to know if a DB is cluster enabled on TruCluster ?
FACT(s) (Environment):
Compaq Tru64 UNIX
FIX:
1) Use caa_stat ?t command to identify your DB
2) Verify existence of file $PSC_CLUSTER_PATH/scripts/PSC_CLUSTER_REG.TMP (DB resources registration file)
3) Verify existence of file $PSC_CLUSTER_PATH/scripts/PSC_CLUSTER_REG_ADDON.TMP (Auxiliary process registration file, like APW, BIW, etc.)
4) Verify that {DB name }{UUID}.scr file has been created at directory /var/cluster/caa/script
5) Verify that {DB name }{UUID}.cap file has been created at directory /var/cluster/caa/profile
AN>
For example:
Atter the command procluster /usr/x/100b/wrk/sports enable
It will be shown at the caa_stat -t command like this:
Name Type Target State Host
-----------------------------------------------------------------------------------
admi...2000000 application ONLINE UNKNOWN node2
alph...3000000 application ONLINE UNKNOWN node1
autofs application ONLINE OFFLINE
cluster_lockd application ONLINE ONLINE node1
clustercron application ONLINE ONLINE node1
Sports.F000000 application OFFLINE OFFLINE
Creates the following files:0pt; COLOR: #333333; mso-bidi-font-family: Tahoma">
1) sports.dbBA5EF7090000000000DDCFD4000000.cap at directory /var/cluster/caa/profile
2) $PSC_CLUSTER_PATH/scripts/PSC_CLUSTER_REG.TMP
3) $PSC_CLUSTER_PATH/scripts/PSC_CLUSTER_REG_ADDON.TMP
4) sports.dbBA5EF7090000000000DDCFD4000000.scr at directory /var/cluster/caa/script
n.