UpdateManager is a console utility for Linux OS that install updates of repository objects. The application is included in Foresight Analytics Platform and is located in the folder with installed BI server: /opt/foresight/fp10.x-biserver/bin.
To start the application, use the UpdateManager_start.sh script with the following parameters:
./UpdateManager_start.sh REPOSITORY LOGIN PASSWORD PEF-FILE
Where:
REPOSITORY. Repository identifier.
LOGIN. User name for repository connection.
PASSWORD. User password.
PEF-FILE. Path to update file with the *.pefx or *.updpack extension.
The example of application startup:
./UpdateManager_start.sh WAREHOUSE USER_NAME USER_PASSWORD /home/user/update_object.pefx
To view the console help by available parameter sets, start the UpdateManager_start.sh script without parameters.
Features of application use:
If a remote access via SSH is used, open the UpdateManager_start.sh script for edit and specify a graphics display in the DISPLAY variable:
export DISPLAY=:0
If an Oracle-based repository is used, open the UpdateManager_start.sh script for edit and specify the path to TNS file in the TNS_ADMIN variable:
TNS_ADMIN=<path to TNS file>
See also: