Use the set command to create a setting or to change the value of a setting. The set command also creates an instance, when an instance number does not exist and if the instance value is less than or equal to the maximum number of allowed instances for a setting.
For more information about instances, see Instance and non-instance settings.
set command syntax
OneCli.exe config set <settingname> <settingvalue>[--output<folder>] [connection option]
Parameter | Required/Optional | Notes |
---|---|---|
settingname | Required | The settingname parameter is required for changing a setting value. |
settingvalue | Optional | The settingvalue parameter is the new value for the setting that is being changed. |
--output | Optional | By default, the log file output is saved to: ../Onecli-%PID%-%date%-%time%/. |
connection option | Optional |
|
Example of the set command
OneCli.exe config set IMM.DST Off --imm USERID:PASSORD@10.240.252.102
Lenovo ToolsCenterSuite CLI tcliXXX-X.X.X
Based on module version X.X.X
Licensed Materials - Property of Lenovo
(C) Copyright Lenovo Corp. 2013-2016 All Rights Reserved
Invoking SHOW command ...
Connected to IMM by IP address 10.240.252.102
IMM.DST=Off
Waiting for command completion status.
Command completed successfully.