Consultor Eletrônico



Kbase P118330: Parameters tab for a database resource on Cluster is not present
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/03/2010
Status: Unverified

SYMPTOM(s):

Don't see parameters tab in Cluster Administrator

Parameters tab for a database resource on Cluster is not present

FACT(s) (Environment):

Windows 2003
OpenEdge 10.X

CAUSE:

The cluster .dll's were not registered correctly.

The exact reason for this is unknown at the time of writing. One possible reason is that you are running 64-bit Windows 2003, which is not supported.

FIX:

If you are attempting to run OpenEdge Clustering on 64-bit Windows 2003, unfortunately this configuration has not been tested nor certified to work in conjunction with OpenEdge. You will need the 32-bit version of OS.

Otherwise, the following steps (have to be done on each and every node where the parameters tab does not work) will fix the problem:

Please verify that following conditions are met prior the action:

1) Cluster Service is running on a cluster node (or more nodes)
2) There is NO Progress database registered within cluster manager (if so, make sure that is being removed before proceeding with steps below).
3) PSC_CLUSTER_PATH points to DLC (where OpenEdge is installed).
4) Steps below assume WINDOWS is installed on C: drive, if not change the C: accordingly

In order to fix the issue:

Start proenv.

To uninstall Progress cluster dll's (still within proenv):

cluster /unregext:psclusterex.dll
cluster restype "Progress" /delete /type
pscluster uninstall
del c:\windows\cluster\pscl*.dll

To install and register Progress cluster dll's (still within proenv)

copy %DLC%\bin\pscl*.dll c:\windows\cluster\
c:
cd \windows\cluster
pscluster install

Again, this has to be done on each and every node where the parameters tab does not work.