- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Metrocluster => quorum server will move, what shou...
Operating System - HP-UX
1819960
Members
3356
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО04-22-2003 06:45 AM
тАО04-22-2003 06:45 AM
Metrocluster => quorum server will move, what should I change
Hello guys,
first timer here, I became responsible for a metrocluster, but unfortunatly I didn't had any training about this, so actually I don't know anything about it :-). Anyway, tomorrow they're going to physically move the quorum server (diff IP address) so what files should I modify?:
1) on the metrocluster itself
2) on the packages
3) ...
Help me out guys!
Cheers
Wim.
first timer here, I became responsible for a metrocluster, but unfortunatly I didn't had any training about this, so actually I don't know anything about it :-). Anyway, tomorrow they're going to physically move the quorum server (diff IP address) so what files should I modify?:
1) on the metrocluster itself
2) on the packages
3) ...
Help me out guys!
Cheers
Wim.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2003 07:02 AM
тАО04-22-2003 07:02 AM
Re: Metrocluster => quorum server will move, what should I change
This may help...
http://www.docs.hp.com/hpux/onlinedocs/B7660-90001/B7660-90001.html
Berlene
http://www.docs.hp.com/hpux/onlinedocs/B7660-90001/B7660-90001.html
Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2003 07:10 AM
тАО04-22-2003 07:10 AM
Re: Metrocluster => quorum server will move, what should I change
thx, but I couldn't find specific details on which files to change when the quorum server receives another IP address...
I really need to know which files to modify...
Cheers
Wim
I really need to know which files to modify...
Cheers
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2003 08:01 AM
тАО04-22-2003 08:01 AM
Re: Metrocluster => quorum server will move, what should I change
First, the quorum server CAN'T BE ON A DIFFERNT SUBNET than the nodes. So is it just the 'quorum server' moving or all the nodes in the cluster? If just the quorum server then you've got problems. See this link:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B5158-90044/B5158-90044_top.html&con=/hpux/onlinedocs/B5158-90044/00/00/28-con.html&toc=/hpux/onlinedocs/B5158-90044/00/00/28-toc.html&searchterms=server%7cquorum&queryid=20030422-092404
Second, you also have to take the heartbeat ip into consideration since this is automatically sensed by the 'cmquerycl' command at cluster creation time. The first 'qualifying' LAN as well as all subsequent alternates LANS can all be designated to carry the heartbeat during failover. Because of this I believe you're looking at a deletion of the current cluster file and a recreation of a new cluster file. This is because new ip's are being introduced and the 'cmquerycl -C 'qualifications' will have to be rerun. Network latency for example is considered.
Are your hostnames also changing? Then the package.conf file will also have to be updated and this requires the 'cmmakepkg', 'cmcheckconf -P' and 'cmapplyconf -P' commands.
This is a long procedure and I'm not sure if I can properly convey all the nuances without misinterpretation. I KNOW I WOULD GO OVER THIS WITH PAPER AND PEN a couple of times before starting. But as you are pressed for time I would get on the horn to the response center and try to enable their assistance. But in general:
make_tape_recovery = two
cp /etc/cmcluster/* /tmp/.
cmhaltcl
cmdeletecl
update all host ip changes via 'set_parms initial' command on all nodes in the cluster.
update .rhosts or cmnodelist.
cmquerycl -c file -n node1...
cmcheckconf -C file
cmapplyconf -C file
update package.conf files
cmmakepkg -P package.conf
cmcheckconf -P pa...
cmapplyconf -P pa...
This is probably the most difficult procedure there is in SG, by the way. Is it too late to hire an SG consultant?
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B5158-90044/B5158-90044_top.html&con=/hpux/onlinedocs/B5158-90044/00/00/28-con.html&toc=/hpux/onlinedocs/B5158-90044/00/00/28-toc.html&searchterms=server%7cquorum&queryid=20030422-092404
Second, you also have to take the heartbeat ip into consideration since this is automatically sensed by the 'cmquerycl' command at cluster creation time. The first 'qualifying' LAN as well as all subsequent alternates LANS can all be designated to carry the heartbeat during failover. Because of this I believe you're looking at a deletion of the current cluster file and a recreation of a new cluster file. This is because new ip's are being introduced and the 'cmquerycl -C 'qualifications' will have to be rerun. Network latency for example is considered.
Are your hostnames also changing? Then the package.conf file will also have to be updated and this requires the 'cmmakepkg', 'cmcheckconf -P' and 'cmapplyconf -P' commands.
This is a long procedure and I'm not sure if I can properly convey all the nuances without misinterpretation. I KNOW I WOULD GO OVER THIS WITH PAPER AND PEN a couple of times before starting. But as you are pressed for time I would get on the horn to the response center and try to enable their assistance. But in general:
make_tape_recovery = two
cp /etc/cmcluster/* /tmp/.
cmhaltcl
cmdeletecl
update all host ip changes via 'set_parms initial' command on all nodes in the cluster.
update .rhosts or cmnodelist.
cmquerycl -c file -n node1...
cmcheckconf -C file
cmapplyconf -C file
update package.conf files
cmmakepkg -P package.conf
cmcheckconf -P pa...
cmapplyconf -P pa...
This is probably the most difficult procedure there is in SG, by the way. Is it too late to hire an SG consultant?
Support Fatherhood - Stop Family Law
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP