- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAN MIGRATION
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-08-2009 05:00 AM
01-08-2009 05:00 AM
SAN MIGRATION
I need to carry out san migration..can you please provide me guidline from where should i start.
Points will be provided
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 05:04 AM
01-08-2009 05:04 AM
Re: SAN MIGRATION
You can use MirrorDisk/UX software to mirror the data over the second array and remove it from the first.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 05:04 AM
01-08-2009 05:04 AM
Re: SAN MIGRATION
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 05:16 AM
01-08-2009 05:16 AM
Re: SAN MIGRATION
I assume, you would want to move the data from one storage to another probably to new storage.
Steps you need to carry out.
=>Backup the data as safer stand.
=>Present the LUNS from new storage to the server
=>Add the luns to existing VG
=>Use pvmove or mirroring to copy the data to new disks
=>Break the mirror
=>Reduce the old LUNs from the VG
=>Unpresent the old luns to the server
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 06:00 AM
01-08-2009 06:00 AM
Re: SAN MIGRATION
can have a look at thr recent thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1302712
Regards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 09:26 AM
01-08-2009 09:26 AM
Re: SAN MIGRATION
pvmove should not be used to move the data among the LVM Disks. If that fails in middle both the souce and target shall be inconsistent that is the data on the LV can be los permamnentky.
Regrds
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 09:28 AM
01-08-2009 09:28 AM
Re: SAN MIGRATION
Regards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2009 08:43 AM
01-09-2009 08:43 AM
Re: SAN MIGRATION
If ServiceGuard is involved with a cluster lock volume configured, you will start getting complaints in the syslog when the original cluster lock volume becomes unavailable. This is tolerable, but IIRC you will need to drop the cluster to reconfigure. This can be done after the fact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 12:04 AM
02-02-2009 12:04 AM
Re: SAN MIGRATION
1st take BACKUP.
Also u can do thru CA.
Rgards
vjta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 03:46 AM
02-02-2009 03:46 AM
Re: SAN MIGRATION
Using LVM mirroring is definately the way to go.
Please check the volume group for "MAX PV" and "Max PE per PV" as this may prevent you using miroring (11.11 or 11.00) if they are too low.
If you are using 11.23 (with relevent patch) or 11.31 you can use vgmodify to change these values.
I have written a perl script to estimate the time it will take to mirror a volume group if you would like me to post it.