Skip Headers
Oracle® Database Installation and Administration Guide
10g Release 2 (10.2) for Fujitsu Siemens BS2000/OSD

Part Number E10319-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

15 Oracle Management Agent

This chapter describes the Oracle Management Agent for BS2000/OSD and provides installation and configuration information. The reader is supposed to be familiar with Oracle Enterprise Manager.

The Oracle Management Agent for BS2000/OSD is responsible for monitoring all components on the host computer. Once installed, the Oracle Management Agent knows how to monitor default target types, such as the Oracle Database. For more information, refer to Oracle Enterprise Manager Concepts.

Preinstallation Issues

The following is a list of preinstallation issues:

Running the Installation Script

It is recommended to install the Oracle Management Agent under a separate Oracle Home directory. All Oracle user should belong to the same group, e.g. dba. To start the installation enter:

/CALL-PROCEDURE $ORACLE1020.INSTALL.P.AGENT

You will be prompted for the following:

Parameter Description
EMDROOT This is the Management Agent's home directory.
EM-AGENT-PORT The port on which the Management Agent should listen.
EM-OMS-HOST The host name of the Oracle Management Server
EM-OMS-HTTP-PORT The port of the Oracle Management Server
EM-OMS-HTTPS-PORT The SSL port of the Oracle Management Server

To finalize the EM Agent installation login as root and execute the following script:

$EMDROOT/root.sh

Running the Agent

Use the Oracle Management Agent for BS2000/OSD as described in the Oracle Database 10g Enterprise Manager book set.

Restrictions

The following is a list of issues that might affect Oracle Enterprise Manager Agent

Troubleshooting

Typically, the Oracle Management Agent is monitored by an internal watchdog process and will be restarted in case of an error. This method does not prevent from any crashes where at least one task of the thread application is kept alive and might inhibit a proper restart of the Management Agent. If the Oracle Management Agent cannot be started or restarted, use the following instructions to resolve the issue:

CALL-PROCEDURE $TSOS.SYSPRC.PTHREADS.010(ITH-SHOW)

This procedure produces an output similar to the following:

%  BLS0523 ELEMENT 'ITHSHOW', VERSION 'V01.0C05', 
TYPE 'L' FROM LIBRARY ':OCT3:$TSOS.SYSLNK.PTHREADS.010' IN PROCESS%  BLS0524 LLM 'ITHSHOW', VERSION 'V01.0C05' OF '2006-10-18 16:40:35' LOADED
%  BLS0551 COPYRIGHT (C) Fujitsu Siemens Computers GmbH 2006. ALL RIGHTS RESERVED
LLM     = EMAGENT
MAIN    = IC@#MAIN    
LIBRARY = :ORA1:$ORA10202.ORALOAD.LIB
STARTED AT 2007-07-06-114314 FROM POSIX
TYPE  TSN   PID              JOB-TYPE   PRI      CPU-USED CPU-MAX ACCOUNT#
ORIG  987Y  1151  (X'047F')  3 DIALOG  *0 240     53.9535   32767 FSC
RESO  9877  1163  (X'048B')  3 DIALOG  *0 240     87.4625   32767 FSC
THRE  9878  1164  (X'048C')  3 DIALOG  *0 240    121.7945   32767 FSC

Here you find the TSNs of the tasks involved in the PTHREADS application. You can connect to the PTHREADS application when you choose the TSN of the ORIG task as the input for the parameter TSN of the ITH-START procedure in the following format:

/CALL-PROCEDURE $TSOS.SYSPRC.PTHREADS.010(ITH-START),(TSN=987Y)

When you see the double slash prompt you can type CANCEL-THREADED-PROGRAM to cancel the PTHREADS application. If the ORIG task is already terminated, you can terminate all other PTHREADS tasks by using the BS2000 system command

/CANCEL_JOB JOB-IDENTIFICATION=tsn

If the Management Agent is running on a SX machine in SPARC mode, then you must define the proper load library in the procedure parameters as follows:

/CALL-PROCEDURE $TSOS.SYSPRC.PTHREADS.010(ITH-START),(START-LIBRARY=$TSOS.SPULNK.PTHREADS.010,TSN=987Y)