- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- creating cluster aware lockdisk vg
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
02-05-2003 08:39 AM
02-05-2003 08:39 AM
thanx in advance....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 08:56 AM
02-05-2003 08:56 AM
Re: creating cluster aware lockdisk vg
Make sure you added /dev/vglockdisk in /etc/cmcluster/cmclconf.ascii (your cluster ascii file).
If you are setting the cluster for the first time, it should take care of it automatically. Otherwise run
vgchange -a n vglockdisk
vgchange -c y vglockdisk
This should make it clusteraware.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 10:18 AM
02-05-2003 10:18 AM
Re: creating cluster aware lockdisk vg
if so, ensure you do vgchange -a y on the node on which you will do the cmcheckconf/cmapplyconf.
All documented in the Managing MC/ServiceGuard manual available at:
http://docs.hp.com/hpux/ha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 04:00 AM
02-06-2003 04:00 AM
SolutionMake sure vglockdisk vg are identical on
both mashine. You need to create vglockdisk
on system1 and then use correct technics
to distribute it to system2:
system1#vgexport -m map-file ...
system1#rcp map-fle to system2 ...
system2#vgimport -s -m mapfile ...
"-s" option is important!
Then you can go on.
I thing it only need to add vglockdisk to
cluster ascii-file. The command cmapplyconf
sets flag "-c y" to all vg's, figured there.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 11:06 AM
02-06-2003 11:06 AM
Re: creating cluster aware lockdisk vg
many thanx.....