ssh does not work with installer but works manually
book
Article ID: 100004247
calendar_today
Updated On:
Description
Error Message
ssh exited 1 on ts6
rsh exited 1 on ts6
either ssh or rsh is needed to be setup between the local node and ts6 for
communication
From the log file:
4 14:55:06 cmd /usr/bin/ssh -x -o NumberOfPasswordPrompts=0 -o StrictHostKeyChecking=no ts8 "LANG=C LC_ALL=C a=b 2>&1
echo _CMD_EXIT_=\$?" 2>&1
4 14:55:06 cmd stdout=
sh: /usr/bin/ssh: not found
Checking system communication -
CPI ERROR V-9-20-1032 Cannot copy /var/tmp/installer-201012201511Ssu/uuid to /var/tmp/installer-201012201511Ssu/uuid on ts6
Cause
Customer may have reasons to use different ssh or have different directories like /bin /sbin
Resolution
Make a symbolic link from the actual ssh exectuable and scp executable to /usr/bin
Applies To
Can apply to any unix environment where the ssh is not in the /usr/bin directory
Issue/Introduction
The ssh and scp might not be in the /usr/bin/ssh directory. The perl script installer looks in /usr/bin and some organizations do not put their ssh and scp in that directory.
Was this article helpful?
thumb_up
Yes
thumb_down
No