Unsolved
This post is more than 5 years old
6 Posts
0
17190
March 4th, 2008 02:00
Using snapshots for backups on MD3000i?
I'm having a bit of trouble trying to figure out how to do this. So, let me start by explaining what I want to do.
I have a md3000i w/ 2TB of SAS storage and 2TB of SATA. I'd like to attach a couple of servers running Virtual Server to a couple of virtual disks on the SAS side of the storage. I'd then like to be able to use the SATA side of the SAN for backups. Once it's on the other side, I could use something like Microsoft Data Protection Manager to back it up.
Problem is, I'm having a hard time finding any documentation on how to setup the snapshot portion, and also how to take advantage of it in a scenario like mine. Any ideas?
0 events found
No Events found!


dzenz
175 Posts
0
March 4th, 2008 17:00
Would you like to use the SATA side of the SAN as tiered storage or to simply host the snapshot change data to backup from?
Dave
OREOSpeedwagon
6 Posts
0
March 4th, 2008 17:00
In my scenario, I have a MS DPM server and I thought I could attach it to the same SAN. I was hoping that it would be able to backup the virtual machines on the SAS side (that is mounted to other servers) to the SATA side using VSS, so I don't have to drag that data over Ethernet just to go on the other side of the SAN. Maybe this isn't how it works though?
I'd also be happy with a pure "snapshot" of that data in a flat format from one side to another. But then, I'm not sure how I would be able to schedule the backups w/ out DPM.
I'm hoping this makes sense!
OREOSpeedwagon
6 Posts
0
March 4th, 2008 18:00
dzenz
175 Posts
0
March 4th, 2008 18:00
One use of "tiered storage" is managing data across different performance/capacity levels of storage.
For example, if data on the SAS side of the SAN is growing stale and doesn't need to be accessed on a continual basis then it can be moved to the SATA side that has lower performance but greater capacity. It sounds though that you would like to use snapshot to simply back-up the data on the SAS, for this either SAS or SATA disks can be used.
Snapshot works by setting aside a repository for data that has changed on the source virtual disk. This data repository only needs to be big enough to hold the changed data. This is called copy-on-write... data is copied to the snapshot when a write to the source occurs. VSS can be use if the backup application includes this support.
The best practice is to have a backup server which mounts the snapshot virtual disk to keep this activity off of the production server.
Does this help?
Dave
dzenz
175 Posts
0
March 5th, 2008 02:00
To clarify, SAS data doesn't have to be copied to SATA drives for backup. A snapshot can be taken of SAS data to SAS drives and then backed up from that.
The point about ensuring that there is consistent data to snapshot/backup is important as there is no value in backing up inconsistent data.
How one arrives at consistent data (e.g. not in the middle of an I/O), is dependent on the application and usage.
For example, Microsoft provides backup integration via VSS for SQL and Exchange so that a VSS aware backup application and the MD3000i cooperate to ensure that the backup is consistent.
Dave
OREOSpeedwagon
6 Posts
0
March 5th, 2008 19:00
dzenz
175 Posts
0
March 6th, 2008 18:00
Can you detail exactly what you would like to snapshot and backup?
Dave
dzenz
175 Posts
0
March 6th, 2008 18:00
OREOSpeedwagon, please check your messages.
Dave
OREOSpeedwagon
6 Posts
0
March 6th, 2008 18:00
Sure!
What I'd like to do is to take a snapshot of some virtual machines running on a MS virtual server host. I'd love to be able to snapshot these VMs as they are running and have those snapshots stored to a different portion of the SAN, in case something happened either to the VM, the server hosting them, or even that disk group. Once that data reaches another portion of the SAN, I could use another product to move that data to longer term storage.
Does that help?
BTW, thanks for your help.