- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle Package failover
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-20-2006 10:19 PM
05-20-2006 10:19 PM
Oracle Package failover
I have an oracle package cluster with 2 node currently running on node1. Oracle is installed in the external storage and running on a virtual IP. I need to failover an oracle package. To move the package I need to halt the package and then to run it on other node. I think the database will stop. Am I right?
Then how can I move the oracle package?
Best rgds,
Walker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 10:26 PM
05-20-2006 10:26 PM
Re: Oracle Package failover
Yes, if everything is configured correctly oracle will stop on one node and start on the second node.
/usr/sbin/cmhaltpkg
Is what you run on the first node.
You should also test loss of power on node 1 and loss of heartbeat on node 1 to make sure everything fails over correctly.
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
05-20-2006 10:31 PM
05-20-2006 10:31 PM
Re: Oracle Package failover
On node 1
cmhaltpkg oraclepkg
cmrunpkg -n node2 oraclepkg
cmmodpkg -e oraclepkg
Also you are right that the oracle database needs to be shutdown as part of the package halt script. Apart from this if you are not using the VGs as shared or are not Veritas Cluster filesystems then the VGs will be exported after unmounting the filesystem from node1 as part of package halt script. [ The package halt script should take care of all these things ]
Then as part of package startup on node2 the VGs will be imported and activated and filesystem mounted before starting the oracle database.
If you are using Oracle RAC then I guess your database will still be running even if you stop the package running on node1 - but int that case oracle is already running on node2.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 11:02 PM
05-20-2006 11:02 PM
Re: Oracle Package failover
What if I do not want to halt package instead of I would like to stop cluster on current node that is containing the package now. In that case package will be automatically switched over to the node that is running cluster and free? Since the auto switch of package is on. Am I correct?
Rgds,
Walker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 11:29 PM
05-20-2006 11:29 PM
Re: Oracle Package failover
When you do a cmhaltpkg
If you want to start the package on the other node just do asfollow:
cmrunpkg -p
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 12:21 AM
05-21-2006 12:21 AM