- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- doubt in active active cluster
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
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
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
08-28-2014 11:47 PM
08-28-2014 11:47 PM
doubt in active active cluster
Hi Team ,
In our environment we have HPUx machines from 11iv1 to 11iv3 .
My doubt is can we able to configure an active active cluster in HPUX . How can we check any of the cluster is configured as active active mode ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2014 05:58 PM
09-01-2014 05:58 PM
Re: doubt in active active cluster
The term active-active has many different meanings. It has been used to describe 2 nodes in a ServiceGuard cluster that are running packages at the same time. Another context is that you are running shared data volumes with something like Oracle RAC or Sybase ASE15 Cluster.
You can look at the cluster configuration with cmviewcl. Otherwise, contact your database administrators and ask them if they are running cluster services within the databases that are part of the Service Guard environment.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2014 03:51 AM
09-02-2014 03:51 AM
Re: doubt in active active cluster
Hi Bill,
Thanks for your reply .
Consider i had a two node cluster contains Server A and Server B . And this two node cluster is configured for running 3 packages say PackA , PackB and PackC .
My doubt is if PackA & PackB running in Server A nd PackC is running in ServerB , then can we name this as an active active cluster
Can we able to configure oracle RAC on service guard .
As per my understanding for oracle RAC configuration we just need to get the shared disk and just format and then DB will take care of rest , There is no need for service guard . Could you please correct me if i am wrong
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2014 09:43 AM
09-02-2014 09:43 AM
Re: doubt in active active cluster
Your example documents packages running on both nodes at the same time. In this case, packages may be moved between nodes as part of normal Service Guard managment.
Shared disks are a feature in Service Guard. Here is an example of Oracle RAC (version 10g) setup on HP-UX:
http://docs.oracle.com/html/B10766_08/prehpux.htm
As you can see, there are a lot of steps required.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2015 08:41 AM - edited 06-29-2015 08:45 AM
06-29-2015 08:41 AM - edited 06-29-2015 08:45 AM
Re: doubt in active active cluster
The most important thing which has to be taken care in Active Active cluster is the dependecy part.
Eg: Should your package run on another node when one node fails etc there can be many things which has to be taken care in Active Active clusters.
One of my client used Active-Active cluster one server for DB and another for Application and both are dependent to each other.
if DB is down application should not start and in case application fails it should not failover to the node where DB is running to avaoid performace issue.
It will depend on you how you are configuring the Active Active cluster for your convienience.