We cannot use /tmp for application installs
Can we use another directory to install all Performance Management components?
All supported DX NetOps Performance Management releases
We use InstallAnywhere as our installation tool.
You can set IATEMPDIR to point to an alternate location for /tmp
export IATEMPDIR=/my/largefolder
Then call the install.
Or you can set the new tmp while calling the install:
IATEMPDIR=/<directory> <installername>
Or call the command like this:
sudo IATEMPDIR=/<directory> <installername>
E.G.
sudo IATEMPDIR=/my/largefolder ./installDR.bin
sudo IATEMPDIR=/my/largefolder ./installDA.bin
sudo IATEMPDIR=/my/largefolder ./install.bin
sudo IATEMPDIR=/my/largefolder ./CAPerfCenterSetup.bin