User Guide

Table Of Contents
AMD-RAIDXpert2 User Guide
53987 Rev. 3.01 June 2016
110
rcadm Command Line Interface Tool
Chapter 9
REMOVE SPARE
--remove-spare --array <list> --disk <list>
-rs -a <list> -d <list>
Examples: rcadm --manage --remove-spare --array 5 --disk *
rcadm -M -rs -a * -d 5
REMOVE ALL SPARES
--remove-all-spares --array <list>
-ras -a <list>
Examples: rcadm --manage --remove-all-spares --array 5
rcadm -M -ras -a *
ADD GLOBAL SPARE
--add-global-spare --disk <list>
-ags -d <list>
Examples: rcadm --manage --add-global-spare --disk 1 2 3
rcadm -M -ags -d *
REMOVE GLOBAL SPARE
--remove-global-spare --disk <list>
-rgs -d <list>
Examples: rcadm --manage --remove-global-spare --disk *
rcadm -M -rgs -d 5
CACHE SETTINGS FOR ARRAYS
--cache-array <cache_attribute> --array <list>
-ca <cache_attribute> -a <list>
Cache attributes: <r> for read cache
<rw> for read and write-back cache
<w> for write-back cache
<nc> for no cache
Examples: rcadm --manage --cache-array rw --array *
rcadm -M -ca nc -a 1