loaddefault command
Use the loaddefault command to load the default values of one or more settings.
loaddefault command syntax
OneCli.exe config loaddefault [command option] [<options>]
Parameter | Required/Optional | Notes |
---|---|---|
command option | Optional |
|
--exclude | Optional | Specify the settings group name not be loaded to default. The valid values include: login_settings, network_settings, and login_network_settings. |
--kcs | Optional | Force to use IPMI over KCS local interface. |
--post | Optional | This parameter is only for UEFI settings. By using this parameter, users can load default settings in the same way as using the Post Load Default Settingsfunction in UEFI (F1) menu. The changed settings take effect after restarting host server. |
| Optional | Refer to Table 2. |
Example of the loaddefault command
In the normal mode:
onecli.exe config loaddefault BootModes.SystemBootMode
In the post load setup (default as UEFI menu):
onecli.exe config loaddefault UEFI --post
Give documentation feedback