- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- migrating to a new SAN
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
01-13-2012 12:33 PM
01-13-2012 12:33 PM
migrating to a new SAN
I will be migrating from an EVA8000 to a new HP P6000.
I have a service gaurd cluster that I will move using "Continuous Access". My thoughts were to do this:
1) Backup the data and replicate the data
2) Shutdown the package.
3) Unpresent the old disk
4) Remove the old volume group on all 3 nodes “ vgexport /dev/vg07” --- make note of the group number
5) Present the new disk
6) Run “ioscan –fnC disk” and “insf –e”
7) Autopath discover
8) Autopath display
9) setup load balance policy
11) “Umask 655
12) mkdir /dev/vg07
13) mknod /dev/vg07/group c 64 0x070000
14) vgimport /dev/vg07 /dev/dsk/c12t2d0 /dev/dsk/c38t2d0 \
/dev/dsk/c40t2d0 /dev/dsk/c42t2d0 /dev/dsk/c24t2d0 \
/dev/dsk/c32t2d0 /dev/dsk/c34t2d0 /dev/dsk/c36t2d0
15) export and import VG to other servicegaurd nodes and start the package
Does this sound good? What about the cluster lock? My 3 node cluster says "No cluster lock found" I assume it is not required on a 3 node cluster.
Thanks
Gord
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2012 01:19 AM
01-17-2012 01:19 AM
Re: migrating to a new SAN
Can't you setup new disks on the servers while old are still in use?
In this way you should be able to do a simply pvmove (or a lvmirror) without need to shut down package.