Oracle9iAS Unified Messaging Administrator's Guide Release 9.0.2 Part Number A95454-01 |
|
This chapter discusses the administration tools and explains how to configure, start up, shut down, and reinitialize the Oracle9iAS Unified Messaging system.
This chapter contains the following topics:
This section describes pre-configuration procedures that must be done prior to confuguring Oracle9iAS Unified Messaging.
This section contains the following topics:
Prior to configuring Oracle9iAS Unified Messaging, customers must apply the Oracle9iAS Interoperability Patch, Release 2, for 9.0.2 CD that is specific to the platform you are using.
Note: It is important to read the Oracle9iAS Interoperability Patch README prior to applying the patch. |
If you are using the database that comes with the Oracle9iAS infrastructure, perform the following steps:
If you are using a custom database and not the database that comes with the Oracle9iAS infrastructure, perform the following steps:
Note: If you are using an Oracle 9.2 database, you need not apply the NetCA and DBCA bug fix patches. |
If you installed an Oracle 9.0.1.3 database or higher, you must apply the NetCA and DBCA bug fix patches to create a database service name and register the database with Oracle Internet Directory.
Perform the following steps to apply the NetCA and DBCA bug fix patches:
Verify that the infrastructure and application servers are running:
% opmnctl startall
An Oracle9i database is required to install the mail store. Before a database can be configured as a mail store, it must be registered with the Oracle Internet Directory infrastructure. If the database is not already registered with the Oracle Internet Directory, it can be registered using the Oracle database configuration assistant . Once the database is registered with Oracle Internet Directory, at a later point any changes to the connect identifier can be made using Oracle Net Manager.
umbackend.tar
File
Note:
If the mail store database is on a different platform than the application server, the |
Perform the following steps to install the umbackend.tar
file:
umbackend.tar
file from $ORACLE_HOME/oes/bin
directory on the application server to the $ORACLE_HOME
on the mail store database. If the mail store is located on another system, the umbackend.tar
file must be transferred from the application server to the mail store database as the database owner.
umbackend.tar
file:
tar xvf umbackend.tar
cd backend/disk1 ./runInstaller
install_infra.sql
File
Administrators must run <mailstore_database_oracle_home/
on the mailstore database machine after installing the
oes/install/sql/install_infra.sqlumbackend.tar
file, if the Oracle9iAS Unified Messaging server middle tier and backend database are on different platforms. For example, the middle tier is on Solaris and the mail store database is on NT.
The Oracle9iAS Unified Messaging configuration wizard creates tablespaces and schema for Calendar and mail store. If you want to customize tablespace storage parameters or data files, you can create them before running configuration wizard.
For the name of mail store tablespaces and their default storage parameters go to $ORACLE_HOME/oes/install/sql/tblspc.sql
directory.
Note: If you pre-create tablespaces, the Oracle9iAS Unified Messaging configuration wizard log shows some errors indicating tablespace creation failed. These errors can be ignored. |
See Also:
Oracle9iAS Unified Messaging Telephony Services Installation Notes for Windows 2000 for more information on configuring telephony and wireless |
This section describes how to configure the Oracle9iAS Unified Messaging mail store, middle tier, and Calendar servers.
This section contains the following topics:
Configuring the mail store database does the following:
To configure the Oracle9iAS Unified Messaging mail store, perform the following steps on the middle tier server:
init.ora
parameters on the mail store database to the following values:
processes=150 or higher open_cursors=300 or higher dml_locks=200 or higher shared_pool_size=32000000 or higher java_pool_size=40000000 or higher
umconfig.sh
script located on the application server:
$ORACLE_HOME/oes/bin/umconfig.sh
%ORACLE_HOME%\oes\bin\umconfig.bat
The Unified Messaging Configuration screen appears.
Note :
To use OracleText with the Oracle9i database, the |
ES_Mai
l password screen is displayed.
ES_MAIL
password and confirm it. If an ES_MAIL
password is not entered, the default is es
.
UMADMIN
password screen is displayed.
UMADMIN
password and confirm it. If a password is not entered, the default value welcome
is stored in Oracle Internet Directory and the database as the UMADMIN
password.
Once the mail store configuration is complete, the End of Installation screen is displayed.
Log files for umconfig.sh
are located in the following directory:
$ORACLE_HOME/oes/log/
Note:
The manual steps described below are an alternative to running the |
Enter the following command to manually run the Oracle9iAS Unified Messaging mail store configuration scripts with parameters:
$ORACLE_HOME/oes/bin/install_mailstore.sh <connect_str> <sys_passwd>
<system_passwd> <ctxsys_passwd> <SID> <host_name> <port_number>
<INSTALLATION_NAME> <ORACLE_HOME> <es_mail_passwd> <umadmin_passwd> <oid_flag>
%ORACLE_HOME%\oes\bin\install_mailstore.bat <connect_str> <sys_passwd>
<system_passwd> <ctxsys_passwd> <SID> <host_name> <port_number>
<INSTALLATION_NAME> <ORACLE_HOME> <es_mail_passwd> <umadmin_passwd> <oid_flag>
To configure the Oracle9iAS Unified Messaging middle tier servers, perform the following steps:
umconfig.sh
script located on the application server:
$ORACLE_HOME/oes/bin/umconfig.sh
%ORACLE_HOME%\oes\bin\umconfig.bat
The Unified Messaging Configuration screen is displayed.
Once the middle tier configuration is complete, the End of Installation screen is displayed.
Log files for umconfig.sh
are located in the following directory:
UNIX:
$ORACLE_HOME/oes/log/
Windows:
% ORACLE_HOME\oes\log\
Note:
The manual steps described below are an alternative to running the |
Use the following command to run the Oracle9iAS Unified Messaging Middle Tier configuration scripts with parameters:
$ORACLE_HOME/oes/bin/install_middletier.sh <connect_str> <system_passwd> <INSTALLATION_NAME> <ORACLE_HOME> <umadmin_passwd> <oid_flag>
%ORACLE_HOME%\oes\bin\install_middletier.bat <connect_str> <system_passwd> <INSTALLATION_NAME> <ORACLE_HOME> <umadmin_passwd> <oid_flag>
Configuring the Calendar does the following:
To configure the Oracle9iAS Unified Messaging Calendar store, perform the following steps:
umconfig.sh
script located on the application server:
$ORACLE_HOME/oes/bin/umconfig.sh
%ORACLE_HOME%\oes\bin\umconfig.bat
The Unified Messaging Configuration screen is displayed.
ES_CAL
Password screen is displayed.
ES_CAL
password and confirm it. If an ES_CAL
password is not entered, the default is cal
.
Once the Calendar configuration is complete, the End of Installation screen is displayed.
The Log files for umconfig.sh
are located in the following directory:
$ORACLE_HOME/oes/log/
Note:
The manual steps described below are an alternative to running the |
Use the following command to run the Oracle9iAS Unified Messaging Calendar configuration scripts with parameters:
$ORACLE_HOME/oes/calserver/cal_flow_install.sh <Net9_Connect_String> <Sys_Passwd> <Flow_User> <Flow_User_Passwd> <App_User> <App_User_Passwd> <Es_Mail_Passwd> <Img_Prefix> <Def_Tblspace> <Index_Tblspace> <umadmin_passwd> <oid_flag>
%ORACLE_HOME%\oes\calserver\cal_flow_install.bat <Net9_Connect_String> <Sys_Passwd> <Flow_User> <Flow_User_Passwd> <App_User> <App_User_Passwd> <Es_Mail_Passwd> <Img_Prefix> <Def_Tblspace> <Index_Tblspace> <umadmin_passwd> <oid_flag>
Note:
If |
This section describes the different administration tools used to administer the Oracle9iAS Unified Messaging system.
This section contains the following topics:
See Also:
Oracle9i Application Server Administrator's Guide for more information about Oracle Enterprise Manager |
Oracle Enterprise Manager is a Web-based tool that enables administrators to perform some of the management tasks for the Oracle9i database and Oracle9i Application Server. The Oracle Enterprise Manager can be used to administer Oracle9iAS Unified Messaging service processes. Through Oracle Enterprise Manager, administrators can perform the following tasks on Oracle9iAS Unified Messaging system:
To perform administration tasks for Oracle9iAS Unified Messaging through Oracle Enterprise Manager, administrators must navigate to the following URL:
http://<machine name>:1810
See Also:
Chapter 3, "Administration and Provisioning" for more information on domain and user provisioning, and Calendar and resource administration |
Using the Oracle9iAS Unified Messaging Thin Client, administrators can perform domain and user provisioning tasks, and administer the Calendar and resource scheduler. Through the Oracle9iAS Unified Messaging Thin Client, administrators can do the following:
To perform administration tasks for Oracle9iAS Unified Messaging through the Thin Client, administrators must navigate to the following URL:
http://<machine name>:<port>/um/traffic_cop
This section explains how to start, stop, and reinitialize the Oracle9iAS Unified Messaging system.
This section contains the following topics:
Chapter 4, "Servers and Processes", for more information on how to start up, shut down, and reinitialize individual processes
See Also:
The Oracle Net Listener must be running on the mail store and Calendar store database so that the system can establish database connections from the Oracle9iAS Unified Messaging system and clients.
To verify that the listener is running, enter the following:
% lsnrctl status listener_es
If the computer returns a message that contains the line no
listener
, then the listener must be started.
To start the listener, enter the following:
% lsnrctl start listener_es
Verify that the listener is running, by entering the following:
% lsnrctl status listener_es
If the computer returns a message that contains the line no
listener
, then the listener needs to be started.
To start the listener, perform the following steps:
Chapter 12, "Configuring and Administering the Listener," of the Oracle9i Net Services Administrator's Guide
See Also:
tnslsnr
) and its dependent shared libraries so that these files can be modified only by the superuser. The tnslsnr
is located in the $ORACLE_HOME/bin
directory.
tnslsnr
with optional command line arguments.
tnslsnr [listener_name] [-user user] [-group group]
where:
Starting an Oracle9iAS Unified Messaging service starts all the processes comprising that service type, such as IMAP4 and SMTP.
Using Oracle Enterprise Manager, perform the following procedure to start an Oracle9iAS Unified Messaging system:
Stopping an Oracle9iAS Unified Messaging system sends a request to the operating system to shut down all of the Oracle9iAS Unified Messaging processes. One reason an administrator would want to stop the Oracle9iAS Unified Messaging system is to perform maintenance on the system, such as upgrading the server hardware or software. It is not possible for the processes to be running while certain kinds of upgrades are performed.
Using Oracle Enterprise Manager, perform the following procedure to stop an Oracle9iAS Unified Messaging system:
Reinitializing an Oracle9iAS Unified Messaging process informs the operating system to reload its operational settings from the Oracle Internet Directory server. The process does not stop running, which means that users continue to receive uninterrupted service. Whenever a Oracle9iAS Unified Messaging process parameter is modified, it must be reinitialized to make the changes take effect.
Using Oracle Enterprise Manager, perform the following procedure to reinitialize an Oracle9iAS Unified Messaging process:
After configuring Oracle9iAS Unified Messaging, administrators must create a public user account through delegated administration service (DAS). This public user corresponds with the initial user that will be created through the Thin Client administration tool.
Once the public user has been created, administrators can navigate to http://<machine
name>:<port
number>/um/admin/UMAdminLogin.uix
, to create the initial domain and user.
See Also:
Chapter 3, "Administration and Provisioning" for more information on creating the initial domain and user. |
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|