It is needed to properly set up the environment before running the upgrade command.
Please do the steps :
- Login as root to Web Reports machine
- Change folder and modify setup
# cd /opt/BESServer/bin
# cp BESAdmin.sh setup_test.sh
edit setup_test.sh and remove the last line :
$BES_LIBPATH/BESAdmin "$"
3.Set the execution permission for setup_test.sh
4.Set the environment running setup_test.sh
# ./setup_test.sh
5.Submit upgrade command
# /opt/BESWebReportsServer/bin/BESWebReportsServer -initializeDB -upgrade "$DB2_CONN_PWD"
where $DB2_CONN_PWD is the password of the user that Web Reports use to connect the BESREPOR database
I'd recommend to take a backup of BESREPOR database before submitting this command.
The log file /var/log/BESInitializeBESReportsDB is produced by this command.
#AIX#SupportMigration#Support