- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: oracle package cannot start on cluster
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
05-27-2006 02:57 AM
05-27-2006 02:57 AM
I try to run an oracle package on my two nodes cluster. I got the attached error in package's log. Please advice what I should do.
Hasan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 04:04 AM
05-27-2006 04:04 AM
Re: oracle package cannot start on cluster
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001739
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 04:59 AM
05-27-2006 04:59 AM
Re: oracle package cannot start on cluster
Moreover could u pls check the permissions on /etc/hosts on all the servers.
Pls check the control script files which is starting oracle as its unable to start oracle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 05:08 AM
05-27-2006 05:08 AM
Re: oracle package cannot start on cluster
How do you start the Oracle instance?
are you using "su -c ora_user
Is this a new package or a existing?
Have you tried to start it manually,
- Mount Filesystem
- start Oracle instance.
If the above is working there is something wrong in your control file.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 04:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 06:26 PM
05-27-2006 06:26 PM
Re: oracle package cannot start on cluster
The error says that "Failed to RUN customer commands"
So this could be due to the following reasons
1. The Oracle startup and shutdown scripts are not in the correct path or their permissions are not set right.
2. The calling scripts are itself having some issue.
So as suggested the best way to test this is:
1. mount the all file systems for the Application
2. Run the script [ that is used in the package] to start the Oracle application and the database.
If these scripts give the same issue then just contact your DBA to check the Oracle startup and shutdown scripts.
Thanks
Faizer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 06:37 PM
05-27-2006 06:37 PM
Re: oracle package cannot start on cluster
The first problem has been solved with re creating oracle pfile.
Now, I have got an error during cmhaltpkg.
cmhaltpkg halts the package with error.Attached you will find package's log file.please advice.
# cmhaltpkg oracle
cmhaltpkg : Script failed with no restart: oracle should not be restarted.
Check the syslog and pkg log files for more detailed information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 12:12 AM
05-28-2006 12:12 AM
Re: oracle package cannot start on cluster
netstat -a | grep 1521 (* listener port *)
errors in listener.ora
errors in listener log
lsof -i tcp:1521
lsnrctl status
verify environment variables in PATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 01:48 AM
05-28-2006 01:48 AM
Re: oracle package cannot start on cluster
You should check your oracle environment settings if these are correct.
Can you also check your stop and start scripts.
Do the following:
- Comment out the startup and stop of Oracle out of your control file.
- Than start the package.
- Manually start Oracle.
- Check if Oracle started oke.
- stop Oracle
If the above is oke, than start to drill down to how oracle is stopped and started from the package
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 05:26 PM
05-28-2006 05:26 PM
Re: oracle package cannot start on cluster
The first problem has been solved with creating pfile from spfile and start the database wit it.However I have a new problem with cmhaltpkg. I will open a new thread for this issue.