- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard Issue
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
07-13-2006 01:42 AM
07-13-2006 01:42 AM
Serviceguard Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 01:51 AM
07-13-2006 01:51 AM
Re: Serviceguard Issue
Even though you don't state the OS version or the ServiceGuard Version, I have an idea.
Check the log files on the standby and main node in /etc/cmlcuster
The oracle script is either not copied on the second node or is producing errors at start time.
To some degree diagnostics are in /var/adm/syslog/syslog.log
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 01:52 AM
07-13-2006 01:52 AM
Re: Serviceguard Issue
What is the problem, generally listener will be the problem. check your /etc/services.
In act it is too wide to know what is your problem. Give more details.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 02:05 AM
07-13-2006 02:05 AM
Re: Serviceguard Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 02:07 AM
07-13-2006 02:07 AM
Re: Serviceguard Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 02:55 AM
07-13-2006 02:55 AM
Re: Serviceguard Issue
It sounds like there is a problem with your configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 03:50 AM
07-13-2006 03:50 AM
Re: Serviceguard Issue
Its Seems to be problem with Package Control Script.
Check /etc/cmcluster/pkgname/pkgcntl.sh
In that you will find the startup & shutdown Customer Defined Parameter.Check the Script over there. Is there any hash ????
Cheers
Arunkumar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 05:56 AM
07-13-2006 05:56 AM
Re: Serviceguard Issue
Melvyn has point you where you need to look, the package cntl logs where your ascii and cntl files are. Generally something like.../etc/cmcluster/packages/pkg.cntl.log
Read this log and it will tell you what it did or didn't do. If your pkg starts up oracle on your original node, then copy that cntl file over to the other node. And make sure that any other files you need to start are there and ready that may be 'outside' the package. That's often what it is...some script existing on something that wasn't copied over to the failover node. That's why it is best to keep everything possible within the package, so you don't hit these kind of things.
Rgrds, and let us know...
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 06:32 AM
07-13-2006 06:32 AM
Re: Serviceguard Issue
That will give us an idea of where we can start to look for differences.