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
03-23-2005 06:09 AM
03-23-2005 06:09 AM
vgimport
The hardware paths for the disks have changed so /etc/lvmtab still contains the old hardware paths. ie /dev/dsk/c6t0d0, /dev/dsk/c6t0d1, /dev/dsk/c6t0d1
vgexport -m /tmp/vg01.map /dev/vg01 was run
How when they have tried to do an import by running
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport -m /tmp/vg01.map /dev/vg01
/dev/dsk/c8t0d0 /dev/dsk/c8t0d1 /dev/dsk/c8t0d2
is being run to import the disks with the new path the following error occurs
vgimport: Physical volume "/dev/dsk/c8t0d0" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t0d1" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t1d2" is not a block special file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:27 AM
03-23-2005 06:27 AM
Re: vgimport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:27 AM
03-23-2005 06:27 AM
Re: vgimport
It's probably too late but if you had done a vgexport on the old machine with the -s option, finding the new disk would be much easier.
Run ioscan -fnC disk to see if you can see the disk. If not, try an insf -e
The problem is the mapping may not end up being as clean as c6t0d0 --> c8t0d0 on the new machine.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:28 AM
03-23-2005 06:28 AM
Re: vgimport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:29 AM
03-23-2005 06:29 AM
Re: vgimport
You can look at the following threads
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=92067
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=748366
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:30 AM
03-23-2005 06:30 AM
Re: vgimport
ioscan -fn -C disk
shows what?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:31 AM
03-23-2005 06:31 AM