Skip Headers
Oracle® Communication and Mobility Server Installation Guide
10g Release 3 (10.1.3)

Part Number E12657-02
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

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

1 Product and Installation Overview

This chapter describes Oracle Communication and Mobility Server (OCMS) and recommended topologies in the following sections:

Product Overview

OCMS is a carrier grade SIP (Session Initiation Protocol) and J2EE execution platform for applications needing to send or receive messages over a SIP enabled broadband network or cellular network. This platform is referred to as a SIP Application Server.

Examples of such applications are as follows:

OCMS can be deployed either for broadband or 3GPP IP Multimedia System (IMS) networks offering value-added services.

New in this Release

This release of Oracle Communication and Mobility Server includes enhancements and new features. To read about new and improved features, see Oracle Communication and Mobility Server Administrator's Guide, and Oracle Technology Network at http://www.oracle.com/technology/products/ocms/otn_front.htm.

Installation Prerequisites

This section describes prerequisites for installing OCMS and for using specific OCMS functionality.

System Requirements

To install OCMS your system must meet the following requirements:

  • Red Hat Enterprise Linux AS 4 (update 5 or higher), AS 5 (update 1 or higher)

  • Recommended for development purposes only: Microsoft Windows 2000 with Service Pack 3 or above, Microsoft Windows Server 2003 (32-bit) with Service Pack 1 or above, or Microsoft Windows XP Professional with Service Pack 2

  • Java 2 Platform, Enterprise Edition Software Development Kit (JDK) 5.0, (JDK version 1.5). Oracle Application Server installation mode uses the JDK 1.5.0 from the installation of Oracle Application Server. Standalone developer mode bundles JDK 1.5.0 with the OCMS installation.

  • Oracle 10g Database (10.2.0.3 or higher) or Oracle Database 11g (11.1.0.6 or higher), for Subscriber Data Services and Presence.

  • Refer to What Components are Installed for more information on Subscriber Data Services.

  • a LAN connection and an IP address and hostname

Note:

The listed operating systems are certified and supported for Oracle Communication and Mobility Server. Other operating systems have not been certified.

Port Requirements

OCMS requires the use of ports for TCP and UDP communications for the SIP Container, Presence server, and, if installed, the Edge Proxy. Default port numbers will be specified for the SIP Container and Edge Proxy ports, or use port numbers that you specify. The Presence port is not configurable during installation, but can be configured in the MBean browser. Refer to the Oracle Communication and Mobility Server Administrator Guide for information on how to reconfigure port numbers following installation.

During installation, selected ports are verified. If a port is in use by another application, the installation will not succeed, and an error message will appear.

Table 1-1 lists the default ports used by OCMS when you install the Edge Proxy application.

Table 1-1 Default Ports: Edge Proxy Installed

SIP Port Edge Proxy Port Presence Port

5070

5060

5081


Table 1-2 lists the default ports used by OCMS when you do not install the Edge Proxy application:

Table 1-2 Default Ports: Edge Proxy Not Installed

SIP Port Edge Proxy Port Presence Port

5060

N/A

5070


Checking if a Port is in Use

To check if a port is being used in Windows, you can run the netstat command as follows:

C:\> netstat -an | find "portnum"

Note that you need double quotes around the port number.

To check if a port is being used in Linux, you can run the netstat command as follows:

netstat -a | grep <portnum>

Installation Modes

Oracle Communication and Mobility Server can be installed in the following installation modes:

Table 1-3 lists requirements for each installation mode.

Table 1-3 Requirements for Installation Modes

Requirement Oracle Application Server mode Standalone Developer mode

Oracle Containers for J2EE (OC4J)

Required before installation

Not required. Included with the installation.

Java Development Kit (JDK) 1.5

Provided by Oracle Application Server.

Included.


Install Standalone Developer Mode

The standalone developer mode allows developers to develop and test SIP applications in a minimal installation environment, without an application server. This installation mode installs Oracle Containers for J2EE (OC4J).

Standalone developer mode is not typically recommended for production deployment because of limited management capabilities.

Install to Existing Oracle Application Server

The recommended installation mode installs OCMS into an Oracle Application Server Release 10.1.3.4 or higher environment. This installation mode allows OCMS to use OC4J features such as Oracle High Availability (HA), clustering, and replication.

Oracle Communication and Mobility Server is deployed with an OC4J container that you manage using the Oracle 10g Enterprise Manager Application Server Control console. The Application Server Control functions enable starting, stopping, restarting, deploying, undeploying, and redeploying applications

Additionally, the Application Server Control MBean browser enables you to configure and manage the OCMS components. Configuring the attributes of the OCMS MBeans (Managed Beans) enables you to execute such administrative tasks as configuring the DNS (Domain Name System), configuring and managing Presence, and the basic configuration (port, IP, and host address) of the OCMS SIP Server itself.

For more information on managing and configuring OCMS in an Oracle Application Server environment, refer to "Managing the SIP Server" in the Oracle Communication and Mobility Server Administrator's Guide.

For more information on features provided by Oracle Application Server, refer to Oracle Application Server Administrator's Guide.

What Components are Installed

The following applications are selected for installation by default, unless the user de-selects them during installation.

The following applications are not installed by default, and must be selected for installation by the user from the list of available applications:

For more description and configuration information on these features, refer to Oracle Communication and Mobility Server Administrator's Guide.