Task 3: Start the Processes Necessary for Installation
Start the database:
1.
Start the network listener:
2.
Task 4: Configure Net8 (Database Node Installation) TNSLISTENER80
To install an Unified Messaging database node, a connect string must exist that
provides a connection to the Unified Messaging database using the sid.
Verify that the entry exists in the TNSNAMES.ORA file for the Unified Messaging
1.
sid. If it does not exist, add the following:
<connect string> =
ORCL.world =
$ svrmgrl
SVRMGR> connect internal
Connected to an idle instance.
SVRMGR> startup
SVRMGR> exit
$ lsnrctl start
(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = tcp)
(HOST = <um host name>)
(PORT = <listener port>)
)
)
)
Example:
(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS = (community = tcp.world) (PROTOCOL =tcp)
(HOST = um.acme.com)
(PORT = 1521)
)
)
(CONNECT_DATA = (SERVICE_NAME = ORCL)
)
)
Preinstallation Tasks
Preinstallation 1-5
Need help?
Do you have a question about the Unified Messaging and is the answer not in the manual?
Questions and answers