Kbase P163120: Error 12465 running procluster enable for databases in specific file systems
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/04/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 12465 running procluster enable for databases in specific file systems
The Failover Clusters operation performed failed for database . (12465)
Debug option is on (Environment variable set to PSC_DEBUG=1) show ServicePaths containing more than only the File System where database is located.
FACT(s) (Environment):
Solaris 10
OpenEdge 10.1B
CAUSE:
Procluster command uses output from the UNIX command df on the database files, when the path to the mount point from the df exceeds 18 characters long it does not have space as a delimiter.
FIX:
To fix this problem use either of the two workarounds:
1) Mount the file system on a mount point path that sums less than 19 characters long.
2) Use the output created with the environment variable PSC_DEBUG=1 to create the cluster script and eliminate parenthesis from ServicePaths environment variable.
Example:
ServicePaths="/database10/cluster(/dev/md/databases-ds/dsk/d406):88514260"
Change it to:
ServicePaths="/database10/cluster"