- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgimport: Cannot open the control file "/dev/vg11/...
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
04-27-2004 11:04 PM
04-27-2004 11:04 PM
I'm trying to import a VG from other host and I get the following error msg once I run the vgimport.
vgimport: Cannot open the control file "/dev/vg11/group":
No such device
The producedure that I'm running is:
Other host (lets define as hostA)
vgexport -s -p /tmp/vg04.map vg04
rcp /tmp/vg04.map hostB:/tmp
On hostB I did
mkdir /dev/vg11
mknod /dev/vg11/group c 64 0x110000
vgimport -s -m /tmp/vg04.map vg11 (STOPPED HERE)
vgchange -a r vg11
mount -o ro /dev/vg11/lvol1 /mountpoint
The file permissions of /dev/vg11/group is 660
I've run this procedure on HP11i to mount the same VG and I didn't get this issue that I'm getting on HP11.00
Would someone know any workaround? Many thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 11:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 11:14 PM
04-27-2004 11:14 PM
Re: vgimport: Cannot open the control file "/dev/vg11/group"
Have you physically moved the disk to this server ?
Please try to give the disk device file for vgimport as
vgimport -m /tmp/vg04.map /dev/vg11 /dev/dsk/cxtxdx.
where /dev/dsk/cxtxdx is the disk which you want to import.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 11:17 PM
04-27-2004 11:17 PM
Re: vgimport: Cannot open the control file "/dev/vg11/group"
your problem is with the param MAXVGS
the base param is 10 ( 10 vg's ) , change the param if you need to have more then 10 vg's .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 11:41 PM
04-27-2004 11:41 PM
Re: vgimport: Cannot open the control file "/dev/vg11/group"
mknod /dev/vg11/group c 64 0x0B0000
remeber its a hex number and decimal 11 = hex B !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 11:44 PM
04-27-2004 11:44 PM
Re: vgimport: Cannot open the control file "/dev/vg11/group"
Many thinks I'd need to increase this number... I'll give u feed back as soon as I have this server with new value for MAXVGS