- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SGeSAP unable to start
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
12-31-2008 08:26 AM
12-31-2008 08:26 AM
SGeSAP unable to start
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2009 04:47 PM
01-04-2009 04:47 PM
Re: SGeSAP unable to start
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2009 06:01 PM
01-04-2009 06:01 PM
Re: SGeSAP unable to start
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 02:37 AM
01-29-2009 02:37 AM
Re: SGeSAP unable to start
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 04:13 AM
01-29-2009 04:13 AM
Re: SGeSAP unable to start
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 05:06 AM
01-29-2009 05:06 AM
Re: SGeSAP unable to start
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