- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- My Migrating from Old Storage to New Storage and a...
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
05-15-2009 07:41 AM
05-15-2009 07:41 AM
My customer needs to migrate data without affording the downtime from old to new Storage. Currently they have EVA 4400 and the new box is EVA 8100. So What I will do, for e.g. they have a partition /oradb and the size 200GB. Now I present a 200GB Vdisk from the new storage and mirror it with running 200GB disk. After the completion of mirroring I will reduce the lvm with lvreduce command and target disk will be old disk which is from EVA 4400. The commands will be following.
1)Infs –e
2)Ioscan –fnC disk
3)Pvcreate and vgextend (include the new luns into the volume group)
4)lvextend -m 1 /dev/vgdb/lvol1
5)I will check the mirroring progress "
7)vgreduce old disk
Okay Fine…Hope this works. Now my question is I want to extend the 200GB Disk which is from EVA 8100. Because after completing the migration process we unpresent the Vdisk from EVA4400. We have two HBA in our system. In migration process One HBA Cable EVA4400 switch and the second one will be on EVA8100.
Please Guide me.
Also please notify me if any thing wrong in the above commands.
Thanks & Regards
Athar Hussain
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2009 07:44 AM
05-15-2009 07:44 AM
Solutioninsf -C disk recognizes new disks. You may want to run that step after the ioscan.
The rest of your plan is good. Make sure the databases and such are down so you get clean copies.
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
05-15-2009 07:57 AM
05-15-2009 07:57 AM
Re: My Migrating from Old Storage to New Storage and also extend the partition size
If you now have larger LUNs due to new storage array, then you need to create a new volume group with larger PE size and/or Max PE per PV values, then create new logical volumes to match those of the old vg. Then shut down whatever is running on the old volume group, copy the contents from old to new volumes. Change the device files in /etc/fstab and wherever else required to point to the new vg. Bring back the applications alive.
After this you can increase the size of your volumes.
Or if you are on V11.31, you can use the vgmodify command and skip the new vg create and copy data process totally.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2009 08:14 AM
05-15-2009 08:14 AM
Re: My Migrating from Old Storage to New Storage and also extend the partition size
HP-UX 11.23 is running. It is possible to increase the Number of PE in the VolumeGroup Level after applying the patch (vgmodify).
Thanks & Regards
Athar Hussain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2009 09:09 AM
05-15-2009 09:09 AM
Re: My Migrating from Old Storage to New Storage and also extend the partition size
> It is possible to increase the Number of PE in the VolumeGroup Level after applying the patch (vgmodify).
Yes. See the manpages:
http://docs.hp.com/en/B3921-60631/vgmodify.1M.html
Regards!
...JRF...