- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SG, LVM
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-23-2008 11:24 PM
06-23-2008 11:24 PM
I stopped the instance in primary node, and trying to start in other 2 nodes. I am getting the bellow error when i am trying to start in other two nodes.
########### Node "cabrio": Starting package at Tue Jun 24 12:36:28 IST 2008 ###########
Jun 24 12:36:28 - Node "cabrio": Activating volume group cookeddg with exclusive option.
vgchange: Volume group "/dev/cookeddg" does not exist in the "/etc/lvmtab" file.
ERROR: Function activate_volume_group
ERROR: Failed to activate cookeddg
Jun 24 12:36:28 - Node "cabrio": Deactivating volume group cookeddg
vgchange: Volume group "/dev/cookeddg" does not exist in the "/etc/lvmtab" file.
Jun 24 12:36:28 - vgchange -a n cookeddg failed, trying again.
vgchange: Volume group "/dev/cookeddg" does not exist in the "/etc/lvmtab" file.
Jun 24 12:36:29 - vgchange -a n cookeddg failed, trying again.
vgchange: Volume group "/dev/cookeddg" does not exist in the "/etc/lvmtab" file.
ERROR: Function deactivate_volume_group
ERROR: Failed to deactivate cookeddg
########### Node "cabrio": Package start failed at Tue Jun 24 12:36:30 IST 2008 ###########
Any one tell me what i am missing ?
Thank you .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 11:37 PM
06-23-2008 11:37 PM
Re: SG, LVM
Did you vgimport them while you configure the cluster?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 11:40 PM
06-23-2008 11:40 PM
Re: SG, LVM
With HP LVM, how other 2 nodes can see the VG which resides in primary node ?
Do i need to copy the /etc/lvmtab from primary to other 2 nodes ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 11:46 PM
06-23-2008 11:46 PM
SolutionSee
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=180447
and scroll down to step 6 in Christopher McCray's post.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 11:53 PM
06-23-2008 11:53 PM
Re: SG, LVM
I am attaching a good document that will help you.
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 12:15 AM
06-24-2008 12:15 AM
Re: SG, LVM
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 12:23 AM
06-24-2008 12:23 AM
Re: SG, LVM
Now i have another problem, I am trying to import the map file in the 2nd node, I am getting the bellow error.
# vgimport -v -s -m /cookeddg.map cookeddg
Beginning the import process on Volume Group "cookeddg".
vgimport: Minor number of /dev/cookeddg/group is not unique. /dev/rawdg/group has the same minor number.
There is already another VG which resides in 2nd node. The minor number of that VG, and minor number "cookeddg" in primary node are same.
Now what i have to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 12:45 AM
06-24-2008 12:45 AM
Re: SG, LVM
It would be better to maybe change the minor number of the rawdg if you can (using vgexport/vgimport), although again be careful if this volume group is present on other systems as well.
Incidentally - why are you using the naming convention ....dg? That's potentially going to confuse people. The de facto standard with LVM is either vg.... or ....vg
HTH
Duncan
I am an HPE Employee
