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
08-04-2004 05:06 PM
08-04-2004 05:06 PM
Importing Volume Group vgu09 with minor number 0x0a0000 on host hp02
vgimport: Cannot open the control file "/dev/vgu09/group":
No such device
But this volume exist in first node and accurately working
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 05:32 PM - last edited on 09-16-2024 02:22 AM by support_s
08-04-2004 05:32 PM - last edited on 09-16-2024 02:22 AM by support_s
Re: vgimport
While importing VG vgu09 you have to follow followign procedure.
On Node1:
1. Note down the minor no. of /dev/vgu09/group. e.g. it is 0x020000
2. Do vgexport ( use -p) e.g. map file is vgu09.map
3. ftp vgu09.map to node2 in /tmp
On Node2
1. mkdir /dev/vgu09
2. mknod /dev/vgu09/group c 64
3. vgimport -v -m /tmp/vgu09.map vgu09
That's all.
It works.
Regards,
- Tags:
- Port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 05:42 PM - last edited on 09-16-2024 02:26 AM by support_s
08-04-2004 05:42 PM - last edited on 09-16-2024 02:26 AM by support_s
Re: vgimport
At first guess, it could be that you have exceeded the allowed number of volume groups allowed in your kernel (maxvgs) even allowing for the fact your probably running MC/SG
- Tags:
- drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 05:51 PM
08-04-2004 05:51 PM
Re: vgimport
vgexport -p -s -m /etc/cmcluster/vgs/vgu09.map vgu09
mkdir /dev/vgu09
/usr/sbin/mknod /dev/vgu09/group c 64 0x0a0000
/usr/sbin/vgimport -s -m /etc/cmcluster/vgs/vgu09.map vgu09
but situation is still same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 06:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 12:28 AM
08-05-2004 12:28 AM