Oracle Unified Messaging Installation Guide Release 2.1.2 for Sun SPARC Solaris 2.6 A86091-02 |
|
This chapter describes post installation procedures for Unified Messaging. Topics include:
Perform the tasks described in this section after a Unified Messaging installation or upgrade.
Use this procedure to create the schema the helpdesk will use in the LDAP server. This procedure must be performed after completing the postinstallation chapter of the Oracle eMail Server 5.1 Installation Guide.
.ldif files are located in the following directory where Oracle Unified Messaging is installed:
$ORACLE_HOME/um/admin/ldap
All .ldif files must be copied from the machine where Unified Messaging is installed to the machine where Oracle Internet Directory is installed.
oid_setup.ldif oid_acl.ldif oid_domain.ldif
oid_domain
.
ldif:
ldapmodify -D <user dn for directory admin> -w
<password> -a -f oid_domain.ldif
$cd $ORACLE_HOME/ldap/bin
catalog.sh -connect <connectString> -add -attr aliasedobjectname catalog.sh -connect <connectString> -add -attr associateddomain catalog.sh -connect <connectString> -add -attr dnqualifier catalog.sh -connect <connectString> -add -attr homephone catalog.sh -connect <connectString> -add -attr mobile catalog.sh -connect <connectString> -add -attr pager catalog.sh -connect <connectString> -add -attr owner
oid_setup.ldif
after changing the domains in this file. Currently, it creates HelpDesk administrators for the domain dc=PAB,dc=UM_DOMAIN,dc=com
.
ldapmodify -D <user dn for directory admin> -w
<password> -a -f oid_setup.ldif
oid_acl.ldif
after changing the domains in this file. Currently, it sets up ACLs for the domain dc=PAB,dc=UM_DOMAIN,dc=com
ldapmodify -D <user dn for directory admin> -w
<password> -f oid_acl.ldif
oidctl connect=<connect string> server=oidldapd instance=1 stop
oidctl connect=<connect string> server=oidldapd instance=1 configset=0 flags='-p 389' start
$ . $ORACLE_HOME/um/admin/.umenv
$ $ORACLE_HOME/JRE/bin/jre -cp $UM_CLASSPATH $UM_PROPERTIES
oracle.um.util.EncPwd HELPDESK
oomgr
RMI Process
The oomgr RMI process allows for Unified Messaging sessions to remotely share an oomgr
process to do administration on Oracle eMail Server accounts. The oomgr RMI process can be run on either the Unified Messaging or the Oracle eMail Server machine.
oomgr
executable and its message files need to be installed on the Unified Messaging machine.
$ $ORACLE_HOME/um/bin/start_mls.sh
$ $ORACLE_HOME/um/bin/start_IOoomgrRMI.sh
The default listener port without SSL is 7777 and with SSL is 80.
To configure the Apache port:
$vi $ORACLE_HOME/Apache/Apache/conf/httpds.conf
and edit the parameter called Port.
To configure JServ for Oracle Unified Messaging, you must edit $ORACLE_HOME/Apache/JServ/etc/jserv.properties
to add JVM properties and CLASSPATHS.
To add Oracle Unified Messaging properties, Oracle recommends adding the following lines in the same location where other properties are defined.
wrapper.bin.parameters=-DUM_HOME=<ORACLE_HOME>/um wrapper.bin.parameters=-DPROPERTIES=<ORACLE_ HOME>/um/config/<MACHINE_HOST_NAME>.properties
To add Oracle Unified Messaging CLASSPATHs, Oracle recommends adding the following lines in the same location where other CLASSPATHs are defined.
wrapper.classpath=<ORACLE_HOME>/jdbc/lib/classes111.zip
wrapper.classpath=<ORACLE_HOME>/um/lib/um.jar
wrapper.classpath=<ORACLE_HOME>/um/lib/jgl.zip
wrapper.classpath=<ORACLE_HOME>/um/lib/j2ee.jar
wrapper.classpath=<ORACLE_HOME>/um/lib/ldap.jar
Go to $ORACLE_HOME/Apache/Apache/bin
To start: '
apachectl start
To stop:
apachectl stop
$ cd $ORACLE_HOME/um/admin
$ oomgr admin/<password>
iofcmgr> execute helpdesk.oom
http://<hostname>:<port>/um/activatehelpdesk.jsp
If Real Audio is installed, you must update the following to enable Real Audio streaming.
Update rma.home (home of RealAudio) and rma.server (server name and port number of RealAudio) in <site name>.properties.
You must update your tiff to gif executable to enable your fax server to convert tiff image files to gif image files.
Edit convert.tiff.gif.sh to call the tiff to gif converter executable.
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|