Title: Unable to connect to OMS on Redhat 8.0 server.
Very simple. $ORACLE_HOME/bin/dbsnmp is s..wed up. It's owned by oracle while it should be owned
by root. Do this:
 chown root:dba $ORACLE_HOME/bin/dbsnmp
 chmod 6750 $ORACLE_HOME/bin/dbsnmp
 
It wil work afterwards. Here is the source:
 
The ST Alert team published <Note:232938.1> ALERT: 9.2.0.3 Patchset Install on Unix Does Not Set Permission of dbsnmp Correctly BUG:2858326 today.
If you have comments or questions regarding this alert please post a WebIV Remark, or, contact the author directly.
 

Article-ID:         <Note:232938.1>Circulation: PUBLISHED (EXTERNAL)
Folder:             server.DBA.Admin
Topic:              Alerts
Title:              ALERT: 9.2.0.3 Patchset Install on Unix Does Not Set Permission of dbsnmp Correctly BUG:2858326
Document-Type:      ALERT
Server-Version:     09.02.00.03
Updated-Date:       25-MAR-2003
Keywords:           ALERTINFO;
Products:           5/RDBMS;  662/PATCH;
Platforms:          UNIX;
 
 

Patchset Install 9.2.0.3 on Unix does not set permissions of dbsnmp correctly
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Versions Affected
~~~~~~~~~~~~~~~~~
  This problem affects any Oracle database that the 9.2.0.3 patchset has been
  applied to.


Platforms Affected
~~~~~~~~~~~~~~~~~~
  Unix

Description
~~~~~~~~~~~

  The Oracle Intelligent Agent support of the Enterprise Manager job system's
  capability of running jobs as different OS users requires its binary to be
  created with specific OS permissions.

  During the install process, these permissions are usually set up while
  running the root.sh script as the root user. The released 9.2.0.3 patchset install
  is missing the instructions to set this up correctly.  Instead the 9.2.0.3 patchset
  sets $ORACLE_HOME/bin/dbsnmp with permissions 755, owned by <oracle owner>/<dba group>. 
  It should be owned by root and have 6750 permissions.



Likelihood of Occurrence
~~~~~~~~~~~~~~~~~~~~~~~~
  Every installation of 9.2.0.3 on a Unix platform.


Possible Symptoms
~~~~~~~~~~~~~~~~~
  Symptoms may vary depending upon theapplication which uses the agent.


Workaround
~~~~~~~~~~
  To allow the agent to run jobs, you will need to run the following commands
  manually as root :
     chown root <ORACLE_HOME>/bin/dbsnmp
     chmod 6750 <ORACLE_HOME>/bin/dbsnmp


Patches
~~~~~~~
  Not applicable.


References
~~~~~~~~~~
  ROOT.SH BUILD BY THE PATCHSET DOES NOT CHANGE DBSNMP OWNERSHIP/PRIVILEGES <
Bug:2858326>
  
______________________________________________________________________________
                                                      Oracle Support Services
-----Original Message-----
From: Bill Jonte [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 6:54 PM
To: Multiple recipients of list ORACLE-L
Subject: Unable to connect to OMS on Redhat 8.0 server.

I have installed oracle 9.2.0.3 on Redhat 8.0.
Then I used the emca to create the oem database and repository.

I started oms (oemctl start oms user/pass)

I can connect to the console from the Linux box but when I try to launch the console from my 2000 laptop. (version 9.2.0)

I get the following. java.lang.NullPointerException

Any help would be great.

Thanks,

Bill Jonte
IT - Technical Services
[EMAIL PROTECTED]





Reply via email to