- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MCSG and ORACLE 9i
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-05-2003 08:17 AM
05-05-2003 08:17 AM
We are planning to setup a 2 node-cluster MCSG and ORACLE 9i in our environment.
Since ORACLE can be installed on
1. separate root disks on each node,
or
2. same share disks (can be accessed from either node) and packaged to fail over with the data files.
What is the best way to go ?
Thanks!
-JK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 08:49 AM
05-05-2003 08:49 AM
SolutionA) patch one node without having to patch the other node (only works with patches that don't require you to run scripts on the database).
B) keep different tunes on different classes of hardware
C) test different tunes and configurations in production
The down side is that you've got be fairly good about making sure configs changes get put on both nodes. That's probably the main reason folks use 2).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:39 AM
05-05-2003 09:39 AM
Re: MCSG and ORACLE 9i
If you choose this approach, I would oversize the disk requirements for the Oracle executables very generously. That way, you can install the next Oracle release and get it linked before actually running any upgrade scripts.
If you do it this way, the configs always stay "in sync" BUT the downside is that you have to make certain that shared library patches get applied to all nodes otherwise it is possible that the code will not execute upon failover.
BTW, I would NEVER use the root disks to hold anything other than the base OS stuff. Keep vg00 lean and mean - that makes OS upgrades much easier and cleaner. If you do ot move your Oracle executables with the package then put them in another VG - disks are trivially cheap compared to the time required for node upgrades especially in a MC?SG environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:49 AM
05-05-2003 09:49 AM
Re: MCSG and ORACLE 9i
Note the two non-shared and independent O/S volume groups and the shared disks accessable to both nodes.
It's the contents of the package that oversees the data written to these shared disks so the Oracle application has to be configured within.
http://docs.hp.com/hpux/pdf/B3936-90024.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 09:38 AM
06-11-2003 09:38 AM
Re: MCSG and ORACLE 9i
http://docs.hp.com/hpux/ha/
in the following section:
ServiceGuard Extension for Real Application Cluster (ServiceGuard OPS Edition)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 03:23 AM
06-12-2003 03:23 AM
Re: MCSG and ORACLE 9i
depends on what is most important.
If you want to maintain only one set of application binaries , and don't care about "rolling upgrade" functionality, choose 2. If yo want to be able to upgrade/patch the application while still running the application on the other node, and the have a fallback in case something goes wrong in the paching, choose 1.
Normally if you have focus on max uptime of the application want to pick no. 2, even if it means more change management .
Rgds Jarle