- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- IMAGE FROM LUN (UNIT) TO LUN (UNIT) IN AN MA8000
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
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
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
тАО06-17-2004 07:34 AM
тАО06-17-2004 07:34 AM
IMAGE FROM LUN (UNIT) TO LUN (UNIT) IN AN MA8000
We need to change some older LUNs or UNITS in our MA8000 Storage SAN by some other LUNs with higher capacity. This LUNs are configured in RAID5 from the MA8000 with two HSG80 disk controllers and it actually has disks each with a capacity of 36 GB configured for RAID5 LUNs and will be replaced by disks of 72 GB configured equal as RAID5 LUNs. Sombody knows how I can achieve this task by coping or making an image from the old LUN to the new LUN, as posible in the MA8000 itself? this because the older LUNs have information recorded in, and no one of our servers boot from the MA8000 each one boots locally.
Any comentary is grateful welcome.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2004 04:48 PM
тАО06-17-2004 04:48 PM
Re: IMAGE FROM LUN (UNIT) TO LUN (UNIT) IN AN MA8000
If you had a mirrorset that you wanted to copy, you can RUN CLONE in the HSG80. It basically ads a third member to the mirrorm and then breaks the member off into it's own LUN after the copy is complete.
What you will need to do is to present both LUNS to a sever and image them at the OS level.
Mike Naime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2004 01:28 AM
тАО06-18-2004 01:28 AM
Re: IMAGE FROM LUN (UNIT) TO LUN (UNIT) IN AN MA8000
I had read in the CLI HSG80 controller reference book that there is antoher command called ADD SNAPSHOT_UNITS wich is used to assign to a unit known as the source unit a snapshot unit wich takes a snapshot in time of the source unit. In wich cases is this command useful. We thoug that could be used in for this porpouse.
Greetings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2004 05:40 AM
тАО06-18-2004 05:40 AM
Re: IMAGE FROM LUN (UNIT) TO LUN (UNIT) IN AN MA8000
a snapshot will not do what you want. You cannot use it to move data from one unit to another unit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2004 06:24 AM
тАО06-18-2004 06:24 AM
Re: IMAGE FROM LUN (UNIT) TO LUN (UNIT) IN AN MA8000
OK. I agree with you both about all this.
Just to clear my doubts and increase in a little bit more my aknowlegment, and may be to implement it, could you just explain me in few words what I can do with the HSG80 CLI ADD SNAPSHOT_UNITS comand.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2004 07:10 PM
тАО06-18-2004 07:10 PM
Re: IMAGE FROM LUN (UNIT) TO LUN (UNIT) IN AN MA8000
On the HSG you first create a second storage set that will be used for temporary storage. After you have used the 'ADD SNAPSHOT_UNITS' command you will see another unit. It's contents look exactly like a copy of the parent unit. The reason is that the snapshot unit at first shares the same data blocks with the parent.
Now, imagine somebody writes to the parent - obviously that will overwrite data and change the contents of the snapshot unit, too. This is not what you want when you do a backup, for example.
In order to provide a consisten view of the snapshot unit, the HSG reads the old data from the parent and writes it into the temporary storage set that you have created. After that it updates the pointer table of the snapshot unit. Finally it writes the new data to the parent unit.
So, the snapshot unit looks like a stable copy of you parent unit except that you have not made a real copy with moving lots of GigaBytes around.
I hope that has cleared the confusion a bit.
For snapshots on the HSG you need two HSG80 controller modules, each with 512 MegaBytes of cache and ACS firmware cards with snapshot code (e.g. V8.7-1S).