CLI Guide

Table Of Contents
locale English|en|Spanish|es|French|fr|German|de|Japanese|ja|Korean|ko|
Chinese-simplified|zh-s
Optional. The display language. The default is English.
pager enabled|on|disabled|off
Optional.
enabled or on: Halts output after each full screen to wait for keyboard input. This is the default.
disabled or off: Output is not halted. When displaying output in API format, which is intended
for scripting, disable paging.
precision #
Optional. Sets the number of decimal places (110) for display of storage-space sizes. The default is1.
storage-size-base 2|10
Optional. Alias for base.
storage-size-precision #
Optional. Alias for precision.
storage-size-units auto|MB|GB|TB
Optional. Alias for units.
temperature-scale celsius|c|fahrenheit|f
Optional. Sets the scale for display of temperature values:
fahrenheit or f: Temperatures are shown in degrees Fahrenheit.
celsius or c: Temperatures are shown in degrees Celsius. This is the default.
timeout #
Optional. Sets the timeout value in seconds for the login session. Valid values are 12043200 seconds
(2720 minutes). The default is 1800 seconds (30 minutes).
units auto|MB|GB|TB
Optional. Sets the unit for display of storage-space sizes:
auto: Sizes are shown in units determined by the system. This is the default.
MB: Sizes are shown in megabytes.
GB: Sizes are shown in gigabytes.
TB: Sizes are shown in terabytes.
Based on the precision setting, if a size is too small to meaningfully display in the selected unit, the
system uses a smaller unit for that size. For example, if units is set to TB, precision is set to 1, and
base is set to 10, the size 0.11709 TB is instead shown as 117.1 GB.
Examples
Set CLI parameters.
# set cli-parameters timeout 600 console pager off precision 2 units GB
temperature-scale f
For scripting, display XML output in api-embed format and disable paging.
# set cli-parameters api-embed pager off
For scripting, display brief XML output in api-embed format and disable paging.
# set cli-parameters api-embed pager off brief on
Set the CLI to show output in console format.
# set cli-parameters console
Set the CLI to show output in JSON format.
# set cli-parameters json
Set the CLI to use virtual management mode.
# set cli-parameters management-mode virtual
See also show cli-parameters
Alphabetical list of commands 115