Post Upgrade Procedure When Upgrading From a version older than 8.0.1.66

After upgrade, the following procedure is required in order to access the Web UI

Windows Installation

Stop both CruzOC Application and Web Servers

Open command prompt on CruzOC server

Convert to oware mode by typing the word oware

Change to the $OWARE_ROOT/certs directory

cd $OWARE_ROOT/certs

Confirm value of KT_IPADDRESS in makecert.sh

Edit makecert.sh to confirm that KT_IPADDRESS matches the IP address of the web server

run the makecert script makecert.sh

./makecert.sh

Password will be required and needs to be entered twice

Save password for future keystore examination

Start both CruzOC Application and Web Servers

 

Linux Installation

Stop both CruzOC Application and Web Servers

Open command prompt on CruzOC server

Change to the $OWARE_ROOT/certs directory

cd $OWARE_ROOT/certs

Confirm value of KT_IPADDRESS in makecert.sh

Edit makecert.sh to confirm that KT_IPADDRESS matches the IP address of the web server

Run the makecert script makecert.sh

./makecert.sh

Password will be required and needs to be entered twice

Save password for future keystore examination

Start both CruzOC Application and Web Servers