Kbase P117280: Error 12468 when starting database prorested from cluster environment
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/11/2006 |
|
Status: Unverified
FACT(s) (Environment):
Fathom Cluster
SYMPTOM(s):
when starting db prorested from cluster environment
Database is enabled for Failover Clusters but it is being started incorrectly. (12468)
Not wanting the database to be cluster enabled
CAUSE:
The cluster enabled flag is still present in the master block
FIX:
probkup and prorest keep the cluster enabled flag in the master block.
If the restored database is still registered on the cluster, disable by running: procluster <dbname> disable and ensure that the .pf file in use no longer has the cluster enabled setting.
If the resotred database is not on the cluster, disable by running: prostrct cluster db disable.
Alternatively, procopy and prodb do not keep the cluster enabled flag in the master block. So if a copy of the cluster enabled database is needed, this is another method of creating a copy of the cluster enabled database, to not be cluster enabled.