HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Moving scsi array between servers
Operating System - HP-UX
1831435
Members
3372
Online
110025
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
08-03-2005 11:13 AM
08-03-2005 11:13 AM
I have a scsi disk array on a server with a volume group defined with over 200Gb of data that I need to move to another server.
Could you give me the proper steps to accomplish this. I know I can do a vgexport, disconnect the scsi array and move it to the new server, then vgimport, but the disk devices will undoubtly have a new names, how do I handle that ??
Thanks
Could you give me the proper steps to accomplish this. I know I can do a vgexport, disconnect the scsi array and move it to the new server, then vgimport, but the disk devices will undoubtly have a new names, how do I handle that ??
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 11:37 AM
08-03-2005 11:37 AM
Solution
Hi MIKE
If you have only one Vg configured into this Array for the server then .I dont think so there is much issues in this.
You can go ahead for vgexport and vgimport in the second m/c.
Even if you have multiple Vg's.Then note down the Lun no of these disks.Since these will not change even if your disk path got changed.i.e c1t0d?.So you mark down the disks of each Vg and do the vgimport in the same disk.
Regards
S.Arunkumar
If you have only one Vg configured into this Array for the server then .I dont think so there is much issues in this.
You can go ahead for vgexport and vgimport in the second m/c.
Even if you have multiple Vg's.Then note down the Lun no of these disks.Since these will not change even if your disk path got changed.i.e c1t0d?.So you mark down the disks of each Vg and do the vgimport in the same disk.
Regards
S.Arunkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:49 PM
08-03-2005 12:49 PM
Re: Moving scsi array between servers
You can export the vg in preview mode to generate a map file, then move the array to the new node and import the vg...
current node:
# vgexport -p -v -s -m /tmp/vgname.map /dev/vgname
# scp /tmp/vgname.map newnode:/tmp
(unmount f/s for vg)
# vgchange -a n /dev/vgname
(shutdown/disconnect array)
new node:
after you've attach array...
# mkdir /dev/vgname
# mknod /dev/vgname/group c 64 0x??0000
# vgimport -p -v -s -m /tmp/vgname.map /dev/vgname
Using the export/import with a map file and the -s option for the vgid, you won't have to fiddle with mapping out new disk dev files.
Also save the actual export from the current node until you verify the array's new home is up and running well. Once all is well, go back to the current (old) node and do the vgexport. "vgexport -v /dev/vgname"
Of course if you run into trouble with the new node, just backou by putting the array back on the other node and do your vgchange -a y /dev/vgname. If you plan on keeping it on the old node for a bit, you may want to setup your /etc/lvmrc to exclude the old vg.
Hope this helps w/ your task,
-denver
current node:
# vgexport -p -v -s -m /tmp/vgname.map /dev/vgname
# scp /tmp/vgname.map newnode:/tmp
(unmount f/s for vg)
# vgchange -a n /dev/vgname
(shutdown/disconnect array)
new node:
after you've attach array...
# mkdir /dev/vgname
# mknod /dev/vgname/group c 64 0x??0000
# vgimport -p -v -s -m /tmp/vgname.map /dev/vgname
Using the export/import with a map file and the -s option for the vgid, you won't have to fiddle with mapping out new disk dev files.
Also save the actual export from the current node until you verify the array's new home is up and running well. Once all is well, go back to the current (old) node and do the vgexport. "vgexport -v /dev/vgname"
Of course if you run into trouble with the new node, just backou by putting the array back on the other node and do your vgchange -a y /dev/vgname. If you plan on keeping it on the old node for a bit, you may want to setup your /etc/lvmrc to exclude the old vg.
Hope this helps w/ your task,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 11:37 PM
08-03-2005 11:37 PM
Re: Moving scsi array between servers
Thanks alot...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP