Kbase P96563: What command is used to start a database when it is a Fathom Clustered Resource?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/11/2008 |
|
Status: Verified
GOAL:
What command is used to start a database when it is a Fathom Clustered Resource?
FIX:
The Clusters product integrates the Progress product into the cluster not only by making use of the pre-existing cluster manager software, but by also augmenting Progress feature functionality. When a DBA uses the procluster command-line interface, the proserv or proshut commands and their equivalents are no longer used. The procluster command-line interface is used to start and stop the database so that it is done in a way that the cluster manager software provided by the OS vendor knows about the Progress product.
To start an enabled Clusters product resource, enter the following command:
procluster <db-name> start
(db-name - Specifies a resource to be started by the Clusters product. The resource must be a database and a member of the cluster. The database name must contain the fully qualified path to the database.)
Scripts used to start a database must use the procluster command-line interface commands.