Skip Headers
Oracle® Communications Service Broker Installation Guide
Release 5.0

Part Number E15181-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

3 Pre-Installation Tasks

This chapter describes the tasks you need to perform prior to installing Oracle Communications Service Broker:

Installing Dialogic Hardware and Software for TDM Networks

This task is required only if you intend to run Service Broker in a TDM-based network.

To use Service Broker in a TDM-based network, you must install the following components on any Signaling Server that will run a Service Broker SS7 Signaling Server Unit (SSU):

Information about these is on the Dialogic Web site:

http://www.dialogic.com

See the associated installation guides for information on installing and using the board and software.

Downloading the Software

You download the Service Broker software from the Oracle E-Delivery Web site:

http://edelivery.oracle.com

To download the Service Broker software:

  1. Use your Web browser to go to the Oracle E-Delivery web site and follow the instructions.

  2. When prompted to select a product pack, select Oracle Communications Applications and select the platform for your system configuration.

    See "System Requirements" for a description of supported configurations.

  3. When selecting the media pack, select Oracle Communications Service Broker.

  4. Download the installation file for your platform.

The file name of the downloaded installation file reflects the system configuration for which it is intended. See Table 2-1 in "System Requirements" for a list of installation file names.

In this documentation, the installation file is referred to as install_file.

Unpacking the Installer

Oracle Universal Installer is delivered as ZIP file. To unpack the installation program:

  1. Open a command line shell and navigate to the directory where you downloaded the installation file:

    cd install_directory

  2. Unpack the installation ZIP file: Enter:

    unzip install_file

    Example on an Intel x86 Linux system:

    unzip ./ocsb500-linux_x86.zip

The installer setup file is unpacked to the following directory:

install_directory/OS/Disk1/install

where OS is the operating system.

Example of unpacked install directory for Solaris 10 64-bit SPARC:

Sparc64/Disk1/install

Setting Socket Buffer Sizes

To help minimize packet loss, the operating system socket buffers need to be large enough to handle the garbage collection of incoming network traffic.

By default, Coherence attempts to allocate a socket buffer of 2 MB. If your operating system is not configured to allow for large buffers, Coherence will utilize smaller buffers. Most versions of Unix have a very low default buffer limit, which should be increased to at least 2 MB.

Coherence will display the following warning if the buffer size is not set to at least 2 MB:

UnicastUdpSocket failed to set receive buffer size to 1428 packets (2096304 bytes); actual size is 89 packets (131071 bytes). Consult your OS documentation regarding increasing the maximum socket buffer size. Proceeding with the actual value may cause sub-optimal performance.

It is safe to operate with the smaller socket buffer size, but it is recommended that you increase it to 2 MB.

To change the socket buffer size to 2 MB on a Linux or Solaris system:

  1. Log in as root.

  2. Open a command shell, if necessary.

  3. Execute one of the following commands:

    • Linux:

      sysctl -w net.core.rmem_max=2096304

    • Solaris:

      ndd -set /dev/udp udp_max_buf 2096304