HP P2000 G3 MSA System CLI Reference Guide 415
Example
# show users
...
<OBJECT basetype="users" name="user" oid="4" format="rows">
<PROPERTY name="username" key="true" type="string">manage</PROPERTY>
<PROPERTY name="roles" type="string">manage,monitor</PROPERTY>
<PROPERTY name="user-type" type="string">Standard</PROPERTY>
<PROPERTY name="user-type-numeric" type="string">2</PROPERTY>
<PROPERTY name="user-locale" type="string">English</PROPERTY>
<PROPERTY name="user-locale-numeric" type="string">0</PROPERTY>
<PROPERTY name="interface-access-WBI" type="string">x</PROPERTY>
<PROPERTY name="interface-access-CLI" type="string">x</PROPERTY>
<PROPERTY name="interface-access-FTP" type="string">x</PROPERTY>
<PROPERTY name="interface-access-SMIS" type="string"></PROPERTY>
<PROPERTY name="storage-size-base" type="uint8">10</PROPERTY>
<PROPERTY name="storage-size-precision" type="uint8">1</PROPERTY>
<PROPERTY name="storage-size-units" type="string">Auto</PROPERTY>
<PROPERTY name="storage-size-units-numeric" type="string">0</PROPERTY>
<PROPERTY name="temperature-scale" type="string">Celsius</PROPERTY>
<PROPERTY name="temperature-scale-numeric" type="string">1</PROPERTY>
<PROPERTY name="timeout" type="uint32">1800</PROPERTY>
<PROPERTY name="ui-refresh" type="uint16">30</PROPERTY>
</OBJECT>
...
storage-size-
units
string The unit for display of storage-space sizes.
• auto: Lets the system determine the proper unit for a size. This is the default.
• MB: Megabytes.
• GB: Gigabytes.
• TB: Terabytes.
Based on the precision setting, if the selected unit is too large to meaningfully
display a size, 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 G B.
storage-size-
units-numeric
string Numeric equivalents for storage-size-units values.
• 0: auto
• 1: MB
• 2: GB
• 3: TB
temperature-
scale
string • Celsius: Use the Celsius scale to display temperature values. This is the
default.
• Fahrenheit: Use the Fahrenheit scale to display temperature values.
temperature-
scale-numeric
string Numeric equivalents for temperature-scale values.
• 0: Fahrenheit
• 1: Celsius
timeout uint32 Time in seconds that the session can be idle before it automatically ends. Valid
values are 120–43200 seconds (2–720 minutes). The default is 1800 seconds
(30 minutes).
ui-refresh uint16 User-interface refresh rate, which is 30 seconds.
Table 80 users properties (continued)
Name Type Description