init command
Use the init command to fastly initialize volumes for multiple IMM/XCC-based servers.
Note
This command can only be used in the ThinkSystem servers with XCC level versions released later than October 2018.
init command syntax
Usage: OneCli.exe [misc] multiraid init <--configfile <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 |
---|---|---|
--configfile | Required | Specify the config file for multi-task command. The template file is available in Sample/multi_task_config.json. |
--ctrl | Optional | Specify controller ID starting with index 1. Example: --ctrl 1. |
--quiet, -q | Optional | This parameter answers |
--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. |
| Optional | Refer to Table 2. |
Example of the init command
OneCli.exe misc multiraid init --configfile ./mutli_raid.json --target xxx
Give documentation feedback