Manual Upgrade of a Sentinel VoLTE 3.1.0 install in a Rhino SDK

Upgrade Steps

1

From the Rhino SDK client bin directory

$ cd $RHINO_INSTALL_DIR/RhinoSDK/client/bin

2

Run a Rhino full export. For more information see Rhino Administration Guide - Export and Import.

$ ./rhino-export -J backup

3

Stop Rhino

$ cd ../../RhinoSDK
$ ./stop-rhino --nice

4

Stop REM from the init-d directory (if you followed these post install Instructions

/etc/init.d/rem stop

otherwise you can stop catalina.

$TOMCAT_HOME/bin/catatlina.sh stop

5

From the Rhino install directory move the Rhino SDK directory to a new location

$ mv RhinoSDK RhinoSDK.old

6

From the Rhino install directory unzip the Rhino SDK install zip

$ unzip rhino-sdk-2.6.1.x.zip

7

Install the new Sentinel VoLTE version and REM extension as per these instructions:

8

Start Rhino

$ cd ~/RhinoSDK
$ ./start-rhino.sh

9

From the Rhino client bin directory

$ cd RhinoSDK/client/bin

10

Copy the backup directory (export) created as part of the export step (step 2) to the new Rhino SDK install

$ cp -R ../../../RhinoSDK.old/client/bin/backup .

11

Import the exported profiles into the Rhino SDK environment. For more information see Rhino Administration Guide - Export and Import.

$ for i in backup/profiles/*; do ./rhino-console importprofiles $i -replace; done

12

Restart Rhino and REM

Previous page Next page
Sentinel VoLTE Version 3.1.0