clear command
Use the clear command to clear RAID configuration.
clear command syntax
Usage: ./OneCli [misc] raid clear [--bmc|-b <arg>] [--ctrl <arg>]
[--target|-t <arg>] [--volume|-v <arg>]
[--force] [--check-trust|-C]
[--never-check-trust|-N] [--quiet|-q]
[--output|-o <arg>] [--nolog]
[--config <arg>] [--help|-h]
Parameter | Required/Optional | Notes |
---|---|---|
--ctrl | Optional | Specify controller ID starting with index 1. Example: --ctrl 1. |
--force | Optional | Force to create RAID configuration when there is no user interaction. |
--target, -t | Optional (Deprecated from V3.5.1) | It is recommended to use the --ctrl option instead. Specify the target controller ID. The following is the description on ID:
|
--volume, -v | Optional | Specify the target volume ID. The argument can be specified to multiple targets by comma. If not specified, it means all. |
Example of the clear command
OneCli.exe misc raid clear –ctrl 1 --bmc xxxx:xxxx@xx.xx.xx.xx
Give documentation feedback