Using deployment wizard when trying to install Agent on Linux following error appears :
SSH failed to install dmprimer.
In TRC_CF_DMDEPLOY*.log in DETAIL level :
DMDeploy |DmDeploy|Cssh2connection.cpp |000752|DETAIL | /tmp/dmprimer/setupdmp -r /tmp/dmprimer/install.rsp /RITCM_FIPS_MODE=1
DMDeploy |DmDeploy|Cssh2connection.cpp |000816|DETAIL | Received SSH_MSG_CHANNEL_REQUEST msg. Install command failure!
DMDeploy |DmDeploy|cssh2transport.cpp |001994|DETAIL | startPrimer: failure from remote: bash: /tmp/dmprimer/setupdmp: Permission denied
Client Automation 14.5
120224-13:23:45.5487877L|009592|000025dc|DMDeploy |DmDeploy |Cssh2connection.cpp |000752|DETAIL | /opt/dmprimer/setupdmp -r /opt/dmprimer/install.rsp /RITCM_FIPS_MODE=1
This patch introduces new configuration parameter called "LinuxTempDIr".
Please set this to an existing directory on the target Linux machine where execute permission is not restricted. Below is the sample command that sets the dmprimer custom location as /opt/dmprimer.
ccnfcmda -cmd setparametervalue -ps itrm/manager/dmdeploy -pn LinuxTempDir -v /opt/dmprimer
NOTE: Currently, we support this custom location only when the deployment is done via manager but not via scalability server.