IBM E027SLL-H Troubleshooting Guide - Page 148

Managed System Status

Page 148 highlights

KFW_TOPOLOGY_CLUSTER_LIST. This variable is added to installdir\cnps\ kfwenv file [Windows] or installdir/config/cq.ini [UNIX and Linux]. Its purpose is to force dependence on the host name for navigator positioning instead of on the host address. A sample setting looks like this: KFW_TOPOLOGY_CLUSTER_LIST=AFF_xxx AFF_yyy Where the setting lists the agent affinities to which this host name logic should apply. Here are some affinities for agents distributed with IBM Tivoli Monitoring version 6.1: AFF_NT_SYSTEM AFF_ALL_UNIX AFF_OS400_OM AFF_LINUX_SYSTEM AFF_UNIX_LOG_ALERT "Windows OS" "UNIX OS" "i5/OS" "Linux OS" "UNIX Logs" So, if you needed to use the host name for navigator positioning for your Linux OS, UNIX OS and Unix Log monitoring agents, it would look like this: KFW_TOPOLOGY_CLUSTER_LIST=AFF_ALL_UNIX AFF_UNIX_LOG_ALERT AFF_LINUX_SYSTEM There are many agents, so listing the affinity for each would be cumbersome. Here is a general method of figuring out the correct affinity name: 1. If you have an agent connected and showing as online, click on the navigator tree top node, then right click and select Managed System Status. 2. Make a temporary change to this workspace to show the agent affinity by right-clicking on any row and selecting Properties. 3. Click on the Filters tab. 4. Slide the scroll bar to the right and click on all the unset columns. 5. Click OK and slide the Managed System Status window to the right. For example, you should now see that for the Monitoring Agent for Windows OS, the affinity is: 00080000000000000000000000000000. You can export this information to a .csv file and then work with that to extract the hex data. The affinity is the first 32 characters. Columns 33-34 are the product version code. Columns 35-43 are version flags. 6. Leave this workspace up, but when you switch away from this workspace be sure not to save it - since it was only a temporary change. 7. Open the installdir\cnps\affinity.properties [Windows] or the installdir/arch/cq/data/affinity.properties [Linux and UNIX] file. Confirm that "00080000000000000000000000000000" corresponds to the Monitoring Agent for Windows OS. 8. Next search for "tags.AFF_". Now you can see that Affinity 00080000000000000000000000000000 represents the AFF_NT_SYSTEM value. Using the above process, you can determine the correct settings for the agents where you need the KFW_TOPOLOGY_CLUSTER_LIST configuration. 9. You should recycle the portal server at this point and look at the display. In many cases after you have completed the steps above, you have finished this task. However there are a few cases where additional configuration is necessary: The host address is normally used for system identification, however with KFW_TOPOLOGY_CLUSTER_LIST set the first part of the Origin Node is used ("Primary:" is ignored). That first part defaults to the TCP/IP host name, but it is replaced if CTIRA_HOSTNAME is set. This gives you control over deciding where an agent is positioned. Configuring an agent to have a specific CTIRA_HOSTNAME value manages cases where the IP address changes, and then 130 IBM Tivoli Monitoring: Troubleshooting Guide

  • 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

KFW_TOPOLOGY_CLUSTER_LIST. This variable is added to
installdir\cnps\
kfwenv
file [Windows] or installdir/config/cq.ini [UNIX and Linux]. Its purpose is
to force dependence on the host name for navigator positioning instead of on the
host address. A sample setting looks like this:
KFW_TOPOLOGY_CLUSTER_LIST=AFF_xxx AFF_yyy
Where the setting lists the agent affinities to which this host name logic should
apply. Here are some affinities for agents distributed with IBM Tivoli Monitoring
version 6.1:
AFF_NT_SYSTEM
"Windows OS"
AFF_ALL_UNIX
"UNIX OS"
AFF_OS400_OM
"i5/OS"
AFF_LINUX_SYSTEM
"Linux OS"
AFF_UNIX_LOG_ALERT
"UNIX Logs"
So, if you needed to use the host name for navigator positioning for your Linux
OS, UNIX OS and Unix Log monitoring agents, it would look like this:
KFW_TOPOLOGY_CLUSTER_LIST=AFF_ALL_UNIX
AFF_UNIX_LOG_ALERT AFF_LINUX_SYSTEM
There are many agents, so listing the affinity for each would be cumbersome. Here
is a general method of figuring out the correct affinity name:
1.
If you have an agent connected and showing as online, click on the navigator
tree top node, then right click and select
Managed System Status
.
2.
Make a temporary change to this workspace to show the agent affinity by
right-clicking on any row and selecting Properties.
3.
Click on the Filters tab.
4.
Slide the scroll bar to the right and click on all the unset columns.
5.
Click
OK
and slide the Managed System Status window to the right. For
example, you should now see that for the Monitoring Agent for Windows OS,
the affinity is: 00080000000000000000000000000000. You can export this
information to a
.csv
file and then work with that to extract the hex data. The
affinity is the first 32 characters. Columns 33-34 are the product version code.
Columns 35-43 are version flags.
6.
Leave this workspace up, but when you switch away from this workspace be
sure not to save it - since it was only a temporary change.
7.
Open the
installdir\cnps\affinity.properties
[Windows] or the
installdir/arch/cq/data/affinity.properties
[Linux and UNIX] file. Confirm
that "00080000000000000000000000000000" corresponds to the Monitoring Agent
for Windows OS.
8.
Next search for "tags.AFF_". Now you can see that Affinity
00080000000000000000000000000000 represents the AFF_NT_SYSTEM value.
Using the above process, you can determine the correct settings for the agents
where you need the KFW_TOPOLOGY_CLUSTER_LIST configuration.
9.
You should recycle the portal server at this point and look at the display.
In many cases after you have completed the steps above, you have finished this
task. However there are a few cases where additional configuration is necessary:
The host address is normally used for system identification, however with
KFW_TOPOLOGY_CLUSTER_LIST set the first part of the Origin Node is used
("Primary:" is ignored). That first part defaults to the TCP/IP host name, but it is
replaced if CTIRA_HOSTNAME is set. This gives you control over deciding where
an agent is positioned. Configuring an agent to have a specific
CTIRA_HOSTNAME value manages cases where the IP address changes, and then
130
IBM Tivoli Monitoring: Troubleshooting Guide