User Manual
BC4000 Series RAID Controllers
02/13/06
B ro ad c om C o r p or at i on
Document
BC4000-UM100-R
Managing Controllers, Arrays, and Disks: bcadm --manage
Page 127
--unhide, -uh
The Unhide Array option allows the operating system to see previously hidden arrays. This option uses
--array
as a qualifier.
--unlink, -ul
The UnLink Array option allows the operating system to unlink arrays linked by the Create Copy command.
This option uses
--array
as a qualifier.
Either the source array or the destination array can be specified in this option. If the wildcard argument (* or "*")
is used, the two arrays will be unlinked when the operation gets to the first array, and then a message is output
stating that the arrays have already been unlinked when it reaches the second array.
--name, -n
The Name Array option identifies arrays with a user-supplied name. The name can be up to 30 characters long,
but only 17 of those characters display in the BIOS. This option uses
--array
as a qualifier.
Long form:
--unhide --array <list>
Short form:
-uh -a <list>
Example 1:
bcadm --manage --unhide --array *
Example 2:
bcadm -M -uh -a 5
Long form:
--unlink --array <list>
Short form:
-ul -a <list>
Example 1:
bcadm --manage --unlink --array *
Example 2:
bcadm -M -ul -a 5
Long form:
--name "name" --array <list>
Short form:
-n "name" -a <list>
Example 1:
bcadm --manage --name "System Disk" --array 5
Example 2:
bcadm -M -n "Backup Disk" -a 4