- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Importing Disks from another HP box.
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
Discussions
Discussions
Discussions
Forums
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
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-08-2005 07:02 AM
тАО08-08-2005 07:02 AM
I created a the directory /dev/vg10 and did a mknod /dev/vg10/group c 64 0x100000 and attempted to import the disks (/dev/dsk/c5t0d0 & /dev/dsk/c5t1d0) using the following command "vgimport -v /dev/vg10 /dev/dsk/c5t0d0 /dev/dsk/c5t1d0" and got the following message Beginning the import process on Volume Group "/dev/vg10".
vgimport: Cannot open the control file "/dev/vg10/group":
No such device
I've done this servral times before and this is the first time I've gotten this error, can someone lend some assistance.
Thanx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 07:05 AM
тАО08-08-2005 07:05 AM
Re: Importing Disks from another HP box.
so 0x0a0000 would be the largest minor number you could use if maxvgs = 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 07:06 AM
тАО08-08-2005 07:06 AM
Re: Importing Disks from another HP box.
# rm /dev/vg10/group
# mknod /dev/vg10/group c 64 0x0a0000
You must remember that the 0x0?0000 number is in HEX, so a decimal 10 is a hexadecimal 'a'.
Otherwise your steps look good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 07:06 AM
тАО08-08-2005 07:06 AM
Re: Importing Disks from another HP box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 07:13 AM
тАО08-08-2005 07:13 AM
Re: Importing Disks from another HP box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 07:14 AM
тАО08-08-2005 07:14 AM
Re: Importing Disks from another HP box.
mknod /dev/vg10/group c 64 0x0a0000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 11:26 AM
тАО08-08-2005 11:26 AM