- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Two Node Cluster Configuration HP-UX
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-2011 11:11 PM
05-05-2011 11:11 PM
please help us to configure Two Node Cluster Configuration HP-UX .Step by Step .Though Iam going to configure it first time please help.
Thanks in Advance
JIN
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2011 11:23 PM
05-05-2011 11:23 PM
Re: Two Node Cluster Configuration HP-UX
what cluster lock mechanism are you going to use? Quorum server / Lock disk / Lock LUN?
You should read first the user guide:
http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&cc=us&taskId=101&prodClassId=10008&contentType=SupportManual&docIndexId=64255&prodTypeId=18964&prodSeriesId=4162060
There's user guide for each SG version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2011 11:28 PM
05-05-2011 11:28 PM
Re: Two Node Cluster Configuration HP-UX
Wat is Lock Mechanism?
What is the Difference between the following
Quorum server / Lock disk / Lock LUN?
Thanks in Advance
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2011 11:43 PM
05-05-2011 11:43 PM
Re: Two Node Cluster Configuration HP-UX
You know it's not that simple to write here the complete steps, if you don't even understand the concepts.
But basically:
A) Create SG cluster using a quorum server:
1. Install the QS software
2. Configure the QS
3. Configure, Startup, and Test your SG cluster:
a) On both nodes, edit the /etc/lvmrc and set AUTO_VG_ACTIVATE=0
b) On both nodes, set up /etc/cmcluster/cmclnodelist (all nodes in the cluster must be listed in this file). The file is identical on all nodes. # chmod 444 cmclnodelist
c) Create the cluster ASCII file â cmquerycl â v â q qs_host â C cmclconfig.ascii â n node1 â n node2
d) Edit the cluster ASCII file to change some of the values
e) Check the cluster ASCII file for errors â cmcheckconf â v â C cmclconfig.ascii
f) Apply the cluster configuration â cmapplyconf â v â C cmclconfig.ascii
g) Start cluster services on all nodes (start the cluster) â cmruncl â v
h) View the complete status of the cluster â cmviewcl â v
i) Test your SG cluster (nodes joining / rejoining the cluster ; halting clusterâ ¦)
B) Create SG cluster using LVM Disks: If using LVM Lock Disk, it is important to build the shared VG first before building the cluster:
1. Configure, Startup, and Test your SG cluster:
a) On both nodes, edit the /etc/lvmrc and set AUTO_VG_ACTIVATE=0
b) On both nodes, set up /etc/cmcluster/cmclnodelist (all nodes in the cluster must be listed in this file). The file is identical on all nodes. # chmod 444 cmclnodelist
c) Create the cluster ASCII file â cmquerycl â v â C cmclconfig.ascii â n node1 â n node2
d) Edit the cluster ASCII file to change some of the values (FIRST_CLUSTER_LOCK_VG / FIRST_CLUSTER_LOCK_PV )
e) Check the cluster ASCII file for errors â cmcheckconf â v â C cmclconfig.ascii
f) Apply the cluster configuration. The first time cmapplyconf is executed in a cluster with a lock disk, the VG must be active on the node on which you execute the command.
# vgchange â a y vg01
# cmapplyconf â v â C cmclconfig.ascii
# vgchange â a n vg01
g) Start cluster services on all nodes (start the cluster) â cmruncl â v
h) View the complete status of the cluster â cmviewcl â v
i) Test your SG cluster (nodes joining / rejoining the cluster ; halting clusterâ ¦)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2011 11:46 PM
05-05-2011 11:46 PM
Re: Two Node Cluster Configuration HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2011 12:10 AM
05-06-2011 12:10 AM
Solutionhttp://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02056095/c02056095.pdf
Then read the manual Managinf Serviceguard:
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02437444/c02437444.pdf
Or even better, book yourself on a Serviceguard training course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2011 03:34 AM
05-06-2011 03:34 AM
Re: Two Node Cluster Configuration HP-UX
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.