IBM Support

ITM Install Hangs

Technical Blog Post


Abstract

ITM Install Hangs

Body

image

ITM Install Hangs


Had a report of an install of 6.3 FP02 hanging on Red Hat 6.6.

The install was started using install.sh and was to the default directory, it was using a download of the
code that had been successfully used before on a Red Hat 6.4 machine.  

The install got to the point of

Select one of the following:

1) Install products to the local host.
2) Install products to depot for remote deployment (requires TEMS).
3) Install TEMS support for remote seeding.
4) Exit install.

Please enter a valid number:  1

Initializing ...

Once the 1 was selected,  the initializing started but this took much longer than normal.  
Even leaving for a few hours there was no change.


There were no logs available to show what the errors was.


The first check was to make sure that all the libraries required were installed as are listed in the Install guide.

All were installed and in fact the prereq_checker.sh <component name> script had been run for each component and all the components had passed.


Since there were no logs to indicate the issue the following was done:

 run the install with debug:

1) Edit the install.sh script adding set -x after the line:

#!/bin/ksh

2) Run the install script and direct the stdout and stderr to a log in
/tmp like:
 ./install.sh 2>&1 | tee -a /tmp/foo.txt

The install was run again, and allowed to run for long enough to be sure it was hung.

The file was then reviewed.

The last section of the file was:

+ mkdir -p /opt/IBM/ITM/logs/prereqscan/20160407-164742/KJR
+ 1> /dev/null 2>& 1
+ [ -d /opt/IBM/ITM/logs/prereqscan/20160407-164742/KJR ]
+ [ -w /opt/IBM/ITM/logs/prereqscan/20160407-164742/KJR ]
+ /home/SCAPM/ITM_V6.3.0.2_BASE_LNX64_EN/unix/prereqchecker/prereq_checker.sh KJR PATH=/opt/IBM/ITM outputdir=/opt/IBM/ITM/logs/prereqscan/20160407-164742/KJR
+ 1> /dev/null 2>& 1

This showed up an issue with the prereq_checker.sh which is known and fixed in 6.3 FP04.

A newer version of the prereq_checker.sh was supplied (but this could have been taken from  the FP04 or FP05 image)
and replaced the FP02 version:

1) cd to the directory where ITM 6.3 Fixpack 2 was unzip.
2) Move the file ./unix/prereqchecker/prereq_checker.sh to the /tmp directory
3) Put the prereq_checker.sh script into the <ITM6.3_FP2>/unix/prereqchecker directory
4) Launch the installer

The install then ran correctly.

Obviously not all hangs will give this message, and if it is not clear what the issue is please open a Case;
supply the foo.txt and explain why it was run.

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"","label":""},"Component":"","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSTFXA","label":"Tivoli Monitoring"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

UID

ibm11083297