- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem to import VG
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
10-13-2005 07:38 PM
10-13-2005 07:38 PM
I have some problem to vgexport/vgimport some VGs.
Source server is rp8400 HPUX11i
Destination server is rp5400 HPUX11i
HP VA7400 LUNs
I tried with : vgexport â m vgBINPP.map /dev/vgBINPP
with : vgexport â v â s â m vgBINPP.map /dev/vgBINPP
and with SAM.
Export seams OK.
Then I change my LUN presentation rules on the array to show LUNs to destination server.
After an ioscan â fnC disk, I first tried to import with SAM.
It sees the LUNs but does not see them to import.
I succeed to do it with 2 VGs, but for 2 other VGs it does not work.
There are 2 VGs. The first one was imported correctly (vgDOLLARUPP), but it did not work for the second one (vgBINPP).
See attachment for vgdisplay.
Then I tried to import manually on destination server, ioscan, vgscan then :
smcit11:/>vgimport -v -s -m vgBINPP.map -p /dev/vgBINPP
Beginning the import process on Volume Group "/dev/vgBINPP".
vgimport: Physical volume "/dev/dsk/c5t13d7" is not a block special file.
vgimport: Physical volume "/dev/dsk/c5t14d0" is not a block special file.
vgimport: Physical volume "/dev/dsk/c5t14d1" is not a block special file.
vgimport: Physical volume "/dev/dsk/c5t14d2" is not a block special file.
vgimport: Physical volume "/dev/dsk/c5t14d3" is not a block special file.
vgimport: Physical volume "/dev/dsk/c5t14d4" is not a block special file.
vgimport: Physical volume "/dev/dsk/c6t0d6" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t13d7" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t14d0" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t14d1" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t14d2" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t14d3" is not a block special file.
vgimport: Physical volume "/dev/dsk/c8t14d4" is not a block special file.
vgimport: Physical volume "/dev/dsk/c9t0d6" is not a block special file.
vgimport: Physical volume "/dev/dsk/c15t13d7" is not a block special file.
vgimport: Physical volume "/dev/dsk/c15t14d0" is not a block special file.
vgimport: Physical volume "/dev/dsk/c15t14d1" is not a block special file.
vgimport: Physical volume "/dev/dsk/c15t14d2" is not a block special file.
vgimport: Physical volume "/dev/dsk/c15t14d3" is not a block special file.
vgimport: Physical volume "/dev/dsk/c15t14d4" is not a block special file.
vgimport: Physical volume "/dev/dsk/c16t0d6" is not a block special file.
vgimport: Physical volume "/dev/dsk/c18t13d7" is not a block special file.
vgimport: Physical volume "/dev/dsk/c18t14d0" is not a block special file.
vgimport: Physical volume "/dev/dsk/c18t14d1" is not a block special file.
vgimport: Physical volume "/dev/dsk/c18t14d2" is not a block special file.
vgimport: Physical volume "/dev/dsk/c18t14d3" is not a block special file.
vgimport: Physical volume "/dev/dsk/c18t14d4" is not a block special file.
vgimport: Physical volume "/dev/dsk/c19t0d6" is not a block special file.
Couldn't access the list of physical volumes for volume group "/dev/vgBINPP".
If I put back my LUN presentation, I can do the same command on the original server, and it works.
Any ideas guys ?
Thanks.
Ben.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 07:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 07:46 PM
10-13-2005 07:46 PM
Re: Problem to import VG
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=57376
Similar threads, may be useful
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 07:47 PM
10-13-2005 07:47 PM
Re: Problem to import VG
Did you do a mknod /dev/vgBINPP/group on the system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 07:47 PM
10-13-2005 07:47 PM
Re: Problem to import VG
have u done ll /dev/vg*/group ?
write down the hexdezimal
mkdir /dev/vg?
mknod /dev/vg?/group c64 (the hexcode)
vgimport -s -m /ur vg.mapfile vg?
regards gga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 08:16 PM
10-13-2005 08:16 PM
Re: Problem to import VG
Thanks Mark !
Melvyn, GGA, I've done those mkdir, mknod etc ...
Arunvijai, I'll check those links anyway.
Thanks guys, it was very quick !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2005 07:30 AM
10-14-2005 07:30 AM