- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle RAC package
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
09-20-2004 12:40 AM
09-20-2004 12:40 AM
Oracle RAC package
Does their exist some kind of template to create a package in the cluster ? I suppose I need to create 2 packages : one for the first node and one for the second node ?
Do I just run cmmakepkg -p ... and -s ... and fill all the necessary information ? What do I specify as RUN_SCRIPT and HALT_SCRIPT ? The standard Oracle start/stop scripts or the ones usually placed in /sbin/init.d or ... ?
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 12:50 AM
09-20-2004 12:50 AM
Re: Oracle RAC package
have a look on following thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=186569
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 12:55 AM
09-20-2004 12:55 AM
Re: Oracle RAC package
Create a package on node A.
cmmakepkg -p and -s
fill out all the forms.
Info can be found on
http://docs.hp.com/hpux/ha/index.html
start and stop scripts can be the standard oracle start/stop scripts, just make sure no information/binaries are needed from vg00 ( /etc)
Copy the controle and config file to Node B.
Export the volumegroup info on node A ( preview) and import it on node B.
Create all needed mount points on Both nodes.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 01:07 AM
09-20-2004 01:07 AM
Re: Oracle RAC package
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 01:10 AM
09-20-2004 01:10 AM
Re: Oracle RAC package
You don't need to create any packages. Oracle RAC is handling all the load balancing & failover for Oracle. MC/ServiceGuard OPS is there to provide the foundation to support RAC (mainly shared volume groups).
David

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 02:31 AM
09-22-2004 02:31 AM
Re: Oracle RAC package
Note that when they split SGeRAC out as an extension to SG rather than a separate product, they made a mistake when updating the documentation and did not include this in the first version of the manual.
I suggest you take a look at the latest June 2004 manual which describes this in the chapter, 'Using Packages to Configure Startup and Shutdown of RAC Instances'
The link to the html version of this is at:
http://docs.hp.com/hpux/onlinedocs/T1859-90017/00/00/21-con.html
This also includes a description of what you need to do this with CVM.