- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shared LVM group for lock disk
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
06-19-2006 01:48 AM
06-19-2006 01:48 AM
I've got two rx4640 hosts (HP-UX 11.23 MCOE)
oradbsrv1 and oradbsrv2 accesing shared
volumes on EVA 6000.
So far I've created LVM volume group
/dev/sglck1 with one physical disk
(EVA provided LUN) /dev/dsk/c5t0d7
and SG cluster configuration file
/etc/cmcluster/clm.asc.
cmquerycl -v -n oradbsrv1 -n oradbsrv2 returns
----------------------------------------------
....
Possible Cluster Lock Devices:
LVM volume groups:
/dev/sglck1 oradbsrv1
LVM physical volumes:
/dev/sglck1
/dev/dsk/c5t0d7 0/4/2/0.2.0.0.0.0.7 oradbsrv1
LVM logical volumes:
Volume groups on oradbsrv1:
Volume groups on oradbsrv2:
---------------------------------------------
But I cannot cmapplyconf ... to run the
cluster sw:
-----------------------------------------
[root@oradbsrv1]# cmapplyconf -C clm.asc
Begin cluster verification...
First cluster lock volume group /dev/sglck1 needs to be designated as a cluster aware volume group.
cmapplyconf: Unable to verify cluster file: clm.asc.
-----------------------------------------
And I cannot make volume group shareable ...
--------------------------------------------
[root@oradbsrv1]# vgchange -c y /dev/sglck1
vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/sglck1".
---------------------------------------------
Please, how do I make LVM group shareable to
be able to provide lock disk and run the
SG cluster?
Thanks,
Borut
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 02:07 AM
06-19-2006 02:07 AM
Re: shared LVM group for lock disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 02:11 AM
06-19-2006 02:11 AM
SolutionWhat do you get back when you "vgdisplay" /dev/sglck1 on both hosts?
That volume group should be active on the node that you run cmapplyconf from and no other.
regards
ian
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 02:33 AM
06-19-2006 02:33 AM
Re: shared LVM group for lock disk
You were both right.
I added VOLUME_GROUP line for /dev/sglck1
volume group.
The next message was:
-------------------------------------------
[root@oradbsrv1]# cmapplyconf -C clm.asc
Begin cluster verification...
Need not have to look for shared VGs
First cluster lock volume group "/dev/sglck1" is not available on all nodes. Choose a volume group that is available on all nodes.
Unable to find find first cluster lock volume group "/dev/sglck1" on node "oradbsrv2" but found it in cluster "oradbclu1".
cmapplyconf: Unable to verify cluster file: clm.asc.
-------------------------------------------
I cannot create VG on the other node, even
when I deactivate /dev/sglck1 on first
node (oradbsrv1).
-------------------------------------------
[root@oradbsrv1]# vgchange -a n /dev/sglck1
vgchange: Volume group "/dev/sglck1" has been successfully changed.
[root@oradbsrv2]# vgcreate /dev/sglck1 /dev/dsk/c5t0d7
Increased the number of physical extents per physical volume to 2559.
vgcreate: Volume group "/dev/sglck1" could not be created:
Device busy
-------------------------------------------
Looking forward to hearing from you soon and
thanks,
Borut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 02:42 AM
06-19-2006 02:42 AM
Re: shared LVM group for lock disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 04:29 AM
06-19-2006 04:29 AM