can i replicate my storage array data directly into cloud without any host involved
-
2012年8月17日 8:12
1. Is it possible that my storage array data which is my org premises is able to replicate the data into a cloud storage object. Also can i get the status of the replication stating the percentage completion etc.
2. Also is the reverse operation possible that i am able to replicate the cloud storage object data onto my local array.
3. In case of a local array failure then i should be able to access the data from cloud storage object if it's consistent from the host in my microsoft cluster.
sk
全部回复
-
2012年8月17日 8:30Can you tell what kind of data it is that your application uses? Is it SQL data or Blobs? How is it currently accessed? Are there any dependencies on the local file system?
-
2012年8月17日 8:38
It is a raw data present in array which has to be transferred using block based interfaces like SCSI. Host is interested in data whichever mode may be the access whether it comes from SAN disk or using blobs.
I have read somewhere that block based interfaces can be converted to SOAP/REST (cloud protocols ) using the some cloud storage gateway devices.
sk
-
2012年8月17日 11:20
Azure Blob Storage is what you're looking for, allowing you to access the raw storage layer in block or page based manner using REST based protocol.
However I'm not aware of any Storage Array products which ootb allow integration of Azure/cloud based storage as part of the online array or enabling replication for such. There are some solutions for backup/DR, such as this case sudy talks about http://blogs.msdn.com/b/usisvde/archive/2011/12/22/isv-case-study-cloud-storage-gateway-provides-backup-into-windows-azure.aspx.
Azure provides the interfaces but you may either reach out to the various device vendors checking for support or build something on your own (which I doubt you wanna do)
- 已标记为答案 Khandu20 2012年8月17日 16:01
-
2012年8月17日 19:25
If I understand correctly, StorSimple may do exactly what the original poster wants.- 已建议为答案 Carlos Sardo 2012年8月17日 19:40

