HP t420 Administrator Guide - Page 3

About this guide, case sensitive, unless otherwise

Page 3 highlights

About this guide Command-line syntax in this guide might use one or more of the elements described in the following table. NOTE: Command-line syntax is not case sensitive, unless otherwise specified. Element Italics [ ] | { | } " " ' ' ... Description Italicized text denotes a user-defined parameter, like below: location=IpAddress:Port For the above parameter, you would enter something like the following example: location=192.168.0.10:8080 Brackets denote optional parameters, like below: location=IpAddress[:Port] For the above parameter, you would enter something like either of the following examples: location=192.168.0.10 location=192.168.0.10:8080 A vertical bar denotes the or operator and separates options for a user-defined parameter that has a limited set of possible values. A set of options might also be enclosed in braces to distinguish it from the other parts of the syntax, like below: speed={high | medium | low} For the above parameter, you would enter only one of the following: speed=high speed=medium speed=low Some parameters might require double quotes, single quotes, or both, like below: location="'IpAddress' 'Port'" For the above parameter, you would enter something like the following example: location="'192.168.0.10' '8080'" An ellipsis denotes a repeating parameter. The following examples demonstrate a few different ways a repeating parameter can be implemented. The following parameter requires exactly ten device names: DeviceNames=Device1 Device2 ... Device10 The following parameter requires a minimum of one device name and can include up to ten device names total: DeviceNames=Device1 [Device2 ... Device10] The following parameter requires a minimum of one device name and can include an infinite number of additional device names: DeviceNames=Device1 [Device2 ... ] iii

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159

About this guide
Command-line syntax in this guide might use one or more of the elements described in the following table.
NOTE:
Command-line syntax is
not
case sensitive, unless otherwise
specified.
Element
Description
Italics
Italicized text denotes a
user-defined
parameter, like below:
location=
IpAddress
:
Port
For the above parameter, you would enter something like the following example:
location=192.168.0.10:8080
[ ]
Brackets denote optional parameters, like below:
location=
IpAddress
[:
Port
]
For the above parameter, you would enter something like either of the following examples:
location=192.168.0.10
location=192.168.0.10:8080
|
{ | }
A vertical bar denotes the
or
operator and separates options for a
user-defined
parameter that
has a limited set of possible values. A set of options might also be enclosed in braces to
distinguish it from the other parts of the syntax, like below:
speed={high | medium | low}
For the above parameter, you would enter only one of the following:
speed=high
speed=medium
speed=low
" "
' '
Some parameters might require double quotes, single quotes, or both, like below:
location="'
IpAddress
' '
Port
'"
For the above parameter, you would enter something like the following example:
location="'192.168.0.10' '8080'"
...
An ellipsis denotes a repeating parameter. The following examples demonstrate a few
different
ways a repeating parameter can be implemented.
The following parameter requires exactly ten device names:
DeviceNames=
Device1
Device2
...
Device10
The following parameter requires a minimum of one device name and can include up to ten
device names total:
DeviceNames=
Device1
[
Device2
...
Device10
]
The following parameter requires a minimum of one device name and can include an
infinite
number of additional device names:
DeviceNames=
Device1
[
Device2
... ]
iii