1829596 Members
2022 Online
109992 Solutions
New Discussion

SGeSAP Error

 
SOLVED
Go to solution

SGeSAP Error

I am configuring a cluster with SGeSAP in HPUX 11.31 and have the following error message when trying to start dbSID or ciSID package:

Oct 13 11:57:37 PM - Node "PROD": (check_parameters): ERROR: Package appears to
be specified without virtual IP addresses
Oct 13 11:57:37 PM - Node "PROD": (check_parameters): ERROR: Check IP[] array in
package control file and verify the
Oct 13 11:57:37 PM - Node "PROD": (check_parameters): ERROR: call syntax in cust
omer_defined_run_commands section
The technology is a way to have a better life
8 REPLIES 8
Suraj K Sankari
Honored Contributor

Re: SGeSAP Error

HI,
See the below threade which is having the same problem
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1023628

Suraj

Re: SGeSAP Error

I attach the sap.config file
The technology is a way to have a better life
melvyn burnard
Honored Contributor

Re: SGeSAP Error

Well here is the clue:
Package appears to be specified without virtual IP addresses
Oct 13 11:57:37 PM - Node "PROD": (check_parameters): ERROR: Check IP[] array in package control file

In your attached file:

# DBRELOC
# Maps to the virtual IP address of the database instance.
# Make sure to use the same syntax as in the IP[] array
# of the package control file.
#
# Example:
DBRELOC=172.16.1.8 <<<-----

So you have specified this in your sap confi8g file, but have you set it in the package control file......???
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Michael Leu
Honored Contributor

Re: SGeSAP Error

If you have SGeSAP 05.00 check that you have PHSS_39358 installed.
Michael Leu
Honored Contributor
Solution

Re: SGeSAP Error

Sorry about my short reply above. In SGeSAP 05.00 they have quite a bad scripting error in the first few lines of sapwas.cntl. This gets fixed with PHSS_39358.

I vaguely remember that the error messages was about IP[] values not being set, so the stuff above might apply.

Also check that the sapwas.cntl is called with a . (dot) as described in the guides.

Re: SGeSAP Error

Hi all,

I already installed the Patch PHSS_39358.

This is the configuration included in the dbPRD.control.script file:

IP[0]=172.16.1.8
SUBNET[0]=172.16.0.0

function customer_defined_run_cmds
{
. /etc/cmcluster/PRD/sapwas.cntl start PRD
test_return 51
}
.....
function customer_defined_halt_cmds
{
. /etc/cmcluster/PRD/sapwas.cntl stop PRD
test_return 52
}

And in the sap.config file:

NFSRELOC=172.16.1.9
DBRELOC=172.16.1.8
CINAME=DVEBMGS
CINR=00
CIRELOC=172.16.1.7

I am trying to configure 3 packages with SGeSAP:

ciPRD
dbPRD
sapnfs

also have configured a ciPRD.control script file and a sapnfs.control.script file.

Sugestions?

Alexander




The technology is a way to have a better life

Re: SGeSAP Error

¡I Solved my problem!

Installing the patch PHSS_39358 and copying the original files to the cluster directory
/etc/cmcluster/ and /etc/cmcluster, then including the specific information in each package files (for dbSID, ciSID).

Thanks for your help.
The technology is a way to have a better life

Re: SGeSAP Error

Installing patch PHSS_39358, copyng the new files from /opt/cmcluster to /etc/cmcluster and /etc/cmcluster/, then including the information in each package file.
The technology is a way to have a better life