- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can some one help out fast? vgimport problem
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
11-23-2004 01:36 AM
11-23-2004 01:36 AM
can some one help out fast? vgimport problem
I have done a vgexport using
-p -m and -f option. Created outfile and mapfile.
When I am trying doing vgimport at other side,
vgimport -p -m
It says
I am trying to do with -s option which is stuck at beginning vgimport...
Pls help
Thnx
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 01:42 AM
11-23-2004 01:42 AM
Re: can some one help out fast? vgimport problem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 01:42 AM
11-23-2004 01:42 AM
Re: can some one help out fast? vgimport problem
You probably need to map the c values between the two systems. They're probably not the same.
For instance it may be c3 on the exporting system but it's c2 on the importing. Once you have them mapped then just edit the infile.
Option #2 would be to rerun the export using
vgexport -m mapfile -psv vg_name
Then the import will search for the VGs by VGID & no editing would be required.
You can't use "s" on the import unless it was used in the export.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 01:43 AM
11-23-2004 01:43 AM
Re: can some one help out fast? vgimport problem
Thnx
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 01:55 AM
11-23-2004 01:55 AM
Re: can some one help out fast? vgimport problem
Let it run.....
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 05:02 AM
11-23-2004 05:02 AM
Re: can some one help out fast? vgimport problem
vgexport -v -p -s -m /tmp/vg52.map /dev/vg52
mkdir /dev/vg52
mknod /dev/vg52/group c 64 0x340000
vgimport -v -s -m /tmp/vg52.map /dev/vg52
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 09:02 AM
11-23-2004 09:02 AM
Re: can some one help out fast? vgimport problem
Looks like you are not seeing all the disks on the other side. Try 'ioscan -fnC disk' on both the servers and compare them. If these are on EMC or XP, you have tools like 'inq', 'xpinfo', that can help you quickly identify the devices.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 12:52 AM
11-24-2004 12:52 AM
Re: can some one help out fast? vgimport problem
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 12:54 AM
11-24-2004 12:54 AM