Uninstalling components using the local option on UNIX or Linux
If a TrueSight Server Automation component was installed with the -local option, you must use the -local option to uninstall that component. However, you must set several environment variables before starting the uninstallation.
For more general information about uninstallation, see Uninstalling-components-on-Linux-and-UNIX and Uninstalling-other-components-on-UNIX-and-Linux.
To uninstall using the local option
To begin the uninstallation process, run the following series of commands. As shown in these commands, you must set several environment variables before invoking the uninstaller.
NSHDIR='<installDir>/NSH'
export NSHDIR
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:=}${LD_LIBRARY_PATH:+:}${NSHDIR}/lib
export LD_LIBRARY_PATH
<installDir>/NSH/Uninstall -local- Continue with the uninstallation process as described in Uninstalling-other-components-on-UNIX-and-Linux.
To uninstall silently using the local option
You can run a silent uninstallation in combination with the with the -local option. Before invoking the uninstaller, you must set several environment variables, as show in the following series of commands.
export NSHDIR
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:=}${LD_LIBRARY_PATH:+:}${NSHDIR}/lib
export LD_LIBRARY_PATH
<installDir>/NSH/Uninstall -local -silent