cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the client installation directory in Redhat Linux 7.

nairaj
Level 3

Hi, Our Redhat admin would like to know how to change the default tmp directory from /tmp to someting else during silent client installs.

Thank you in advance.

1 REPLY 1

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

 

Hopefully it can help..

https://www.veritas.com/support/en_US/article.TECH189085

Set NB_TMPDIR to a location that has enough space.  Example using /usr/openv/tmp:

# NB_TMPDIR=/usr/openv/tmp; export NB_TMPDIR

Depending on the shell used, setenv or set may need to be used to set the environmental variables.

*** New logic has been added into 7.5  that will cause the NB_TMPDIR to be honored first, when set in the users environment. See the Related Documents for more information