CA ITCM response file install: 'sh PifInst -r '/tmp/ca-dsm.resp.25677' -s' failed with code 8
CA Client Automation - All supported versions.
Following command returns this error :
sh ca-sm-installer -f "ca-dsm.Linux.@pif"
Temporary directory has no write permissions.
Reason: The temporary directory in which the self installer is extracted has no write permissions.
Action: Ensure that /tmp or $TMPDIR has write permissions: /tmp
There is a write permission problem on /tmp
As workaround this could be done as below:
mkdir /tmp2
TMPDIR=/tmp2
export TMPDIR
And do installation from /tmp2