Install the Argus Mart signal configuration

Previous Topic

Next Topic

Book Contents

Install the Argus Mart signal configuration

Perform these steps using the non-privileged user account on the application server.

  1. If it does not already exist on the Empirica Signal application server, create the following directory:

    /u01/stage/projects

  2. Copy the Argus_Prep_2_0_0_1_xxx.zip file from the distribution media to:

    /u01/stage/projects

  3. Unpack the Argus_Prep_2_0_0_1_xxx.zip file into a temporary directory, for example:

    $ unzip Argus_Prep_2_0_0_1_xxx.zip -d /u01/stage/projects/

    The /argus_prep subdirectory is created.

  4. Navigate to the /argus_prep directory, for example:

    $ cd /u01/stage/projects/argus_prep

  5. Execute the following command to give execute permissions to all .sh files:

    $ chmod u+x common/*.sh sigdet/*.sh site/*.sh

  6. Navigate to the /argus_prep/sigdet, for example:

    $ cd /u01/stage/projects/argus_prep/sigdet

  7. Execute the following command to give write permissions to the db directory:

    $ chmod u+w db

  8. Execute the main_install_sigmgt.sh script to initiate the installation:

    $ ./main_install_sigmgt.sh <signal database account name>@<TNS_name>

    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.

  9. Enter <password>, where <password> is the Empirica Signal database user account password.

    A second password prompt appears.

  10. Reenter <password>.

    The database tables for the Argus Mart signal configuration are populated. The install_sigmgmt.log file is created in the sigdet/sigmgt/install/log subdirectory.

    Note: If you enter the password incorrectly, an error such as this appears in the install_sigmgmt.log file: Error returned from execution of "sqlplus /NOLOG @db/connect webvdme @db/fetch_next_config_id".

    If the following error message appears, the Argus Signal Mgmt project already exists:

    ERROR at line 1:

    ORA-00001: unique constraint (WEBVDME.UC_PROJECTS1) violated

    You can disregard the error.

Send Feedback