VIRGO Tools

The Video Recognition Gateway (VIRGO) installation on Linux includes a couple scripts to manage VIRGO. They are located at/opt/RealNetworks/SAFR/virgo/app.

Back Up virgo-factory.conf

Before you use VIRGO tools you should back up your virgo-factory.conf. This configuration file can be found at /opt/RealNetworks/SAFR/virgo/config.

virgo_updateip.sh

This script uses the current local IP to update the VIRGO configuration file (virgo-factory.conf). To run it, do the following:

  1. Go to /opt/RealNetworks/SAFR/virgo/app.

  2. Run virgo_updateip.sh. The syntax to run the script is ./virgo_updateip.sh. The following output will be shown.

    11:22:38 CST - Collect local ip
    
    11:22:38 CST - Local IP 10.10.51.189
    
    11:22:38 CST - Updating configuration files
    
    11:22:38 CST - Applying new virgo configuration

The IP has now been changed in virgo-factory.conf.

virgo_configure.sh

This script will reset the VIRGO service. To run it, do the following:

  1. Go to /opt/RealNetworks/SAFR/virgo/app.
  2. Run virgo_configure.sh. The syntax to run the script is ./virgo_configure.sh <Username> <Password>.
    • For <Username>, use the user-id value found in the virgo-factory.conf file.
    • For <Password>, use the user-encrypted-password value found in the virgo-factory.conf file. The following output will be shown.
    11:54:21 CST - Updating virgo factory configuration
    11:54:21 CST - Username realnetworksbei13
    11:54:21 CST - Password %pHUQfSS4mk7UIrhs5au0aZ\+qshbJPGIx4rEw\/RpCgGpUrYCiWrzc2uh8g9HsxJHf
    11:54:21 CST - Cleaning out old virgo configuration
    11:54:21 CST - Cloning template file
    11:54:21 CST - Collect local ip
    11:54:21 CST - Local IP 10-10-51-189
    11:54:21 CST - Copy config to /etc/ folder
    11:54:21 CST - Reset Virgo to reload configuration
    11:54:21 CST - Finished

See Also