Oracle Application Server InterConnect Installation Guide 10g (9.0.4) Part Number B10693-01 |
|
This chapter describes how to configure Oracle Management Server, Oracle Intelligent Agent, and the Oracle Enterprise Manager Console 9i (9.2) to manage OracleAS InterConnect.
Topics discussed are:
Oracle Enterprise Manager 9i, which installs with the Oracle9i Database, consists of the Oracle Management Server, Oracle Intelligent Agents, Oracle Enterprise Manager Console, and the Oracle Enterprise Manager Repository.
Oracle Management Server exposes all Oracle Enterprise Manager services, such as the job system and the event system, and the group and user administration services, to external client applications. In addition to the standard services provided with Oracle Enterprise Manager, additional external services that are unique to a specific client application can be added to Oracle Management Server. Once an external service has been integrated with Oracle Management Server, a client application is able to access all services available to Oracle Enterprise Manager. As part of Oracle Management Server, integrated services are started and shut down along with Oracle Management Server. In case the external service fails prematurely, an error message is reported in Oracle Management Server logs. OracleAS InterConnect offers an external service implementation to monitor the repository and adapters through Oracle Enterprise Manager Console.
Follow these steps to configure the management infrastructure:
OMS_ORACLE_HOME
and EM_ORACLE_HOME
:
ORACLE_HOME
/oai/9.0.4/console/console-unix.zip
ORACLE_HOME
\oai\9.0.4\console\console-win.zip
The following examples provided are UNIX-specific. Follow instructions in
Note:
ORACLE_HOME
\oai\9.0.4\console\console-win.zip
for instructions for Windows.
oai.jar
from OAI_ORACLE_HOME
/oai/9.0.4/lib
to OMS_ORACLE_HOME
/oai/9.0.4/lib
and EM_ORACLE_HOME
/oai/9.0.4/lib
, where
OAI_ORACLE_HOME
/oai/9.0.4/hub.ini
file to OMS_ORACLE_HOME
/oai/9.0.4/hub
and EM_ORACLE_HOME
/oai/9.0.4/hub
directories.
The following sections contain postinstallation steps for:
The OMSExternralRegistry.registry
loads the external service information to the Oracle Management Server repository during the startup. External registry is located in the ORACLE_HOME
/sysman/config
directory.
Sample registry for OracleAS InterConnect service is located at:
ORACLE_HOME/oai/console/server/omsexternalregistry.tmp
Perform the following steps to configure Oracle Management Server:
OMS_ORACLE_HOME
/oai/9.0.4/console/server
directory.
OMS_ORACLE_HOME
to the Oracle home where Oracle Management Server, 9.2 is installed.
OMSExternalRegistry.registry.tmp
to OMS_ORACLE_HOME
/sysman/config/OMSExternalRegistry.registry
. If the destination file does not exist, create one and append the contents of OMSExternalRegistry.registry.tmp
to that file.
oai_system.tcl
" at the end of OMS_ORACLE_HOME
/network/agent/config/nmiconf.lst
.
notify
in the OMS_ORACLE_HOME
/network/agent
directory, and append "Created by OAI
" string to a new file named updown.txt
in that directory.
Oracle Enterprise Manager Client Registry is a client side registry which is available to all the Enterprise Manager client applications, including Oracle Enterprise Manager Console, installed on a particular client. Oracle Enterprise Manager Console uses the client side registry to find out about applications which have registered for launch, and objects which are registered for inclusion into the Oracle Enterprise Manager Console navigator. The Enterprise Manager Client Registry is a properties file and is located in the ORACLE_HOME
/sysman/config
directory with a file name, OEMClient.properties
.
Perform the following steps to configure Oracle Enterprise Manager Client:
OEM_ORACLE_HOME
/oai/9.0.4/console/client
directory.
EM_ORACLE_HOME
/bin/oemapp
file using the following steps:
XMLCLASSES
" variable, add the following as a new line:
OAIXMLCLASSES=$ORACLE_HOME/lib/xmlparserv2.jar:$ORACLE_ HOME/lib/xmlcomp.jar:$ORACLE_HOME/oai/9.0.4/lib/oai.jar
CLASSPATHADD
" variable, add the following:
":$OAIXMLCLASSES"
Sample:
CLASSPATHADD=$ORBCLASSES:$BALICLASSES:$HELPCLASSES:$DBUICLASSES:$JDBCCLA SSES:$CLASSROOT:$OEMCLASSES:$KODIAKCLASSES:$SECURITYCLASSES:$OSDNETCLASS ES:$OSDPKICLASSES:$NETMGRCLASSES:$XMLCLASSES:$NETCHARTCLASSES:$AURORACLA SSES:$OLAPCLASSES:$MISCCLASSES:$QSMACLASSES:$OAIXMLCLASSES
oai.registry.tmp
to EM_ORACLE_HOME
/sysman/config/OEMClient.properties
.
oaievents.registry.tmp
to EM_ORACLE_HOME
/sysman/config/OEMClient.properties
.
This section contains information about managing the following enterprise management components:
Use the following commands to start and stop the Oracle Intelligent Agent:
Start: ORACLE_HOME
/bin/agentctl start agent
Stop: ORACLE_HOME
/bin/agentctl stop agent
Use the following commands to start and stop the Oracle Management Server:
Start: ORACLE_HOME
/bin/oemctl start oms
Stop: ORACLE_HOME
/bin/oemctl stop oms <
username/password
>
Use the following commands to start and stop the Oracle Enterprise Manager Console:
Start: ORACLE_HOME
/bin/oemapp console
When you run this command, the console window appears. To quit the console, select Exit from the File menu.
See Also:
Oracle Enterprise Manager Administrator's Guide, Release 9.2.0 for detailed information on managing Enterprise Management components, including corresponding information for Windows. |
|
![]() Copyright © 2003 Oracle Corporation. All Rights Reserved. |
|