Client Automation 14
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 :
mkdir /tmp2
TMPDIR=/tmp2
export TMPDIR
And do installation from /tmp2