- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle toolkit
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
06-18-2002 11:46 AM
06-18-2002 11:46 AM
Oracle toolkit
I have a problem with a 7.3.4 instance from oracle and my toolkit.
We have a 2 node l class cluster with mc serviquard 11.12 and ux 11.0
We have several oracle instances that must become a package.
I configured a package with the oracle toolkit.
The package is oke and runs. Because when I swith the monitoring script of it runs.
But I have problems with the Oracle.sh script.
When I start the package with a cmrunpkg
But when I halt the package with cmhaltpkg
The routine in the oracle script does a Oracle.sh shutdown.
When I stop the package through stopping the processes and start the package again with cmrunpkg and after that I start from the promt ./Oracle.sh shutdown everything works as that it should be (see messages 2).
1) shutting down oracle session at
Oracle Server Manager Release 2.3.4.0.0.production
Copyright oracle corporation etc
oracle server release 7.3.4.5.0
with the distributes and parrallel query options
pl/sql Release 2.3.4.5.0
SVRMGR> Connected to an idle instace
SVRMGR> Ora-01012: not logged on
SVRMGR> Server Manager complete
Oracle shutdown done
2) shutting down oracle session at
Oracle Server Manager Release 2.3.4.0.0.production
Copyright oracle corporation etc
oracle server release 7.3.4.5.0
with the distributes and parrallel query options
pl/sql Release 2.3.4.5.0
SVRMGR> connected
SVRMGR>Database closed
Database dismounted
Oracle instance shut down
SVRMGR>Server Manager complete
Oracle shutdown done
Hope that someone can help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 11:53 AM
06-18-2002 11:53 AM
Re: Oracle toolkit
include a line
env > /tmp/env_mon.txt
in the Oracle.sh Script, right before the shutdown should be executed.
Compare the output in both cases.
I suspect that the environment, esp. $ORACLE_HOME / $ORACLE_SID is diffrent in both cases.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 05:18 PM
06-18-2002 05:18 PM
Re: Oracle toolkit
Also, most systems do not use one package for multiple instances, but multiple packages for multiple instances. Sometimes, and application is failed with the database, but normally only one database is in a package.
If you are still having trouble, you might want to post your .sh file (or whatever your halt script is) after making sure that there are no passwords in it.
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 11:45 PM
06-18-2002 11:45 PM
Re: Oracle toolkit
I have tried the suggestion with the env and to log it.
I do not see any differance between when I shut oracle by hand and when I shut it by cmhaltpkg.
Any other suggestions ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2002 11:46 PM
06-18-2002 11:46 PM
Re: Oracle toolkit
I have tried the suggestion with the env and to log it.
I do not see any differance between the env variables when I shut oracle by hand and when I shut it by cmhaltpkg.
Any other suggestions ?
Thanks