Hi All,
I am upgrading Netbackup Solaris clients, as i have only 512 Mb space in most of the servers, which cannot be expanded further.
So i downloaded software in client and chnage below parameter in ./install script
TMPDIR=${TMPDIR:=/tmp} to TMPDIR=${TMPDIR:=/var/tmp}
It worked for me to successfully install client.
However i cant copy that software in each client due to its size hence :
Is this software can be copied to Solrias client from master server for local installation on client.
instead of downloading complete client package -->NetBackup_7.6.0.1_CLIENTS1, can i just copy below file on Solairs clients.
[root@xxxxxx save]# pwd
/usr/openv/pack/NB_CLT_7.6.0.1/save
[root@xxxxxx save]# ls -ltrh
total 1679631
-r-xr-x--- 1 root root 819M Jul 3 2014 NB_CLT_7.6.0.1Solaris.070314_150617.tar.gz
Also let me know , if is there any way i can modify :
update_clients script in master server to use /var/tmp , instead odf /tmp.