changemode command
Use the changemode command to change the connector mode for Microchip RAID adapter.
changemode command syntax
Usage: ./OneCli [misc] raid changemode < --connectorid|-c <arg>> <--mode <arg>>
[--ctrl <arg>] [--target|-t <arg>]
[--force] [--check-trust|-C]
[--never-check-trust|-N] [--quiet|-q]
[--output|-o <arg>] [--nolog]
[--config <arg>] [--help|-h]
Parameter | Required/Optional | Notes |
---|---|---|
--connectorid, -c | Required | Specify connector ID for Microchip RAID adapter. |
--ctrl | Required | Specify controller ID starting with index 1. Example: --ctrl 1. |
--force | Optional | Forcibly create RAID configuration when no user interaction exists. |
--mode | Required | Specify the mode for the front panel USB. The mode can be set as bmc, server and shared. |
Example of the changemode command
OneCli.exe misc raid changemode -connectorid 0 -mode MIX –ctrl 1
Give documentation feedback