Kbase P110656: Example on how to set a DB on a cluster using Progress Explorer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/02/2009 |
|
Status: Verified
GOAL:
Example on how to set a DB on a cluster using Progress Explorer
GOAL:
Setting example of a clustered DB using Progress Explorer
FACT(s) (Environment):
Windows
Progress 9.1E
OpenEdge 10.0B
OpenEdge 10.1x
OpenEdge 10.2x
FIX:
This example shows how to set Progress Explorer a Sports2000 DB in a cluster.
1.- Start the AdminServer.
2.- Taking the example of an sports2000 DB named sports2k create the following file sports2k.pf:
-cluster protected
-properties c:\dlc\properties\conmgr.properties
-servergroup sports2k.defaultconfiguration.defaultservergroup
-adminport <default port for Progress/Open Edge release or service pack> (see reference to solution P104080)
-m5
3.- From proenv run the procluster command:
procluster sports2k enable
4.- Verify that you can see the sports2k DB resource enabled in the Windows Cluster Administrator tool or the UNIX cluster manager, the status of sports2k DB should be offline.
5.- Connect to the host using the Progress Explorer and create a DB entry into the "Databases" folder:
a) Set the name -> sports2k
b) Set the path and name -> d:\Db\sports2k
c) Click on the check box "Start this Database in cluster mode"
6.- Open the sports2k definition and go into the "configurations folder":
a) Expand the "Default Configuration" tree
b) Set in "Service name or port number" the port 5590
7.- Start the DB from Progress Explorer.
8.- Verify that the sports2k DB is online from the Windows Cluster Administrator tool or the UNIX Cluster Manager.