HP Integrity Superdome SX1000 User Guide, Sixth Edition - HP Integrity Superdo - Page 299

Complex Initialization File, File Format, Example G-7, Typical Usage

Page 299 highlights

JUST Exploration Tool Data Files • Cplx_Cfg_File-Allows the redirection of the complex configuration file created by JET. This field is a string specifying the path and file name to use for this file. The default for this parameter is /opt/scansw/data/complex.cfg. NOTE If any of the parameters listed above are present in the Jet Configuration File, they override the SCANSW_DIR environment variable and the default scan directory. If this file is present it must end with the keyword End_Of_File. Complex Initialization File The cplx.ini file provides information on complex names, communications information, entity types, and protocols needed to communicate with the complex. Each complex that the SMS is responsible for should have an entry in this file. The complex initialization, cplx.ini, file establishes a basis for communication between JET and the complex(es) being interrogated. JET uses this file when the JET Broadcast Enabled Flag is set to FALSE. This file contains a single line for each complex to be interrogated. JET looks for this file first by checking the SCANSW_DIR environment variable (if set). If this variable is not set, then JET looks for the file in the default /opt/scansw/data directory. The file location and name can be modified by setting the Cplx_INI_File parameter in the jet.cfg file. This overrides all other locations. File Format There are two types of entries in the cplx.ini. The type of entry is present for a complex depends on whether the complex has multiple host entities or only a single host entity. Multi-host entries are specified with the key MH while single host entities are specified with the key SH. Multi-host entities have an additional parameter for the hostname associated with each host entry. Single-host entities use the complex name as the hostname for the complex. Each entry in this file begins with the keyword COMPLEX followed by the name and architecture code of the complex. These fields are followed by the multi- or single-host selection key: either MH or SH. Following this field comes the host entities type and reference number along with its supported SDP protocol version. The last series of fields represent the communication protocol, IP address, and port number to use for communications with this host. The type of each of these parameters follows: complex name-string architecture code-unsigned short hostname-string entity type-MP or NODE entity reference num-integer SDP version-string representation of a float IP Address-IP address in dot notation port number-unsigned short Example G-7 Typical Usage COMPLEX MH or COMPLEX SH Appendix G 287

  • 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
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310
  • 311
  • 312
  • 313
  • 314
  • 315
  • 316
  • 317
  • 318
  • 319
  • 320
  • 321
  • 322
  • 323
  • 324
  • 325
  • 326
  • 327
  • 328
  • 329
  • 330
  • 331
  • 332

Appendix G
JUST Exploration Tool
Data Files
287
Cplx_Cfg_File
—Allows the redirection of the complex configuration file created by JET. This field is a
string specifying the path and file name to use for this file. The default for this parameter is
/opt/scansw/data/complex.cfg
.
NOTE
If any of the parameters listed above are present in the Jet Configuration File, they override
the
SCANSW_DIR
environment variable and the default scan directory.
If this file is present it must end with the keyword
End_Of_File
.
Complex Initialization File
The
cplx.ini
file provides information on complex names, communications information, entity types, and
protocols needed to communicate with the complex. Each complex that the SMS is responsible for should have
an entry in this file.
The complex initialization,
cplx.ini
, file establishes a basis for communication between JET and the
complex(es) being interrogated. JET uses this file when the JET Broadcast Enabled Flag is set to
FALSE
. This
file contains a single line for each complex to be interrogated. JET looks for this file first by checking the
SCANSW_DIR
environment variable (if set). If this variable is not set, then JET looks for the file in the default
/opt/scansw/data
directory. The file location and name can be modified by setting the
Cplx_INI_File
parameter in the
jet.cfg
file. This overrides all other locations.
File Format
There are two types of entries in the
cplx.ini
. The type of entry is present for a complex
depends on whether the complex has multiple host entities or only a single host entity. Multi-host entries are
specified with the key
MH
while single host entities are specified with the key
SH
. Multi-host entities have an
additional parameter for the hostname associated with each host entry. Single-host entities use the complex
name as the hostname for the complex.
Each entry in this file begins with the keyword
COMPLEX
followed by the name and architecture code of the
complex. These fields are followed by the multi- or single-host selection key: either
MH
or
SH
. Following this
field comes the host entities type and reference number along with its supported SDP protocol version. The
last series of fields represent the communication protocol, IP address, and port number to use for
communications with this host. The type of each of these parameters follows:
complex name
—string
architecture code
—unsigned short
hostname
—string
entity type
—MP or NODE
entity reference num
—integer
SDP version
—string representation of a float
IP Address
—IP address in dot notation
port number
—unsigned short
Example G-7
Typical Usage
COMPLEX <complex name> <arch code> MH <hostname> <entity type> <entity ref num> <SDP
version> <protocol> <IP address> <port num>
or
COMPLEX <complex name> <arch code> SH <entity type> <entity ref num> <SDP version>
<protocol> <IP address> <port num>