Installation option for setting temp directory
search cancel

Installation option for setting temp directory

book

Article ID: 381928

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Installation option to specify different TMPDIR path only for installation/upgrade.

Environment

MnR 10.x

Resolution

For fresh installation:

TMPDIR=<tmp directory path> ./EMC_MnR_<version>_Linux_64-bit_Setup_File.sh 

For upgrade installation:

TMPDIR=<tmp directory path> ./EMC_MnR_<version>_Linux_64-bit_Setup_File.sh
TMPDIR=<tmp directory path> /opt/<APG>/bin/manage-modules.sh update module-manager
TMPDIR=<tmp directory path> /opt/<APG>Tools/Module-Manager/<version>/bin/launch-update.sh 

For example:

TMPDIR=/opt/tmp ./EMC_MnR_7.7.0.3_Linux_64-bit_Setup_File.sh
TMPDIR=/opt/tmp /opt/APG/bin/manage-modules.sh update module-manager
TMPDIR=/opt/tmp /opt/APG/Tools/Module-Manager/1.17.6/bin/launch-update.sh 

 

The TMPDIR location, which was set as cmd line argument will be applicable only for the script execution.