Oracle Unified Messaging Installation Guide Release 2.1.2 for Sun SPARC Solaris 2.6 A86091-02 |
|
This chapter describes the preinstallation procedures for Oracle Unified Messaging. Topics covered include:
Oracle Unified Messaging is a highly scalable, messaging framework which integrates messages from multiple sources into a single inbox. Prior to installation, you should plan your implementation strategy and be familiar with Unified Messaging system components, concepts, and terminology described in the Unified Messaging Client Developer's Guide.
The installation process is composed of the following steps:
You must meet the following system and software requirements to install Oracle Unified Messaging.
Oracle Unified Messaging requires the following software components and associated versions:
The following tasks must be performed prior to installing Oracle Unified Messaging:
Perform a full backup of your existing Oracle8 Universal Data Server before you perform any new installation or upgrade. A full backup ensures that you can recover from errors encountered during new installation or upgrade processes.
This backup should be taken with the database shut down cleanly. If you use SHUT DOWN IMMEDIATE or SHUT DOWN ABORT to force users off the system, be sure to restart the database in restricted mode, and then shut it down with normal priority. See the Oracle8i Administrator's Guide or Oracle8i Backup and Recovery for more information.
Oracle Unified Messaging requires reconfiguration of specific database parameters. Before starting this configuration, shut down the network listener and the database where Oracle Unified Messaging will be installed.
To shut down the network listener:
$ lsnrctl stop
To shut down the database:
$ svrmgrl SVRMGR> connect internal Connected. SVRMGR> shutdown SVRMGR> exit
Edit the init
<sid>
.ora
file located in the $ORACLE_HOME/dbs
directory to reflect the following minimum values for the listed parameters:
Parameter | Minimum Settings |
|
10 |
|
60 |
$ svrmgrl SVRMGR> connect internal Connected to an idle instance. SVRMGR> startup SVRMGR> exit
$ lsnrctl start
To install an Unified Messaging database node, a connect string must exist that provides a connection to the Unified Messaging database using the sid.
TNSNAMES.ORA
file for the Unified Messaging sid. If it does not exist, add the following:
<connect string> = (DESCRIPTION= (ADDRESS_LIST = (ADDRESS = (PROTOCOL = tcp)
(HOST = <um host name>) (PORT = <listener port>) ) ) ) Example:
ORCL.world = (DESCRIPTION= (ADDRESS_LIST = (ADDRESS = (community = tcp.world) (PROTOCOL =tcp)
(HOST = um.acme.com) (PORT = 1521) ) ) (CONNECT_DATA = (SERVICE_NAME = ORCL) ) )
If you are installing a separate Oracle Unified Messaging system from your Oracle eMail Server database instance, then you must configure Net8 to enable the Oracle Unified Messaging system to contact the Oracle eMail Server database.
<connect string> = (DESCRIPTION= (ADDRESS=( PROTOCOL= TCP)(HOST= <ES host server name>)(PORT= 1521)) (CONNECT_DATA= (SERVICE_NAME= <ES sid>)))
esnode1= (DESCRIPTION = (ADDRESS = (PROTOCOL= TCP) (HOST= eshardware.acme.com)(PORT=1521)) (CONNECT_DATA = (SERVICE_NAME= orcl)))
$ tnsping host
tnsnames.ora
file has an Oracle Unified Messaging entry name that connects to the Oracle eMail Server database instance.
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|