HP Workstation xw6000 Adaptec SCSI RAID 2120S: Software User's Guide - Page 72

Creating a RAID 0, Creating a RAID 1

Page 72 highlights

Adaptec SCSI RAID 2120S/2200S Software User's Guide Creating a RAID 0 When creating a RAID 0, you need to determine the stripe size that is most suitable for your environment. The stripe size attribute indicates the number of bytes in a stripe, the amount of data written to a segment before the I/O data stream switches to the next segment in the stripe. The stripe size can be 16 KB, 32 KB, or 64 KB. The default stripe size is 32 KB. Note that you can use the container reconfigure command at a later time to change the stripe size. To create a RAID 0, use the container create stripe command. In the following example, the stripe set 0 is created on SCSI device (2,01,0) from 100 MB of available space. The array's raw cache is enabled, and the label Mars is specified. AAC0> container create stripe /cache=TRUE /label=Mars ((2,01,0), 100M) Executing: container create stripe /cache=TRUE / label="Mars" ((CHANNEL=2,ID=1,LUN=0),104,857,600 ) container 0 created Creating a RAID 1 To create a RAID 1, use the container create new_mirror command. In the following example, a RAID 1 is created on SCSI devices (2,2,0), and (2,3,0) using 100 M of available space from each SCSI device. AAC0> container create new_mirror ((2,2,0), 100M) (2,3,0) Executing: container create new_mirror ((CHANNEL=2,ID=2,LUN=0),104,857,600 ) (CHANNEL=2,ID=3,LUN=0) 4-6

  • 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

4-6
Adaptec SCSI RAID 2120S/2200S Software User’s Guide
Creating a RAID 0
When creating a RAID 0, you need to determine the stripe size that
is most suitable for your environment. The
stripe size
attribute
indicates the number of bytes in a stripe, the amount of data
written to a segment before the I/O data stream switches to the
next segment in the stripe. The stripe size can be 16 KB, 32 KB, or
64 KB. The default stripe size is 32 KB. Note that you can use the
container reconfigure
command at a later time to change the
stripe size.
To create a RAID 0, use the
container create stripe
command. In the following example, the stripe set
0
is created on
SCSI device (
2,01,0
) from
100 MB
of available space. The array’s
raw cache is enabled, and the label
Mars
is specified.
AAC0> container create stripe
/cache=TRUE
/label=Mars
(
(2,01,0)
,
100M
)
Executing: container create stripe /cache=TRUE /
label="Mars" ((CHANNEL=2,ID=1,LUN=0),104,857,600 )
container
0
created
Creating a RAID 1
To create a RAID 1, use the
container create new_mirror
command. In the following example, a RAID 1 is created on SCSI
devices
(2,2,0)
, and
(2,3,0)
using
100 M
of available space from each
SCSI device.
AAC0> container create new_mirror (
(2,2,0)
,
100M
)
(2,3,0)
Executing: container create new_mirror
((CHANNEL=2,ID=2,LUN=0),104,857,600 )
(CHANNEL=2,ID=3,LUN=0)