Asus Adaptec 2020 ZCR User Manual - Page 89

Notes, Method Keyword, Build, Clear, Quick Init

Page 89 highlights

ACU for DOS Notes: ■ InitializeAll is a global keyword that you need to specify only once. ■ InitializeAll is always performed prior to array creation regardless of its position in the script. ■ If both InitializeAll=Yes and InitializeAll=No are specified in the same script file, InitializeAll=Yes is always the overriding value. ■ If an array is deleted during a build/verify process, the process is automatically terminated. Possible values are as follows: ■ Yes-Initialize all drives. ■ No (the default)-Do not initialize all drives; only those drives specified with the Drives keyword are initialized. Examples Type=Volume Type=RAID1 Method Keyword Method is an optional keyword, indicating which method to use when creating a redundant (RAID 1, 5, and 10) array. Possible values are: ■ Build (the default)-Perform a build/verify process on the array. Takes longer than Clear, but allows you to begin using the array immediately. ■ Clear-Clear the array. Faster than a build/verify process, but you have to wait for the operation to be completed before you can begin using the array. ■ Quick Init-Makes the array available immediately, but does not accomplish a build/verify. Parity and mirror information is created as data is written to the drive (called full-stripe write mode), which reduces overall array performance. Maximum performance is achieved by starting and completing a build/verify. Example Method=Build B-9

  • 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

B-9
ACU for DOS
Notes:
InitializeAll
is a global keyword that you need to
specify only once.
InitializeAll
is always performed prior to array
creation regardless of its position in the script.
If both
InitializeAll=Yes
and
InitializeAll=No
are
specified in the same script file,
InitializeAll=Yes
is
always the overriding value.
If an array is deleted during a build/verify process, the
process is automatically terminated.
Possible values are as follows:
Yes
—Initialize all drives.
No
(the
default
)—Do not initialize all drives; only those drives
specified with the
Drives
keyword are initialized.
Examples
Type=Volume
Type=RAID1
Method Keyword
Method
is an optional keyword, indicating which method to use
when creating a redundant (RAID 1, 5, and 10) array. Possible
values are:
Build
(the
default
)—Perform a build/verify process on the array.
Takes longer than
Clear
, but allows you to begin using the array
immediately.
Clear
—Clear the array. Faster than a build/verify process, but
you have to wait for the operation to be completed before you
can begin using the array.
Quick Init
—Makes the array available immediately, but does not
accomplish a build/verify. Parity and mirror information is created
as data is written to the drive (called full-stripe write mode), which
reduces overall array performance. Maximum performance is
achieved by starting and completing a build/verify.
Example
Method=Build