Skip to main content

show command

Use the show command to view the current value of one or more settings.

show command syntax

OneCli.exe config show [command option] [<options>] 
Table 1. show command specific parameters
ParameterRequired/OptionalNotes
command optionOptional
all
Default value.
Displays all of the supported settings.
group name
Displays the settings that belong to a group name, such as IMM, UEFI, and so on.
setting name
The setting name value.
--interactive, -iOptional

Configure the OneCLI interactive mode. In this mode, OneCLI guides user to input the parameter step by step. Users can also click Tab to generate the configuration setting name.

--kcsOptionalForce to use IPMI over KCS local interface.
--smmOptional

Specify the access information of the target SMM. The format is: userid:password@host[:port].

Note
  • Both the IPv4 address and the IPv6 address are supported. The IPv6 address shall be enclosed in brackets. For example, [FE80:3BA7:94FF:FE07:CBD0].

  • If the IPv6 is LLA, the format is [FE80:3BA7:94FF:FE07:CBD0%xxx]. Replace xxx with the interface name.

  • --bmc, -b

  • --bmc-rest-port, -p

  • --bmc-password, -w

  • --bmc-username, -u

  • --check-trust, -C

  • --config

  • --never-check-trust, -N

  • --node

  • --nolog

  • --output, -o

  • --redfish

Optional

Refer to Table 2.

Example of the show command

In the normal mode:

onecli.exe config show --bmc USERID:PASSW0RD@XX.XX.XX.XX

In the interactive mode:

onecli.exe config show -i