- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to designate a volume group as cluster awa...
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
02-24-2011 05:49 AM
02-24-2011 05:49 AM
I have created the volume group (called vglock)
I have imported it on all the nodes of the cluster.
I have added the needed lines to the ascii file
This moring I ran the cmcheckconf command and got the following:
cmcheckconf -k -C /home/root/lockdisk_add/ocfs_prod.ascii
Defaulting MAX_CONFIGURED_PACKAGES to 300.
Defaulting MAX_CONFIGURED_PACKAGES to 300.
First cluster lock volume group /dev/vglock cannot be found in the cluster.
First cluster lock volume group /dev/vglock needs to be designated as a cluster aware volume group.
cmcheckconf: Unable to verify cluster file: /home/root/lockdisk_add/ocfs_prod.ascii.
How do I designate vglock as as a cluster aware volume group?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 05:58 AM
02-24-2011 05:58 AM
SolutionThe command that is used to mark a volume group as "cluster aware" is....
vgchange -c y vglock.... Just the answer to the subject of your question...
Using LVM, this would allow only "exclusive activation" and hence you will not be able to do a vgchange -a y vglock on both nodes which LVM "historically" allows and still does!!
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 06:01 AM
02-24-2011 06:01 AM
Re: how to designate a volume group as cluster aware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 06:27 AM
02-24-2011 06:27 AM
Re: how to designate a volume group as cluster aware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 07:00 AM
02-24-2011 07:00 AM