Linksys NSS2000 Cisco NSS2000 Series Network Storage System Administration Gui - Page 51

Stripe RAID0, Minimum Number of Disks, Total capacity, Advantages, Mirror RAID1

Page 51 highlights

Configuring your Storage Choosing a RAID Array Level 4 RAID, referred to as RAID levels. Some RAID levels increase the performance of the array, some increase the reliability, and others do a mixture of both. The NSS supports the following RAID levels: 0 and 1. The NSS also supports JBOD (Just a Bunch of Disks), which is technically not a RAID level. The following variables are used in the formulas used to calculate the total capacity of each RAID level: • m - capacity of the smallest disk in the array • n - number of disks in the array Stripe (RAID0): RAID0 stripes the data written to the array across the component disks. The data is broken into chunks and each chunk is written to a different disk. Reads and writes to each disk occur in parallel, speeding up the total read and write performance of the array. • Minimum Number of Disks: 2 • Total capacity: m * n • Advantages: Increased read and write performance. • Disadvantages: Decreased reliability. A failure of any component disk in the array causes the entire array to fail. Mirror (RAID1): RAID1 writes the same data to each disk in the array. The disks are referred to as "mirrors" because each one mirrors the data stored on the others. As long as one disk in the array is intact, all data can be read back from the array. If a disk fails in the array and is then replaced, the array must copy the entire contents of a good disk to the new disk. This process is referred to as "resyncing". During a resync, the array continues to be available for reads and writes. When an array contains a failed disk, it is said to be operating in "degraded" mode. This reflects the decreased performance and reliability of the array when it is missing disks. • Minimum Number of Disks: 2 • Total capacity: m • Advantages: Increased reliability. The array can sustain the loss of all but one disk without any data loss. Each mirror disk added to the array increases the reliability (for example, a two-disk RAID1 is half as likely to fail, a three-disk RAID1 is one-third as likely to fail, and so on). Increased read performance. • Disadvantages: Decreased aggregate storage capacity (each mirror disk does not contribute to the total capacity of the array). Decreased write performance. I/O intensive when resyncing mirrors. Cisco Small Business NSS2000 Series Administration Guide 43

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186

Configuring your Storage
Choosing a RAID Array Level
Cisco Small Business NSS2000 Series Administration Guide
43
4
RAID, referred to as RAID levels. Some RAID levels increase the performance of
the array, some increase the reliability, and others do a mixture of both. The NSS
supports the following RAID levels: 0 and 1. The NSS also supports JBOD (Just a
Bunch of Disks), which is technically not a RAID level.
The following variables are used in the formulas used to calculate the total
capacity of each RAID level:
m – capacity of the smallest disk in the array
n – number of disks in the array
Stripe (RAID0):
RAID0 stripes the data written to the array across the component
disks. The data is broken into chunks and each chunk is written to a different disk.
Reads and writes to each disk occur in parallel, speeding up the total read and
write performance of the array.
Minimum Number of Disks:
2
Total capacity:
m * n
Advantages:
Increased read and write performance.
Disadvantages:
Decreased reliability. A failure of any component disk in the
array causes the entire array to fail.
Mirror (RAID1):
RAID1 writes the same data to each disk in the array. The disks are
referred to as "mirrors" because each one mirrors the data stored on the others. As
long as one disk in the array is intact, all data can be read back from the array. If a
disk fails in the array and is then replaced, the array must copy the entire contents
of a good disk to the new disk. This process is referred to as “resyncing”. During a
resync, the array continues to be available for reads and writes. When an array
contains a failed disk, it is said to be operating in “degraded” mode. This reflects
the decreased performance and reliability of the array when it is missing disks.
Minimum Number of Disks:
2
Total capacity:
m
Advantages:
Increased reliability. The array can sustain the loss of all but
one disk without any data loss. Each mirror disk added to the array
increases the reliability (for example, a two-disk RAID1 is half as likely to fail,
a three-disk RAID1 is one-third as likely to fail, and so on). Increased read
performance.
Disadvantages:
Decreased aggregate storage capacity (each mirror disk
does not contribute to the total capacity of the array). Decreased write
performance. I/O intensive when resyncing mirrors.