1836040 Members
3859 Online
110089 Solutions
New Discussion

SGeSAP unable to start

 
Dhaval_k
Occasional Contributor

SGeSAP unable to start

we have configured SGeSAP on 11.31 2 node cluster
package when configured without SAP.config was running fine but when configured with sap.config then gave following error...
Dec 31 17:57:36 - Node "gclprde1": (initialize): TRACE POINT
Dec 31 17:57:36 - Node "gclprde1": (check_version): TRACE POINT
Dec 31 17:57:36 - Node "gclprde1": (check_parameters): TRACE POINT
Dec 31 17:57:36 - Node "gclprde1": (check_parameters): ERROR: Package appears to be specified without virtual IP addresses
Dec 31 17:57:36 - Node "gclprde1": (check_parameters): ERROR: Check IP[] array in package control file and verify the
Dec 31 17:57:36 - Node "gclprde1": (check_parameters): ERROR: call syntax in customer_defined_run_commands section
ERROR: Function customer_defined_halt_cmds
ERROR: Failed to HALT customer commands



Pls... help.... to resolve the problem
5 REPLIES 5
kishore_19
Senior Member

Re: SGeSAP unable to start

Hi


Sending me the cluster logs .. along with the whole of the /etc/cmcluster please

if possible an O/p of the cmviewcl -v


regards


Kishore
VK2COT
Honored Contributor

Re: SGeSAP unable to start

Hello,

Pay attention to the following errors.
You package does not seem to be built correctly:

ERROR: Package appears to be specified without virtual IP addresses
ERROR: Check IP[] array in package control file and verify
ERROR: call syntax in customer_defined_run_commands section

Cheers,

VK2COT
VK2COT - Dusan Baljevic
sdass
Advisor

Re: SGeSAP unable to start

Try the following

create a debug file in /etc/cmcluster this will not start the sap this mode is used to trouleshoot the SGeSAP

#cd /etc/cmcluster
#touch debug

then try to start the package db first then CI If package started normaly without any error then try to start SAP manually if it is not able to start SAP problem is with SAP

Please provide the file /etc/cmcluster/"SID"/sap.config
bright image
Frequent Advisor

Re: SGeSAP unable to start

I agree with VK2COT. Your control script is wrong. It looks like it is not specifing an IP address for the package and something is not right in the customer_defined_run_commands section.

Look for IP[0]= in the control script and add an ip address and then look for customer_defined_run_commands section and see what is wrong there.

Please post your control script for more information.
It should be in /etc/cmcluster//
Eric SAUBIGNAC
Honored Contributor

Re: SGeSAP unable to start

Bonjour Dhaval,


Working on same problem now. Found that variables in control script are not exported. So sapwas.cntl doesn't know anything about relocatable IPs :-(

In a first approach my workaround is to add a line with "set -a" at the very beginning of the main control script. It has some side effects that should not borrow you if you stay in the standard implementation of SGeSAP.

Didn't found a patch that could correct this issue. Still searching. I suppose you have placed a call to HP support ? If they have a supported solution, Dhaval, please post it.

PS : VK2COT - I have seen you answer to my post about patches at install time. No time for the moment, but sure I will come back to this thread. I am there because I was looking for a definitive solution for the same problem than Dhaval ..

Eric