- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgimport erors
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
09-21-2005 10:11 AM
09-21-2005 10:11 AM
vgimport erors
vgimport: Physical volume "/dev/dsk/c0t3d0" is not a block special file.
fail in reading_lvmrec, nread = 0, btor = 4096.
c0t3d0 is not a valid disk on any of my system and I can not find where vgimport is getting this disk info from. This is happening on two different servers for two different VGs. one server gets the fail in reading_lvmrec error and one does not. I have tried to create new mapfiles to use for the imports. It does not matter which VG I try to import, I always get this message.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 10:15 AM
09-21-2005 10:15 AM
Re: vgimport erors
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 12:21 PM
09-21-2005 12:21 PM
Re: vgimport erors
Try the following
# insf -e
# ioscan -fnC disk
then
#vgimport
-Junior
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 01:35 PM
09-21-2005 01:35 PM
Re: vgimport erors
can you post the vgimport command line you used?
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 03:44 PM
09-21-2005 03:44 PM
Re: vgimport erors
It may happen that between vgexport and vgimport that disk has disappeared.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 04:01 PM
09-21-2005 04:01 PM
Re: vgimport erors
It is possible the old VG where these disks were used earlier, atleast one of the disk was at this address.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 06:57 PM
09-21-2005 06:57 PM
Re: vgimport erors
Hope the following link will help you:
http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2005-03/0029.html
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 07:28 PM
09-21-2005 07:28 PM
Re: vgimport erors
This is happening because you are trying to import a disk that has missing device files.
Perform the following steps to resolve your errors:
1. # insf -e -C disk
2. # vgimport -v -s -m /tmp/vgnews0.map /dev/vgnews0
this will solve the problem.
Regards
Vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:06 PM
09-21-2005 09:06 PM
Re: vgimport erors
what does pvdisplay say about the disk.
Maybe it's an old disk wich is know in the kernel as boot disk.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:49 AM
09-22-2005 07:49 AM
Re: vgimport erors
vgimport -sv -m
It does not matter which vg on the system I try to do the import on. A pvdisplay says there is no such file or dircetory called /dev/dsk/c0t3d0. I have tried to run the insf -e and ioscans and this is not a valid disk. We use a SAN for all of our storage that is not part of the O/S. I believe that a channel of 0 would be an internal connection not one of our san connections. The root volume group that does use internal disks are on channels 1 and 2. Since this is happening on two different servers and both are showing the same ctd id for the disk, could this be the tape drive or CDROM that it thinks is part of a volume group?