DS Install - Test on the Response File Hanging

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
fridge
Premium Member
Premium Member
Posts: 136
Joined: Sat Jan 10, 2004 8:51 am

DS Install - Test on the Response File Hanging

Post by fridge »

Doing an Install of 9.1 and running a check/test on the ResponseFile.txt created with the following ....

${gc_InstallationSourceDir}/setup -rsp /iis/InstTmp/ResponseFile.txt \
-reportFile /iis/InstTmp/ReportFile.txt \
-reportOnly

The following pid is launched ...
_jvm/bin/java -Dlauncher.usage.string=setup [--jvmArgsFile=<filename>] -Doriginal.working.directory=/iis/InstTmp -jar suite.jar -rsp /iis/InstTmp/ResponseFile.txt -reportFile /iis/InstTmp/ReportFile.txt -reportOnly

The process however simply hangs.

If anyone has seen this before any info would be appreciated.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Can you put a "truss -p" on the process and see what it might be waiting on?
fridge
Premium Member
Premium Member
Posts: 136
Joined: Sat Jan 10, 2004 8:51 am

Post by fridge »

Hi Arnd,

Yes - well used 'strace'. The java process was timing out in attempting to connect and turned out to be a problem with a mount point.

Thanks.
Post Reply