Go to primary content
Oracle® Communications DSR Automated Test Suite (ATS) Installation and User's Guide
Release 8.4
F17134-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Install Seagull packages

Install the latest open source seagull rpm from https://sourceforge.net/projects/gull/files/seagull/. Following table describes the procedure to install seagull packages:

Table 3-5 Install Seagull Packages

Sl No Procedure Description
1.

Upload package to oracle server Execute the following commands:
cd /var/tmp
ls -al
2.

Unzip the file

Unzip the package using the following command:

gunzip seagull-1.8.2-Linux_RHEL6U1_X86_64.tar.gz
3.

Untar the file

Untar the package using the following command:

# tar -xvf seagull-1.8.2-Linux_RHEL6U1_X86_64.tar
4.

Verify the dependencies Some of the packages have dependencies on other packages that may not be installed on your system, in which case you may see a load of error messages.
# sudo rpm -ivh *.rpm
error: Failed dependencies:
 libcrypto.so.0.9.8()(64bit) is needed by seagull-crypto-1.8.2-0.i386
 libssl.so.0.9.8()(64bit) is needed by seagull-crypto-1.8.2-0.i386
 libTTL.so.1()(64bit) is needed by seagull-octcap-protocol-1.8.2-0.i386
 libTTLBase.so.1()(64bit) is needed by seagull-octcap-protocol-1.8.2-0.i386
 libntl.so.1()(64bit) is needed by seagull-octcap-protocol-1.8.2-0.i386
 libcrypto.so.0.9.8()(64bit) is needed by seagull-trans-tls-1.8.2-0.i386
 libssl.so.0.9.8()(64bit) is needed by seagull-trans-tls-1.8.2-0.i386

Note: Ignore the above mentioned errors.

5.

Install seagull-core and seagull-diameter-protocol packages only If you have experience this problem and you only want to use DIAMETER, then try just installing the seagull-core and seagull-diameter-protocol packages as follows:
# rpm -ivh seagull-core-1.8.2-linux-2.6-intel.rpm
# rpm -ivh seagull-diameter-protocol-1.8.2-linux-2.6-intel.rpm
6.

Install Seagull external lib and trans for SCTP In order to run SCTP test cases install:
# rpm -ivh seagull-external-lib-sctp-1.8.2-linux-2.6-intel.rpm
# rpm -ivh seagull-trans-sctp-1.8.2-linux-2.6-intel.rpm

You have installed Seagull and now you can start sending DIAMETER traffic. By default, Seagull is installed in the following directory: /opt/seagull