Toolpack:Verifying lawful interception A

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Allowing SFTP password-less connection)
(add output example)
Line 10: Line 10:
  
 
   gem list --local
 
   gem list --local
 +
 +
Output example:
 +
 +
  *** LOCAL GEMS ***
 +
 
 +
  bundler (1.2.3)
 +
  fcgi (0.8.7)
 +
  json (1.7.7)    <---- json installed
 +
  
 
If it is missing, it can be installed from a shell:
 
If it is missing, it can be installed from a shell:

Revision as of 08:16, 12 June 2013

Applies to version v2.7

Installing ruby 'gem'

The Lawful Intercept filter script requires the 'json' ruby gem.

TMedia units (TMG800, TMG3200, TMG7800), provided by TelcoBridges, are now shipped with this 'gem' installed.

If you have older TMedia units, or if you are using your own host, verify that the host has the 'json' gem is installed:

 gem list --local

Output example:

 *** LOCAL GEMS ***
 
 bundler (1.2.3)
 fcgi (0.8.7)
 json (1.7.7)    <---- json installed


If it is missing, it can be installed from a shell:

 gem install json

Allowing SFTP password-less connection

Note: If your IRI server uses SFTP, TelcoBridges system must be enabled for password-less connections.

IMPORTENT: Do not forget to enable password-less SSH on both TMedia hosts, when redundant hosts are used (1+1, TMG7800, or redundant external Toolpack hosts).

Personal tools