Adaptec 2410SA User Guide - Page 106

Deleting an Array, Managing Failover Options and Hot Spares

Page 106 highlights

Command Line Interface (CLI) The stripe size can be 16, 32, or 64 KB. The default stripe size is 64 KB. Note that you can use the container reconfigure command at a later time to change the stripe size. To create a RAID 5, use the container create raid5 command. In the following example, a RAID 5 is created on devices 0:01:0, 0:02:0, and 0:03:0 using 100 MB of available space from each device. The /stripe_size switch specifies that each stripe contains 64 KB, which is the default if you specify do not specify /stripe_size at all. AAC0> container create raid5 /stripe_size=64K ((0,1,0), 100M) (0,2,0) (0,3,0) Executing: container create raid5 /stripe_size=65,536 ((CHANNEL=0,ID=1,LUN=0),104,857,600) (CHANNEL=0,ID=2,LUN=0) (CHANNEL=0,ID=3,LUN=0) Deleting an Array To delete an array, use the container delete command. In the following example, Array 0 is deleted. AAC0> container delete 0 Executing: container delete 0 After running the container delete command, use the container list command to verify that the array was deleted. In the following example, no arrays are found on the controller. AAC0> container list Executing: container list No containers found. Managing Failover Options and Hot Spares To assign one or more hot spares to a single array, use the container set failover command. To assign one or more spare disks for all arrays, use the container set global_failover command. These commands enable you to add hot spares to an array prior to a drive failure so that the array contains the resources it needs to survive a failure. C-7

  • 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

C-7
Command Line Interface (CLI)
The stripe size can be 16, 32, or 64 KB. The default stripe size is
64 KB. Note that you can use the
container
reconfigure
command
at a later time to change the stripe size.
To create a RAID 5, use the
container
create
raid5
command. In
the following example, a RAID 5 is created on devices 0:01:0, 0:02:0,
and 0:03:0 using 100 MB of available space from each device. The
/stripe_size
switch specifies that each stripe contains 64 KB, which
is the default if you specify do not specify
/stripe_size
at all.
AAC0> container create raid5 /stripe_size=64K ((0,1,0), 100M) (0,2,0) (0,3,0)
Executing: container create raid5
/stripe_size=65,536
((CHANNEL=0,ID=1,LUN=0),104,857,600) (CHANNEL=0,ID=2,LUN=0)
(CHANNEL=0,ID=3,LUN=0)
Deleting an Array
To delete an array, use the
container
delete
command. In the
following example, Array 0 is deleted.
AAC0> container delete 0
Executing: container delete 0
After running the
container
delete
command, use the
container
list
command to verify that the array was deleted. In the
following example, no arrays are found on the controller.
AAC0> container list
Executing: container list
No containers found.
Managing Failover Options and Hot Spares
To assign one or more hot spares to a single array, use the
container
set
failover
command. To assign one or more spare
disks for all arrays, use the
container
set
global_failover
command. These commands enable you to add hot spares to an
array prior to a drive failure so that the array contains the resources
it needs to survive a failure.