6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
List default values and the range of values for host-tuning parameters:
ibrix_host_tune -L
Set host configuration options for the specified hosts:
ibrix_host_tune -C [-h HOSTLIST] -o OPTIONLIST
OPTIONS is a list of configuration options separated by commas.
Reset host configuration options to the default values:
ibrix_host_tune -R [-h HOSTLIST] -n OPTIONS
OPTIONS is a list of configuration options separated by commas.
List non-default configuration settings for the specified hosts:
ibrix_host_tune -q [-h HOSTLIST] [-n OPTIONS]
OPTIONS is a list of configuration options separated by commas.
List default configuration options:
ibrix_host_tune -Q
Set the communications protocol on file serving nodes, StoreAll clients, or host groups:
ibrix_host_tune -p {UDP|TCP} {-h HOSTLIST|-g GROUPLIST}
The default protocol is TCP. To set the protocol on all StoreAll clients, use -g clients.
Set server threads on file serving nodes, StoreAll clients, or host groups:
ibrix_host_tune -t THREADCOUNT {-h HOSTLIST|-g GROUPLIST}
To set server threads on all StoreAll clients, use -g clients.
Set admin threads on file serving nodes, StoreAll clients, or host groups:
ibrix_host_tune -a THREADCOUNT {-h HOSTLIST|-g GROUPLIST}
To set admin threads on all StoreAll clients, use -g clients.
Options
DescriptionOption
Sets configuration tuning options.-C
Includes all groups-G
Lists default tuning options.-L
Lists default configuration tuning values.-Q
Resets configuration tuning options.-R
Sets host tuning options.-S
Resets host tuning options to default values.-U
Sets the number of admin threads. The default value is 3.-a THREADCOUNT
Identifies one or more host groups.-g GROUPLIST
Identifies one or more file serving nodes or StoreAll clients.-h HOSTLIST
Lists host tuning options.-l
Specifies a list of host tuning options, separated by commas, and in the format
option1,option2...
-n OPTIONS
Specifies a list of comma-separated option/value pairs, separated by commas, and in the
format option1=value1,option2=value2...
-o OPTIONLIST
ibrix_host_tune 105