Operating System - HP-UX
1833300 Members
2970 Online
110051 Solutions
New Discussion

instance profile problem with 11iv3, SGeSAP 5.0, MCSG 11.19

 
Eric SAUBIGNAC
Honored Contributor

instance profile problem with 11iv3, SGeSAP 5.0, MCSG 11.19

Bonjour,

I have a problem with instance profiles on a SAP BW cluster, kernel 6.40.

The SAP configuration is quite simple : one dbci, named una00019, in a legacy package. This package can failover to the AS server, named una00020, which is a simple dialog instance. When dbci fails over, AS server is stopped, so no package for the dialog instance. Relocatable IP for dbci package is named pbwdbci.

When I start the package, SAP is started by SGeSAP with the command :
"/usr/sap/PBW/SYS/exe/run/startsap r3 DVEBMGS00"
So SAP looks for start profile START_DVEBMGS00_una00019 on una00019, or START_DVEBMGS00_una00020 on una00020.

For the moment I guess it is a normal behavior.

When I stop the package, SGeSAP calls :
"/usr/sap/PBW/SYS/exe/run/stopsap r3 DVEBMGS00 pbwdbci"
Note the third parameter "pbwdbci" which is the relocatable IP.

Yes, but SAP looks for profile START_DVEBMGS00_pbwdbci instead of START_DVEBMGS00_una00019 or START_DVEBMGS00_una00020.

Yes but I have not configured such a start profile :-((((

I would expect that SGeSAP call stopsap without the third parameter.

So, did I missed something, or should I configure 3 profiles : one as una00019, one as una00020 and one as pbwdbci ?

Thanks in advance

Eric