- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SGeSAP Error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2009 10:01 PM
10-13-2009 10:01 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2009 10:04 PM
10-13-2009 10:04 PM
Re: SGeSAP Error
See the below threade which is having the same problem
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1023628
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2009 10:05 PM
10-13-2009 10:05 PM
Re: SGeSAP Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2009 11:48 PM
10-13-2009 11:48 PM
Re: SGeSAP 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
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......???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2009 12:46 AM
10-14-2009 12:46 AM
Re: SGeSAP Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2009 01:02 AM
10-14-2009 01:02 AM
SolutionI 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2009 07:08 AM
10-14-2009 07:08 AM
Re: SGeSAP Error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2009 11:35 AM
10-19-2009 11:35 AM
Re: SGeSAP Error
Installing the patch PHSS_39358 and copying the original files to the cluster directory
/etc/cmcluster/
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2009 11:38 AM
10-19-2009 11:38 AM