Upgrading 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 upgrade that component. However, you must set several environment variables before starting the upgrade process, and you must run the configurator to migrate configuration data to the database. For this type of upgrade process, you cannot use the unified product installer, and must run the various component installers.
For more general information about the upgrade process, see Upgrading-product-components-on-Linux-and-UNIX.
To upgrade using the local option
Before invoking the installer for the upgrade process, set several environment variables using the following commands.
INSTALL_DIR="<installDir>"
NSHDIR=${INSTALL_DIR}/NSH
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:=}${LD_LIBRARY_PATH:+:}${NSHDIR}/lib
export INSTALL_DIR NSHDIR LD_LIBRARY_PATH- Migrate configuration data to the database by running the configurator utility through the unified product installer wizard. Perform this task on all Application Servers and PXE servers that you want to upgrade. For more information, see Migrating-the-database-and-persisting-configuration-data-to-the-database.
Invoke the installer using a command such as the following:
sh BBSA-LIN64.sh -local
Continue with the upgrade process as described in Upgrading-product-components-on-Linux-and-UNIX.
To upgrade silently using the local option
Before invoking the installer for a silent upgrade process, set several environment variables using the following commands.
INSTALL_DIR="<installDir>"
NSHDIR=${INSTALL_DIR}/NSH
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:=}${LD_LIBRARY_PATH:+:}${NSHDIR}/lib
export INSTALL_DIR NSHDIR LD_LIBRARY_PATH- Migrate configuration data to the database by running the configurator utility through the unified product installer wizard. Perform this task on all Application Servers and PXE servers that you want to upgrade. For more information, see Migrating-the-database-and-persisting-configuration-data-to-the-database.
Run a silent upgrade with the -local option, as in the following example command.
sh BBSA-LIN64.sh -local -silent
See also Using-silent-mode-to-upgrade-components-on-Linux-or-UNIX.