- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Moving a EVA5K LUN from one server to another
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
04-17-2006 09:35 PM
04-17-2006 09:35 PM
Moving a EVA5K LUN from one server to another
Thanks
Khalil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:06 PM
04-17-2006 10:06 PM
Re: Moving a EVA5K LUN from one server to another
First on the server, vgexport the volume group.
Then change assignment on the disk array.
Then vgimport on the new server.
Data will be preserved.
Still, back it up before you start.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 11:01 PM
04-17-2006 11:01 PM
Re: Moving a EVA5K LUN from one server to another
use this steps
1. vgexport -p -s -v -m
Note:Mapfile will have the vg and lv information.
Textfile will have the pv info.
copy these 2 files to the second system (server2).
2. Unmount the filesystem on server1
3. vgchange -a n /dev/
3a. if needed vgexport /dev/vgname
4. unpresent the LUN for the server1.
5. Present the LUN to the server2.
6. ioscan -fCdisk on server2.
7. insf -e on server2.
8. Check the new pv.
9. vgcreate /dev/
10. mknod /dev/
11. vgimport -m
or change the textfile, to reflect the new pvs,
vgimport -m
12. vgchange -a y /dev/
13. ensure fstab is updated with mounts and mount points are created.
14. mount -a
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 11:02 PM
04-17-2006 11:02 PM
Re: Moving a EVA5K LUN from one server to another
As straight forward as that!
I'll give it ago and see what happens, (though I'll take your advice and back it up first!)
Khalil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 11:07 PM
04-17-2006 11:07 PM
Re: Moving a EVA5K LUN from one server to another
Your detailed step by step instructions was exactly what I was looking for. It should make it a lot easier to carry out, thanks for that.
Khalil