- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lock vg not activated
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
01-22-2011 10:05 PM
01-22-2011 10:05 PM
B.11.23
I have a 2 node cluster in which cluster clock is configured and included in ascii file.
But vglock is not activated in active mode.
vgdisplay vglock
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "vglock".
Please suggest,
Thanks is advance
himacs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2011 03:13 AM
01-23-2011 03:13 AM
Re: lock vg not activated
Seems like your volume group is not activated on both nodes. Hence if the vglock is marked as "cluster aware", then this command on any of the nodes could solve your problem.
vgchange -a e vglock
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2011 04:14 AM
01-23-2011 04:14 AM
Re: lock vg not activated
The PV header access is not controlled by VG activation, so it does not matter if the VG that contains the cluster lock is activated or not. What matters is that the disk device that contains up the cluster lock VG is accessible to all cluster nodes and properly identified in the cluster configuration file.
In fact, it's possible to use the VG that contains the lock as one of the cluster package VGs.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2011 08:53 AM
01-23-2011 08:53 AM
Re: lock vg not activated
trying to view a cluster volume group which
activates when it`s called by a package as
defined in the package.cntrl script.
Yes if it`s a cluster VG & its not called by any package yet this command will throw the
error as expected one.
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2011 04:20 PM
01-23-2011 04:20 PM
Re: lock vg not activated
Regards,
INH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2011 08:07 PM
01-23-2011 08:07 PM
Re: lock vg not activated
Thanks for your responses.
The VG is used only for cluster lock.
My concern was how inactive VG will be accessed by nodes ,during tie breaker.
<
Matti cleared my doubt. So cluster lock VG need not to be activated.
INH, no specific errors and lock disks are fine.Shows output with diskinfo
Manix,
I will check the pkg script and update you.
Regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2011 09:53 PM
01-23-2011 09:53 PM
Re: lock vg not activated
So this means this VG may not be in any package.cnrl script( of course it`s possible
to do so & use it as data VG),yes should come into picture when there is a split - brain syndrome.
For two node cluster this is a mandatory requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2011 12:24 AM
01-24-2011 12:24 AM
SolutionIf the vglock volume group is used only for cluster lock, then there is no need for it to be active. What you show is perfectly fine.
Check the output of cmviewcl -v and it will show you the status of the lock disk from each node and if there is any problem. This will demonstrate access to the lock disk is fine irrespective of activation. The lock disk health is checked periodically by Serviceguard. The frequency depends on the version of Serviceguard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2011 09:53 PM
01-24-2011 09:53 PM
Re: lock vg not activated
Thread is very informative.Thanks to all who replied.Points assigned.
Closing the thread
himacs