- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- Re: Moving date from one EVA 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
10-24-2007 04:27 PM
10-24-2007 04:27 PM
We need to move data from several LUNs on EVA5k to newely purchased EVA8k.
Can I do that? And how?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 05:14 PM
10-24-2007 05:14 PM
Re: Moving date from one EVA to another
if you use or upgrade Command View to V7, you will have a Continuous Access for a 180 days grace priod.
The only thing is to update your licenses before this grace period.
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 05:37 PM
10-24-2007 05:37 PM
Re: Moving date from one EVA to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 05:47 PM
10-24-2007 05:47 PM
Re: Moving date from one EVA to another
What OS are you running ?
Some, Tru64 Unix for example, could do this just by adding the new volume (LUN) into the existing file domain, then removing the old LUN.
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 05:51 PM
10-24-2007 05:51 PM
Re: Moving date from one EVA to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 05:54 PM
10-24-2007 05:54 PM
Re: Moving date from one EVA to another
I am running HP-UX 11.23
LUN from EVA5k are presented to servers running HP-UX 11.23.
I need to copy data from these LUNs to new EVA8k.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 06:56 PM
10-24-2007 06:56 PM
SolutionAdd the new vdisk to the volume group and lvextend a mirror copy to the new vdisk.
Once this is done, lvreduce the copy from the old vdisk and finally vgreduce this vdisk.
You can do this online.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:20 PM
10-24-2007 07:20 PM
Re: Moving date from one EVA to another
What commands to I need to perform?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:22 PM
10-24-2007 07:22 PM
Re: Moving date from one EVA to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:31 PM
10-24-2007 07:31 PM
Re: Moving date from one EVA to another
Yes, you need to purchase CV EVA 7, although as you've got a new EVA8000, you may have bought it as part of that...
Part number if you need it is T3724E.
The versions of Command View available online are just patches. So the 6.0.2 version you mentioned will only install on top of 6.0.0 or 6.0.1.
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:32 PM
10-24-2007 07:32 PM
Re: Moving date from one EVA to another
- review the currently setting of this VG
# vgdisplay -v vgxx
- adjust values if needed
(man vgmodify)
- create a new vdisk on the new EVA (probably same size preferred)
- adjust zoning and presentation
- run "ioscan" and "insf" on the new device
- create a physical volume on the new vdisk
(man pvcreate)
- extend the VG
(man vgextend)
- extend the logical volume
(man lvextend)
# lvextend -m 1 /dev/vgxx/lvol1 /dev/dsk/...
- reduce the mirror copy from the old disk
# lvreduce -m 0 /dev/vgxx/lvol1 /dev/dsk/...
- once all lvols are "moved", reduce the old vdisk from the VG
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:40 PM
10-24-2007 07:40 PM
Re: Moving date from one EVA to another
I have the following configuration:
Volume Group - vgSLT
The Logcal Volumes:
/dev/vgSLT/sapmntSLT
/dev/vgSLT/usrsapSLT
/dev/vgSLT/oracleSLT
/dev/vgSLT/oracle
VG resides on phisycal disk /dev/dsk/c13t0d0
Now I need to present new vdisk to secure path?
For example let it be /dev/dsk/c14t0d0
Then I need to perform
vgextend /dev/vgSLT /dev/dsk/c14t0d0
lvextend -m 1 /dev/vgSLT/sapmntSLT /dev/dsk/c14t0d0
lvextend -m 1 /dev/vgSLT/usrsapSLT /dev/dsk/c14t0d0
lvextend -m 1 /dev/vgSLT/oracleSLT /dev/dsk/c14t0d0
lvextend -m 1 /dev/vgSLT/oracle /dev/dsk/c14t0d0
then
lvreduce -m 0 -k /dev/vgSLT/usrsapSLT /dev/dsk/c13t0d0/
etc..
and
vgreduce /dev/vgSLT /dev/dsk/c13t0d0
Am I on the right way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:43 PM
10-24-2007 07:43 PM
Re: Moving date from one EVA to another
Yes.
Also be aware of the other steps I mentioned (checking limits/pvcreate etc.).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:46 PM
10-24-2007 07:46 PM
Re: Moving date from one EVA to another
And the points go to you !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 08:06 PM
10-24-2007 08:06 PM
Re: Moving date from one EVA to another
Like this:
dd if=/dev/dsk/c13t0d0 of=/dev/dsk/c14t0d0 bs=1024k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 08:08 PM
10-24-2007 08:08 PM
Re: Moving date from one EVA to another
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 08:14 PM
10-24-2007 08:14 PM
Re: Moving date from one EVA to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 08:20 PM
10-24-2007 08:20 PM
Re: Moving date from one EVA to another
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
