1 Contacts Server Installation Overview

This chapter provides an overview of the Oracle Communications Contacts Server installation process.

Overview of Contacts Server Installed Components

During the installation process, you install and configure the following components:

  • Java

  • Application server

  • Either MySQL Server or Oracle Database

  • Contacts Server

Contacts Server depends on Oracle Directory Server Enterprise Edition for LDAP services. If your site does not currently have Directory Server deployed and you need to install it, see the Oracle Directory Server Enterprise Edition documentation for instructions, at:

http://docs.oracle.com/cd/E29127_01/index.htm

For Contacts Server to use notifications, you must also have an email server installed, such as Oracle Communications Messaging Server.

Overview of the Contacts Server Installation Procedure

The installation procedure follows these steps:

  1. Plan your installation. When planning your installation, do the following:

    • Determine the scale of your implementation, for example, a small development system, or a large production system.

    • Determine how many physical machines you need, and which software components to install on each machine.

    • Plan the system topology, for example, how the system components connect to each other over the network.

  2. Review system requirements. System requirements include:

    • Hardware requirements, such as disk space.

    • System software requirements, such as operating system (OS) versions and OS patch requirements.

    • Information requirements, such as IP addresses and host names.

  3. Install and configure software upon which Contacts Server is dependent, including:

    • Java

    • Application server

    • Either MySQL Server or Oracle Database

  4. Prepare the Directory Server schema by installing and running the most current comm_dssetup script from the Calendar Server media pack.

  5. Install and configure Contacts Server.

  6. (Optional) Configure additional Contacts Server front ends and back ends for a multiple host deployment.

  7. Configure the document stores.

  8. Perform post-installation configuration tasks.

  9. Verify the installation.

After Contacts Server is installed, you might perform additional security-related tasks. For more information, see Contacts Server Security Guide.

Contacts Server Installation Options

You install Contacts Server in either interactive or silent mode. When you run the installer in silent mode, you are running a non-interactive session. The installation inputs are taken from the following sources:

  • A silent installation file

  • Command-line arguments

  • Default settings

You can use silent mode to install multiple instances of the same software component and configuration without having to manually run an interactive installation for each instance.

Ensuring a Successful Contacts Server Installation

Only qualified personnel should install the product. You must be familiar with the UNIX operating system and the application server. You should be experienced with installing Java-related packages. Oracle recommends that an experienced database administrator install and configure database software.

Follow these guidelines:

  • As you install each component, for example, the Oracle database and the application server, verify that the component installed successfully before continuing the installation process.

  • Pay close attention to the system requirements. Before you begin installing the software, make sure your system has the required base software. In addition, ensure that you know all of the required configuration values, such as host names and port numbers.

  • As you create new configuration values, write them down. In some cases, you might need to re-enter configuration values later in the procedure.

Directory Placeholders Used in This Guide

Table 1-1 lists the placeholders that are used in this guide:

Table 1-1 Contacts Server Directory Placeholders

Placeholder Directory

ContactsServer_home

Specifies the installation location for the Contacts Server software. The default is /opt/sun/comms/nabserver.

InstallRoot

Specifies the installation location for the Unified Communications Suite software. The default is /opt/sun/comms.

GlassFish_home

Specifies the installation location for the Oracle GlassFish Server software. The default is /opt/glassfish3/glassfish.

WebLogic_home

The directory in which Oracle WebLogic Server software is installed.

GlassFish_Domain

Oracle GlassFish Server domain in which Contacts Server is deployed. For example: GlassFish_home/domains/domain1.

Weblogic_Domain

Oracle WebLogic Server domain in which Contacts Server is deployed. For example, WebLogic_home/user_projects/domains/base_domain.

Note: In case of WebLogic Server, it must be configured with at least one Managed Server instance and the Managed Server instance must host Contacts Server.

AppServer_Domain

The domain of the application server in which Contacts Server is deployed.