Upgrading Argus signal configuration from 8.1.x to 9.0
To upgrade an Argus signal configuration from 8.1.x to 9.0 perform the following steps:
- Make sure that the Argus Signal Management configuration is updated to 8.1.
- If it does not already exist on the Empirica Signal application server, create the following directory:
/u01/stage/projects
- Copy the Argus_Prep_3_0_0_0_xxx.zip file from the distribution media to:
/u01/stage/projects
- Change your current directory to /u01/stage/projects as follows:
cd /u01/stage/projects/
- Unpack the Argus_Prep_3_0_0_0_xxx.zip file into a temporary directory, for example:
$ unzip Argus_Prep_3_0_0_0_xxx.zip -d /u01/stage/projects/
The /argus_prep subdirectory is created.
- Navigate to the argus_prep/sigdet/db directory, for example:
$ cd /u01/stage/projects/argus_prep/sigdet/db
- Run update_Argus_ISM_8_1_1_to_9_0.sql script in SQL*PLUS providing Argus Signal Management configuration Id as parameter, for example
$ sqlplus <signal database account name>@<TNS_name> @update_Argus_ISM_8_1_1_to_9_0 <SMC_Id>
where <signal database account name> is the Empirica Signal database user account name, for example, webvdme, and <TNS_name> is the TNS name that the application server uses to access the database server.
A password prompt appears..
- Inspect update_Argus_ISM_8_1_1_to_9_0.log log file for possible errors.
Note: If application is not re-started after upgrade, the first refresh may fail. To avoid that, it is suggested to restart Signal application after the upgrade.