- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ServiceGuard Extension for RAC
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
02-23-2010 01:47 PM
02-23-2010 01:47 PM
What is the purpose of having the ServiceGuard Extension for RAC? It seems to me that you already have your high availability provided by the RAC itself. RAC allows you to run several nodes on a shared database. If you lose one node, the others keep on keepin' on.
What additional benefits does SGeRAC provide?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 01:55 PM
02-23-2010 01:55 PM
SolutionThe purpose of the software is to provide a set of package control scripts and cluster configuration designed to work with Oracle RAC.
This is work you could do yourself, but it would take a substantial amount of time.
RAC permits active-active clustering, which lets you have two or more database servers actively handling database connections to the same data, sitting on shared storage.
RAC versions after version 10 come with Oracle's clustering software which can work without the benefit of ServiceGuard. SG extension for RAC provides little additional benefit, but it can manage such issues as volume group activation and correctly rebooting nodes in the event of the cluster getting into trouble.
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
02-23-2010 07:47 PM
02-23-2010 07:47 PM
Re: ServiceGuard Extension for RAC
1. if you configure RAC to use SLVM RAC provides the vgchange -a s feature
2. The GMS process (group membership services) is a process that is provided by that additional product that oracle ties into to determine group membership.
3. A set of sample scripts to start and stop the instance.
These this are provided by the SGERac add on to serviceguard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2010 04:43 PM
03-03-2010 04:43 PM
Re: ServiceGuard Extension for RAC
RAC is recycled TruCluster. On top of that, Oracle broke a few things. ServiceGuard is a much more robust clustering package.
(now back to the topic)
RAC will only handle the Oracle components, and it is NOT supported by Oracle to use RAC to control your application.
The RAC toolkit provided by SG Extentions for RAC make the deployment and management a bit easier. There is also a great SG/RAC whitepaper/cookbook out there. It fills in a few of the gaps from the Oracle documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2010 04:46 PM
03-03-2010 04:46 PM
Re: ServiceGuard Extension for RAC
If you DO intend to run another app (non-oracle), then you MAY have to relax the default oracle permissions - Oracle provides a script to handle this in the install directory under $ORACLE_HOME.
Hope this helps.