- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Create cluster lock VG
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-16-2010 11:08 PM
01-16-2010 11:08 PM
Create cluster lock VG
i created VG
then i did vgchage -a n
vgchange -C y /dev/vgname
then i did vgexport and then i imported on 2nd node.
then i activated vg by vgchange -a e
but when i am doing cmcheckconf then i am getting below error
First cluster lock volume group /dev/vg_cluster needs to be designated as a cluster aware volume group.
cmcheckconf: Unable to verify cluster file: new.conf.
please suggest .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 11:45 PM
01-16-2010 11:45 PM
Re: Create cluster lock VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2010 02:25 AM
01-17-2010 02:25 AM
Re: Create cluster lock VG
you must have that VG configured as the cluster lock VG in the ASCII file you are using for cmapplyconf.
Also, no need to specify the following command
# vgchange -c y
just make that VG active on the server where you are giving the cmapplyconf command as
# vgchange -a y
and that is all. cmapplyconf will do the rest for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2010 02:26 AM
01-18-2010 02:26 AM
Re: Create cluster lock VG
The c must be lowercase. At least on my systems (11.11) there isn't any reference to '-C'. What OS version do you have?
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2010 03:08 AM
01-18-2010 03:08 AM
Re: Create cluster lock VG
FIRST_CLUSTER_LOCK_VG /dev/vgname
VOLUME_GROUP /dev/vgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2010 11:42 PM
01-24-2010 11:42 PM
Re: Create cluster lock VG
AM not sure but still I have a doubt on...correct me if I am wrong here..
Do we need to do anything line vgchange -C y vgname or vgchange -a e for cmapplyconf ??
I think(??) just create the VGs in first system and import the VGs to the second, activate, take a backup using vgcfgbackup and deactivate. Activate the VGs in first node again. Edit the ascii file and point the VGs including LOCK VG as required. DO the comcheck then...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2010 04:15 AM
01-26-2010 04:15 AM
Re: Create cluster lock VG
The manual is located here:
http://docs.hp.com/en/ha.html#Serviceguard
There is no need to perform 'vgchange -c y' and 'vgchange -a e' on the intended cluster lock VG.
To identify a cluster lock VG, select one that is already shared between servers, ie, loaded in /etc/lvmtab on each node.
Then add parameter references in the form of FIRST_CLUSTER_LOCK_VG and FIRST_CLUSTER_LOCK_PV and VOLUME_GROUP, identifying each properly in the cluster ASCII file. (see the manual for examples)
Then cmapplyconf the file.