1833341 Members
3391 Online
110051 Solutions
New Discussion

ivsmir

 
ISmirnov
Occasional Advisor

ivsmir

Hello.

I have cluster:
HP-UX 11.11
MC/SG A.11.15
SG NFS Toolkit A.11.11.08
SGeSAP B.03.09

2 node, 2 packed configuration (one node run Oracle and NFS server, other run SAP).

Both node run packages correctly. I have problem with NFS server or client: don't work failover DB package.

Example: dbPRD (oracle) run on prd1, сiPRD (SAP) run on prd2. If dbPRD failover on node2:


.....
HANFS -- Dec 7 05:38:19 - Node "prd2": Exporting filesystem on -o root=prd1:prd
2:dbreloc:cireloc,access=prd1:prd2:dbreloc:cireloc /export/sapmnt/PRD
HANFS -- Dec 7 05:38:19 - Node "prd2": Exporting filesystem on -o root=prd1:prd
2:dbreloc:cireloc,access=prd1:prd2:dbreloc:cireloc /export/usr/sap/PRD
Dec 7 05:38:19 - Node "prd2": Adding IP address 10.3.0.63 to subnet 10.3.0.0

.......

Starting Database ...
Dec 7 05:38:38 - Node "prd2": (start_db): Database startup log is written to /h
ome/prdadm/startdb.log
Dec 7 05:38:38 - Node "prd2": (start_db): ERROR: Can not find SAP startdb scrip
t
ERROR: Function customer_defined_run_cmds
ERROR: Failed to RUN customer commands


This script (startdb) not found because directory location on NFS server. NFS server successfully export directory and available. If before failover i'm manually restart automounter:
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
then failover completed successfully.

Thanks.
1 REPLY 1
ISmirnov
Occasional Advisor

Re: ivsmir

.