- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard - migrate to new storage
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
09-27-2010 01:39 AM
09-27-2010 01:39 AM
we are now using ServiceGuard with securepath, and would need to migrate the LUN data from EVA3000 to EVA4400.
after data migration, we will use PV-Link instead.
i have look around the forum and sum up a step as per attached. but not sure how to take case the securepath and PV-Link.
any advise are welcome. thx so much
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2010 05:32 AM
09-27-2010 05:32 AM
Re: Serviceguard - migrate to new storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2010 07:58 AM
09-27-2010 07:58 AM
Solutionvgcreate -l 20 -s 16 -e 26222 /dev/vg01 /dev/dsk/c4t10d4 /dev/dsk/c4t10d5
vgextend /dev/vg01 /dev/dsk/c6t4d1 /dev/dsk/c6t5d6
vgdisplay will then show the alternate paths.
Also do all the volume group work with the cluster running, that is do your vgextends, lvextend with the mirror, lvreduce and vgreduce the old disks. Then stop your cluster do to the lock disk edits. If you stop your cluster before the LVM work you will have to activate the volume groups and then deactivate the volume groups before in order to complete the LVM work before stopping the cluster. Here's a link for reference:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1342480
Lastly don't forget to do a rmsf -H to remove the hardware paths from the old array.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2010 10:41 PM
09-27-2010 10:41 PM
Re: Serviceguard - migrate to new storage
If the OE includes mirrordisk/UX, and your VG allows additional physical volumes, you can just add the new LUNs to your VG, mirror your data on the EVA3000 to the LUNs on the EVA4400, and then remove the mirror copy on the EVA3000.
This allows for migration without downtime of your data (and application probably).
If you don't have MirrorDisk/UX, but you are running HP-UX 11.31, pvmove could be another option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2010 01:21 AM
09-28-2010 01:21 AM
Re: Serviceguard - migrate to new storage
it is a HPUX 11.11 with mirrordisk/UX.
confuse with follow:
1. do i need to stop securepath first before make PV-Link?
2. after mirror all the VGs, only need to change the cluster lock disk path? any other need to modify?
thx so much.
terrytse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2010 10:27 AM
09-28-2010 10:27 AM
Re: Serviceguard - migrate to new storage
1. I do not have securepath however I do not think you need to stop it first. Here is a reference link showing both useage of securepath and pvlinks: http://www.erchi.com/hp_sides/oars/DISK1_CURRENT/ADVISORIES/CUSTOMER/c00616731.html
2. I believe you only have to modify the cluster lock disk for serviceguard. The steps you attached looked pretty good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 07:06 AM
10-12-2010 07:06 AM
Re: Serviceguard - migrate to new storage
it works well. We can try with other method that require storage team involvment.
after data migration, we will use PV-Link instead.
Yes we can use pv-links but ensure during vgexport mentioned the -s option and after migration use vgextend to add the links.