- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM - Migrating a nike array from 10.10 to 11....
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
05-31-2000 11:07 AM
05-31-2000 11:07 AM
LVM - Migrating a nike array from 10.10 to 11.00
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 12:14 PM
05-31-2000 12:14 PM
Re: LVM - Migrating a nike array from 10.10 to 11.00
Use this cookbook to help make your plan:
1. mkdir /dev/vgXX
2. mknod /dev/vgXX/group c 64 0xXX0000
3. vgimport -v -m /$PATH/$MAP_FILE /dev/vgXX /dev/dsk/cXtXdX
4. vgchange -a y /dev/vgXX
5. vgcfgbackup vgXX
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 12:20 PM
05-31-2000 12:20 PM
Re: LVM - Migrating a nike array from 10.10 to 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 01:28 AM
06-01-2000 01:28 AM
Re: LVM - Migrating a nike array from 10.10 to 11.00
As Mr.Robert Said the procedure will work fine. But it is not a good idea to go ahead without BACKUP.
-Shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 05:58 AM
06-01-2000 05:58 AM
Re: LVM - Migrating a nike array from 10.10 to 11.00
First, on your K210 you need to create the MAPFILE. When you look at the man pages for vgimport and vgexport that may have been obvious, just be aware of it.
When I did this, going from 10.20 to 11.0, the MAPFILE had an extra line in it that vgimport did not like. I don't remember what the line was, but, it was not a disk device. vgimport is looking to this file for a list of disk devices and choked on this extra line. I had to vi the MAPFILE and remove that line. Maybe it was a problem with the releases and patches I had. Be aware of it and check it.
The good news is it did no damage. The vgimport failed and I had to do it over.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 06:05 AM
06-01-2000 06:05 AM
Re: LVM - Migrating a nike array from 10.10 to 11.00
Still, check for that extra line.