Asus Adaptec 2020 ZCR User Manual - Page 111

Displaying Information about Your Array, Creating a Volume Set, Creating a RAID 0

Page 111 highlights

Command Line Interface Displaying Information about Your Array After creating an array, use the container list command to display information about the array. In the following example, the Num Label column indicates the array ID 0 and the array label Venus. The Type column indicates a volume set. The Total Size column indicates that the array is 100 MB. AAC0> container list Executing: container list Num Total Oth Stripe Scsi Partition DrLabel Type Size Ctr Size Usage C:ID:L Offset:Size 0 Volume 100MB None 0:01:0 64.0KB: 100MB Venus Creating a Volume Set To create a volume set, use the container create volume command. In the following example, Volume 0 is created on device 0:01:0 from 100 MB (megabytes) of available space. The array's cache is enabled, and the label is Venus. AAC0> container create volume /cache=TRUE /label=Venus ((0,01,0), 100M) Executing: container create volume /cache=TRUE / label=Venus ((CHANNEL=0,ID=1,LUN=0),104,857,600) container 0 created 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 partition before the I/O data stream switches to the next partition in the array. The stripe size can be 16, 32, 64, 128, 256, 512 and 1024; the default is 256 KB. Note that you can change the stripe size later using the container reconfigure command. To create a RAID 0, use the container create stripe command. In the following example, the Array 0 is created on device 0:01:0 from 100 MB of available space. The array's cache is enabled, and the label is Mars. AAC0> container create stripe /cache=TRUE /label=Mars ((0,01,0), 100M) Executing: container create stripe /cache=TRUE /label="Mars" ((CHANNEL=0,ID=1,LUN=0),104,857,600 ) container 0 created D-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
  • 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

D-6
Command Line Interface
Displaying Information about Your Array
After creating an array, use the
container
list
command to
display information about the array. In the following example, the
Num Label
column indicates the array ID 0 and the array label
Venus
. The
Type
column indicates a volume set. The
Total Size
column indicates that the array is 100 MB.
AAC0> container list
Executing: container list
Num
Total Oth Stripe
Scsi
Partition
DrLabel Type
Size
Ctr Size
Usage
C:ID:L Offset:Size
-- ----- ------ ------ --- ------ ------- ------ -----------
0
Volume 100MB
None 0:01:0 64.0KB: 100MB
Venus
Creating a Volume Set
To create a volume set, use the
container
create
volume
command.
In the following example, Volume 0 is created on device
0:01:0
from 100 MB (megabytes) of available space. The array’s cache is
enabled, and the label is
Venus
.
AAC0> container create volume /cache=TRUE /label=Venus ((0,01,0), 100M)
Executing: container create volume /cache=TRUE /
label=Venus ((CHANNEL=0,ID=1,LUN=0),104,857,600)
container 0 created
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 partition before the I/O data stream switches to the
next partition in the array.
The stripe size can be 16, 32, 64, 128, 256, 512 and 1024; the default
is
256 KB
. Note that you can change the stripe size later using the
container
reconfigure
command.
To create a RAID 0, use the
container
create
stripe
command. In
the following example, the Array
0
is created on device
0:01:0
from 100 MB of available space. The array’s cache is enabled, and
the label is
Mars
.
AAC0> container create stripe /cache=TRUE /label=Mars ((0,01,0), 100M)
Executing: container create stripe /cache=TRUE
/label="Mars" ((CHANNEL=0,ID=1,LUN=0),104,857,600 )
container 0 created