User Guide

Table Of Contents
53987 Rev. 3.01 June 2016
AMD-RAIDXpert2 User Guide
Chapter 9
rcadm Command Line Interface Tool
115
EXAMPLES
Example: Create a RAID5 set of the maximum possible size using all disks.
rcadm -C --raid5 --disk *
Example: Create a RAID1 set of the maximum possible size, with a spare disk and without a
background initialization task.
rcadm -C --raid1 --spare-disk 3 --disk 1 2 --no-sync
Example: Print the maximum size a RAID5 array could be using all disks without actually
creating the array.
rcadm -C --raid5 --disk * --max-size
A.4 rcadm -D
DELETE
Long form:
--delete --array <list> [--no-ask]
Short form:
-D -a <list> [-na] [-cg <group number>]
OPTIONS
-na, --no-ask
If the no ask option is specified the array is deleted without confirmation.
EXAMPLES
Example: Delete arrays 1 and 2.
rcadm -D --array 1 2
Example: Delete all arrays.
rcadm -D --array