Cli Properties - Oracle ZFS Storage Appliance Administration Manual

Hide thumbs Also See for ZFS Storage Appliance:
Table of Contents

Advertisement

Command Line Interface (CLI)
To resolve the problem, address the error and reattempt the commit:
dory:configuration alerts threshold (uncommitted)> set statname=cpu.utilization
dory:configuration alerts threshold (uncommitted)> commit
error: missing value for property "limit"
dory:configuration alerts threshold (uncommitted)> set limit=90
dory:configuration alerts threshold (uncommitted)> commit
dory:configuration alerts thresholds> list
THRESHOLD
threshold-000
Related Topics
"Command Line Interface (CLI)" on page 33
"CLI Properties" on page 40

CLI Properties

Properties are typed name/value pairs that are associated with a context. Properties for a given
context can be ascertained by running the "help properties" command. Following is an
example of retrieving the properties associated with a user's preferences:
dory:configuration preferences> help properties
Properties that are valid in this context:
locale
login_screen
session_timeout
session_annotation
advanced_analytics
The properties of a given context can be retrieved with the get command. Following is an
example of using the get command to retrieve a user's preferences:
dory:configuration preferences> get
40
Oracle ZFS Storage Appliance Administration Guide, Release OS8.6.x • September 2016
statname = cpu.utilization (uncommitted)
limit = 90 (uncommitted)
LIMIT
TYPE STATNAME
90
normal cpu.utilization
=> Locality
=> Initial login screen
=> Session timeout
=> Current session annotation
=> Make available advanced analytics statistics
locale = C
login_screen = status/dashboard
session_timeout = 15
session_annotation =
advanced_analytics = false

Advertisement

Table of Contents
loading

Table of Contents