- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster Lock - Service Guard
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
07-17-2003 08:24 AM
07-17-2003 08:24 AM
Cluster Lock - Service Guard
steps i am thinking of:
Edit the ascii.file for new LOCK VG/PV info.;
check ; vgchange -a y
Since i am doing -a y on the VG, and have the details of VOLUME GROUP in the tail of the ascii file, will it be enough to make the VG cluster aware ?. Is there anything that i am missing ?.
Thanks,
Vasikaran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 10:23 AM
07-17-2003 10:23 AM
Re: Cluster Lock - Service Guard
You ned to re-apply the service-guard binaries
cmapplyconf -v -C /etc/cmcluster/ -p /etc/cmcluster/
This process will write the relavent information into the lock disk.
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:02 AM
07-17-2003 11:02 AM
Re: Cluster Lock - Service Guard
But my question is, since i do "vgchange -a n"
on the VG, will it be still cluster aware after the cmapply ?.
Since this LockVG is a data VG also, this will be enabled all the time when the package is up, not like the normal VGLOCK, whose main purpose is to handle only Lock mechanism and stay deactivated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:19 PM
07-17-2003 01:19 PM
Re: Cluster Lock - Service Guard
and at the end for VOLUME_GROUP /dev/vgname
If you have a spare disk, create a seperate VG as /dev/vglock rather than naming data VG as
cluster lock disk, edit cluster ascii file as above and recompile cluster binary file with cmapplyconf.
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 03:30 PM
07-17-2003 03:30 PM
Re: Cluster Lock - Service Guard
Halt the cluster.
Leave it activated with "vgchange -a y". cmapplyconf will take care of making it cluster aware. But make sure it is activated on the node from which you are applying the configuration.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 12:14 AM
07-18-2003 12:14 AM
Re: Cluster Lock - Service Guard
a little addition to Shridar (i hope to wrote it well).
You must activate the vg with
vgchange -a e
since it's already marked as cluster aware.
After the cmapply, close it
vgchange -a n
and start newly the cluster.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 12:19 AM
07-18-2003 12:19 AM
Re: Cluster Lock - Service Guard
A vgchange -a n does not change the "cluster aware" status of a vg.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 01:12 AM
07-18-2003 01:12 AM
Re: Cluster Lock - Service Guard
Here is a manual
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B5158-90044/B5158-90044_top.html&con=/hpux/onlinedocs/B5158-90044/00/00/48-con.html&toc=/hpux/onlinedocs/B5158-90044/00/00/48-toc.html&searchterms=cmapplyconf&queryid=20030718-031139
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 01:41 AM
07-18-2003 01:41 AM
Re: Cluster Lock - Service Guard
#cmhaltcl
#cp -p /etc/cmcluster/
modify the
#vgchange -c n /dev/NEW_VG_LOCK (if it is a old vg already in cluster)
#vgchange -a y /dev/NEW_VG_LOCK (if it is a new vg)
#cmcheckconf -v -C /etc/cmcluster/
#cmapplyconf -v -C /etc/cmcluster/
#cmruncl
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 06:18 AM
07-18-2003 06:18 AM