RAID Notation के उदाहरण
चूंकि नया Network RAID Notation Standard (SAM RAID Notation) कुछ जटिल है, मुझे लगा कि सामान्य उपयोग के scenarios और specific implementation examples की एक सूची प्रदान करना और यह बताना उपयोगी होगा कि उन्हें कैसे notate किया जाएगा।
- Scenario: Netgear ReadyNAS Pro 2 with XRAID mirror. Notation: R1
- Scenario: Two Netgear ReadyNAS Ultra units with local RAID 1 sync’d over the network using rsync. Notation: R1{1}
- Scenario: Two Drobo B800fs NAS devices each loaded with single parity RAID sync’d using DroboSync. Notation: R5{1}
- Scenario: Two Drobo B800fs NAS devices each with dual parity RAID sync’d using DroboSync. Notation: R6{1}
- Scenario: Two Linux servers with R6 locally using DRBD Mode A or B (asynchronous.) Notation: R6[1]
- Scenario: Two Linux servers with R5 locally using DRBD Mode C (synchronous.) Notation: R6(1)
- Scenario: Three node VMware vSphere VSA cluster with local R10. Notation: R10(1)3
- Scenario: Windows server with two four disk R0 stripes mirrored. Notation: 8R01
- Scenario: Two FreeBSD servers with R10 using HAST with memsync. Notation: R10[1]
- Scenario: Two FreeBSD servers with R1 using HAST with sync. Notation: R1(1)
- Scenario: Two Windows file servers with R10 using Robocopy to synchronize file systems. Notation: R10{1}
- Scenario: Single Netgear SC101 SAN* using ZSAN drivers on Windows with two disks. Notation: R(1)
Technology References:
HAST: http://wiki.freebsd.org/HAST
DRBD: http://www.drbd.org/users-guide/s-replication-protocols.html
DroboSync: http://www.drobo.com/solutions/for-business/drobo-sync.php
Rsync: http://rsync.samba.org/
Robocopy: http://technet.microsoft.com/en-us/library/cc733145%28v=ws.10%29.aspx
Notes:
*Netgear SC101 SAN रोचक है – यह आंतरिक रूप से दो PATA drives रख सकता है और उन्हें ZSAN protocol के माध्यम से एक single Ethernet interface के जरिए network पर block devices के रूप में expose करता है, लेकिन devices के बीच कोई internal communications नहीं है इसलिए array की सारी mirroring Windows में होती है जो वास्तव में प्रत्येक disk को एक entirely separate SAN device के रूप में देखता है, प्रत्येक का अपना IP address है। Windows को यह जानने का कोई तरीका नहीं है कि दोनों devices related हैं। RAID 1 mirroring सौ प्रतिशत Windows पर software RAID में handle होती है और SAN स्वयं हमेशा दो independent PATA drives होती हैं जो network पर raw expose होती हैं। एक बहुत ही अजीब लेकिन ज्ञानवर्धक device।
