Consultor Eletrônico



Kbase P38712: Unable to launch Fathom for cluster using procluster.bat
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/07/2008
Status: Unverified

FACT(s) (Environment):

Windows 2000

SYMPTOM(s):

Unable to launch Fathom for cluster using procluster.bat

Fathom HA for cluster.

CAUSE:

Long directory names with spaces between like C:\Program files\ causes Procluster.bat to fail.

FIX:

1) Make sure the following environment variables are correctly set:

Set DLC=<Progress installation directory>


Set PSC_CLUSTER_PATH=<Fathom HA clusters installation directory>


PATH=%DLC%\bin;%PSC_CLUSTER_PATH%\bin;%PATH%

2) Make sure that Fathom HA clusters and Progress Enterprise are installed in the in the local hard disk for each node with the same path.

3) When user the PROCLUSTER command full path must be used for the DB specification.

Example:

Procluster d:\test\DB1 enable


4) If Fathom HA cluster is installed in the directory like:

C:\Program Files\

Directory name with spaces should be avoided, the options are to choose DOS shortnames like C:\Progra~1\ or %ProgramFiles% in the environment variables.

Example:

Set PSC_CLUSTER_PATH=%ProgramFiles%\Progress\Cluster