- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgimport - cannot open the control file
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
07-12-2007 12:28 AM
07-12-2007 12:28 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 12:31 AM
07-12-2007 12:31 AM
Re: vgimport - cannot open the control file
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 12:35 AM
07-12-2007 12:35 AM
Re: vgimport - cannot open the control file
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 12:36 AM
07-12-2007 12:36 AM
Re: vgimport - cannot open the control file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 12:37 AM
07-12-2007 12:37 AM
Re: vgimport - cannot open the control file
Note that "NN" is two hexadecimal digits, so you can have 256 VGs (from 00 to ff).
When building a ServiceGuard cluster, all the servers that access the shared VG must use identical VG minor numbers.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 12:43 AM
07-12-2007 12:43 AM
Re: vgimport - cannot open the control file
1) Server a vgexport -m mapfile -f diskfile vg
2) Copy mapfile and diskfile to server b
3) server b mkdir vg
4) server b mknod vg/group c 64 0xnn0000
5) vgimport -m mapfile -f diskfile vg
This fails unless I set the minor number the same as server a - then it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 01:06 AM
07-12-2007 01:06 AM
SolutionGeoff has highlighted a very good valid point. It must be so happening that the minor number you are trying to use is more than your maxvgs kernel parameter.
What is your maxvgs parameter and what is the minor number you are trying to use, for which you are not able to import.
Also please can you post the exact error displayed while importing.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 01:11 AM
07-12-2007 01:11 AM
Re: vgimport - cannot open the control file
1) Server a vgexport -m mapfile -f diskfile vg
2) Copy mapfile and diskfile to server b
3) server b mkdir vg
4) server b mknod vg/group c 64 0xnn0000
5) vgimport -m mapfile -f diskfile vg
This fails unless I set the minor number the same as server a - then it works
1 should be: vgexport -s -v -m /tmp/vgxx.map /dev/vgXX
and your import should be:
vgimport -s -v -m /tmp/vgxx.map /dev/vgXX
Again - what is maxvgs set to?
Also - please post the exact commands
Example - for vg10:
mkdir /dev/vg10
mknod /dev/vg10/group c 64 0x0a0000
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 02:05 AM
07-12-2007 02:05 AM