|
Oracle Home |
|
Home > Oracle Middleware > Managing Oracle AS 10g |
|
Oracle Middleware |
|---|
Managing Oracle AS 10g |
|
1. What is Oracle Process Management and Notification Server (OPMN) ?
OPMN monitors and manages the various components of the Oracle AS instance. OPMN is installed and configured during the middle-tier and infrastructure installation. OPMN manage all Oracle AS component processes, except 2: the Oracle Metadata Repository and the Application Server Control.
2. How can we show the status of opmn processes ?
$opmnctl status
Processes in Instance: infra_10_1_2.mydomain.org ----------------------+-------------------------+---------+-------------- ias-component | process-type | pid | status ----------------------+ -------------------------+ --------+-------------- LogLoader | logloaderd | N/A | Down DSA | DSA | N/A | Down HTTP_Server | HTTP_Server | 3771 | Alive dcm-daemon | dcm-daemon | 5367 | Alive OC4J | home | 267 | Alive OC4J | oca | 7645 | Alive OC4J | OC4J_SECURITY | 471 | Alive OID | OID | 1634 | Alive
3. How can we start an ias component?
$ opmnctl startproc ias-component=WebCache
4. How can we start a particular process with opmnctl ?
$ opmnctl startproc process-type=WebCacheAdmin
5. How can we start all managed processes with opmnctl ?
$ opmnctl startall
To stop all managed processes the option stopall is used: $ opmnctl startall
6. What is Application Server Control Interface used for?
Using Application Server Control Interface we can do the following:
7. What is the Dynamic Monitoring Service ?
The Dynamic Monitoring Service collects performance information, called DMS metrics, that developers and system administrators can use to analyze system performance. DMS stores application metrics in memory and you can view them in the Application Server Console or using dmstool utility and AggreSpy servlet.
8. What is the Distributed Configuration Management (DCM) ?
DCM provides the following capabilities:
More information about this subject ( Managing Oracle AS 10g ) you can get from www.in-oracle.com
|
|
Home > Oracle Middleware > Managing Oracle AS 10g |
|
Different Romanian Links/ Linkuri romanesti diferite |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.