IBM E027SLL-H Troubleshooting Guide - Page 111

UNIX and Linux install.sh command fails with error code: 99, and error code: 4, Receive KUIC02101W

Page 111 highlights

The following APARs must be installed before Manage Tivoli Enterprise Monitoring Services can be started: v 6100-00 - AIX APAR IZ16878 v 6100-01 - AIX APAR IZ16847 The updates are available from IBM Support: AIX® V6.1 Fix Pack information for 64-bit systems (http://www-304.ibm.com/support/ docview.wss?uid=isg1fixinfo105097). UNIX and Linux install.sh command fails with error code: 99 and error code: 4 Installation on UNIX and Linux systems uses install.sh command; running this command fails with a "runGSkit failure: Return error code: 99" and a "install.sh failure: Return error code: 4". Because it failed within runGSkit when it called verifyInstall, review the InstallDirectory/logs/candle_installation.log file and look for references to runGSkit. For example, output similar to the following might be present: runGSkit: ----- Running command: /opt/IBM/ITM/ls3263/gs/bin/private_verifyinstall /opt/IBM/ITM/ls3263/gs/bin/gsk7ver: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Error: Verify Failed Expected Details of gskit in /opt/IBM/ITM/ls3263/gs Got runGSkit: return code from command is 99 runGSkit: ----- End of running command ----runGSkit: error Return error code: 99 runGSkit: error GSKit check failure, script: /opt/IBM/ITM/ls3263/gs/bin/private_ verifyinstall runGSkit: error ls3263 - GSK check error, verifyInstall test failed In the example above, the libstdc++.so.5 file is not present. This comes from the package compat-libstdc++-33-3.2.3-61.s390.rpm. When this package is installed, the problem no longer occurs. Receive KUIC02101W error The error states that the Java Runtime Environment shared library could not be loaded. Java will execute using unsecured credentials. On some Solaris, Linux, and HP platforms, IBM Tivoli Monitoring has files with different bit sizes: executable files are 64 bit, while the provided JRE is 32 bit. This mismatch does not allow the JNI to work properly, so the current method cannot be used, and the previous method will be used. Receive JVMDG080 or JVMXM012 Java errors v RedHat 5.0 ships with "SE Linux" turned on by default. It has to be set to permissive in order for the installation to run. Edit the /etc/selinux/config file to specify SELINUX=permissive. v A Java library is missing classes. Install the following to get libXp.so.6: - libXp-1.0.0-8.s390x.rpm - libXp-1.0.0-8.s390.rpm v The just-in-time compiler (JIT) needs to be turned off. Issue the export JAVA_COMPILER=NONE command before issuing ./install.sh. Chapter 5. Installation and configuration troubleshooting 93

  • 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

The following APARs must be installed before Manage Tivoli Enterprise
Monitoring Services can be started:
v
6100-00 - AIX APAR IZ16878
v
6100-01 - AIX APAR IZ16847
The updates are available from IBM Support: AIX
®
V6.1 Fix Pack information for
64-bit systems (http://www-304.ibm.com/support/
docview.wss?uid=isg1fixinfo105097).
UNIX and Linux install.sh command fails with error code: 99
and error code: 4
Installation on UNIX and Linux systems uses
install.sh
command; running this
command fails with a "runGSkit failure: Return error code: 99" and a "install.sh
failure: Return error code: 4". Because it failed within runGSkit when it called
verifyInstall, review the
InstallDirectory/logs/candle_installation.log
file and
look for references to runGSkit. For example, output similar to the following might
be present:
runGSkit: ----- Running command: /opt/IBM/ITM/ls3263/gs/bin/private_verifyinstall
/opt/IBM/ITM/ls3263/gs/bin/gsk7ver: error while loading shared libraries:
libstdc++.so.5:
cannot open shared object file: No such file or directory
Error: Verify Failed
Expected Details of gskit in /opt/IBM/ITM/ls3263/gs
Got
runGSkit: return code from command is 99
runGSkit: ----- End of running command -----
runGSkit: error Return error code: 99
runGSkit: error GSKit check failure, script: /opt/IBM/ITM/ls3263/gs/bin/private_
verifyinstall
runGSkit: error ls3263 - GSK check error, verifyInstall test failed
In the example above, the
libstdc++.so.5
file is not present. This comes from the
package compat-libstdc++-33-3.2.3-61.s390.rpm. When this package is installed, the
problem no longer occurs.
Receive KUIC02101W error
The error states that the Java Runtime Environment shared library could not be
loaded. Java will execute using unsecured credentials.
On some Solaris, Linux, and HP platforms, IBM Tivoli Monitoring has files with
different bit sizes: executable files are 64 bit, while the provided JRE is 32 bit. This
mismatch does not allow the JNI to work properly, so the current method cannot
be used, and the previous method will be used.
Receive JVMDG080 or JVMXM012 Java errors
v
RedHat 5.0 ships with "SE Linux" turned on by default. It has to be set to
permissive in order for the installation to run. Edit the
/etc/selinux/config
file
to specify SELINUX=permissive.
v
A Java library is missing classes. Install the following to get libXp.so.6:
libXp-1.0.0–8.s390x.rpm
libXp-1.0.0–8.s390.rpm
v
The just-in-time compiler (JIT) needs to be turned off. Issue the export
JAVA_COMPILER=NONE command before issuing
./install.sh
.
Chapter 5. Installation and configuration troubleshooting
93