- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Active/Active Cluster Installation & Configuration
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
08-16-2009 09:47 AM
08-16-2009 09:47 AM
I done the Active/Passive Cluster MCSG Cluster in 2-node environment.
Please provide the detailed procedure to configure Active/Active MCSG Cluster.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2009 09:51 AM
08-16-2009 09:51 AM
SolutionFor Active/Active HP-UX MCSG Cluster Node Configuration that is fully depends on the customer requriment.
As you know the Active/Active Cluster is used for Applicatio Environment.
And in the Oracle Databse Environment you can use with Oracle RAC(Real Application Cluster.
Active/Active Cluster used maxium in the Core Banking Environment.
At the time Active/Active Cluster Installation those VG u requried to be Active in second cluster node.
Use the following commands to setup VG on another cluster node.
# vgexport -s -p -m /tmp/vgtu1.map /dev/vgtu1
Copy the map file to second cluster node.
# rcp /tmp/vgtu1.map tcidb02:/tmp/vgtu1.map
Import the VG using the map on second cluster node.
# vgimport -s -m /tmp/vgtu1.map /dev/vgtu1
Then after done every thing the VG active in the shared mode for which active/active cluster.
Activate the shared VG in the shared mode then the both node can read write.
Use to active the VG in the pkg cntl file in place of vgchange -a e vgname to vgchange -a s vgname
# vgchange -a e vgname
# vgchange -a s vgname
Thanks
Vinod Kumar Yadav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2009 10:15 AM
08-16-2009 10:15 AM
Re: Active/Active Cluster Installation & Configuration
Active/active configuration: In an active/active cluster configuration, both servers perform meaningful work all the time.
suppose u have 2 DC one at mumbai and another at delhi. some packages are runnning at mumbai dc which are the part of cluster1 and some packages are running at delhi dc which are the part of cluster2. meaning is that boths sides are active. both storage should be synchronised at any time .CA software is availble DC to DC storage synchronization.there will be bit bit synchronization at storage level. the export/import fundamentals will be same for cluster. u have to export/import the vg as per failbackup/failover policey on nodes.
Reagrds,
prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2009 12:38 PM
08-16-2009 12:38 PM
Re: Active/Active Cluster Installation & Configuration
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1358005
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2009 06:38 AM
08-17-2009 06:38 AM
Re: Active/Active Cluster Installation & Configuration
The most important component for active/active is to activate the shared volume group in exclusive mode
vgchange -s -a y
Also important is getting software that works in that mode.
Oracle Server if used this way will destroy the data. Oracle RAC is designed for this environment but now ships with its own cluster suite.
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
08-17-2009 01:06 PM
08-17-2009 01:06 PM