UnifiedViews Upgrade Guide
These instructions assume that you will upgrade UnifiedViews while:
You have downloaded the UnifiedViews installer (
UnifiedViews.run
) from our download area.The target system is running on a 64 bit Linux server and and meets the UnifiedViews System Requirements.
UnifiedViews' Tomcat will be running as localhost using port 8081.
If you want to upgrade the DPUs during the installation, you have defined a user (for example 'admin') on the server assigned to a respective group (for example 'admin') that should be used to run the Tomcat server. That user has to be able to execute the sudo command. Refer to the respective Linux distribution's documentation for the particulars of commands and permission settings.
Note
We recommend upgrading UnifiedViews together with the DPUs. You need to know the credentials of the user that will be used to run the Tomcat server for that.
Custom DPUs are excluded from the upgrade.
Stop the UnifiedViews server.
Run the
UniviedViews.run
installer from the terminal window.Press
Enter
to start the installation process.Press
2
to select the upgrade mode.Specify the directory where the UnifiedViews should be installed or confirm the default one with
Enter
.Confirm the migration of DPUs by typing
YES
.Specify the port where UnifiedViews' Tomcat will be running or confirm the default one with
Enter
.Provide the username of the user that will be used to upgrade the DPUs or confirm the default one with
Enter
.Provide the user's password.
You have upgraded UnifiedViews together with the standard DPUs.
Start the UnifiedViews server. Open a console and change to root:
sudo -i
It is important to first start the frontend and then start the backend as follows:
/opt/unifiedviews/bin/unifiedviews-frontend start /opt/unifiedviews/bin/unifiedviews start
Stop the UnifiedViews server.
Run the
UniviedViews.run
installer from the terminal window.Press
Enter
to start the installation process.Press
2
to select the upgrade mode.Specify the directory where the UnifiedViews should be installed or confirm the default one with
Enter
.Press
Enter
to confirm that you don't want to upgrade the DPUs.You have upgraded UnifiedViews.
Start the UnifiedViews server. Open a console and change to root:
sudo -i
It is important to first start the frontend and then start the backend as follows:
/opt/unifiedviews/bin/unifiedviews-frontend start /opt/unifiedviews/bin/unifiedviews start
Post-upgrade task: To upgrade the DPUs, make sure that the frontend is running and execute the
dpu_migration
script.