Home » RDBMS Server » Enterprise Manager » Agent Grid Control on Rac Problem
Agent Grid Control on Rac Problem [message #193794] Tue, 19 September 2006 07:39 Go to next message
rlljorge
Messages: 1
Registered: September 2006
Junior Member
Hi guys,

I have an installation of RAC 10.2.0.2 x86-64 in a RH-EL 4.4. This installation is in production. When I install the Oracle Agent Grid Control 10.2.0.2 in all nodes, the job is finalized successfully and agent is started successfully.
After a few moments, the message above is displayed in emagent.trc and agent is crashed.

[oracle@node01 log]$ tail -f emagent.trc
LEM-00033: file not found; arguments: [lempgfm] [Couldn't open message file]
LEM-00031: file not found; arguments: [lempgmh] [lmserr]
2006-09-19 09:07:15 Thread-4088384432 ERROR engine: [oracle_database,siagestor_siagesto1,health_check] : nmeegd_GetMetricData failed : Instance Health Check initialization failed due to one of the following causes: the owner of the EM agent process is not same as the owner of the Oracle instance processes; the owner of the EM agent process is not part of the dba group; or the database version is not 10g (10.1.0.2) and above.
2006-09-19 09:07:15 Thread-4088384432 WARN collector: <nmecmc.c> Error exit. Error message: Instance Health Check initialization failed due to one of the following causes: the owner of the EM agent process is not same as the owner of the Oracle instance processes; the owner of the EM agent process is not part of the dba group; or the database version is not 10g (10.1.0.2) and above.
2006-09-19 09:07:30 Thread-4097833904 ERROR fetchlets.healthCheck: GIM-00104: file not found
LEM-00031: file not found; arguments: [lempgmh] [lmserr]
LEM-00033: file not found; arguments: [lempgfm] [Couldn't open message file]
LEM-00031: file not found; arguments: [lempgmh] [lmserr]
2006-09-19 09:07:30 Thread-4097833904 ERROR engine: [oracle_database,siagestor_siagesto1,health_check] : nmeegd_GetMetricData failed : Instance Health Check initialization failed due to one of the following causes: the owner of the EM agent process is not same as the owner of the Oracle instance processes; the owner of the EM agent process is not part of the dba group; or the database version is not 10g (10.1.0.2) and above.
2006-09-19 09:07:30 Thread-4097833904 WARN collector: <nmecmc.c> Error exit. Error message: Instance Health Check initialization failed due to one of the following causes: the owner of the EM agent process is not same as the owner of the Oracle instance processes; the owner of the EM agent process is not part of the dba group; or the database version is not 10g (10.1.0.2) and above.

Anybody help me about this problem?

Rodrigo L. L. Jorge
Re: Agent Grid Control on Rac Problem [message #280897 is a reply to message #193794] Thu, 15 November 2007 02:41 Go to previous messageGo to next message
thomas.vogt@sec101.ch
Messages: 5
Registered: November 2007
Location: Switzerland
Junior Member
Hi all

I have exactly the same probelm on a 4-Node RAC Cluster. After restarting the nodes, everything is shown green in Grid Control and a few hours later, there is the message "Agent unreachable" for all RAC nodes.

I'm running Enterprise Linux 4 U5, Oracle 10.2.0.1 and agent 10.2.0.3.


Thanks for any help !


cheers
- thomas
Re: Agent Grid Control on Rac Problem [message #281080 is a reply to message #280897] Thu, 15 November 2007 12:03 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Quote:

Instance Health Check initialization failed due to one of the following causes: the owner of the EM agent process is not same as the owner of the Oracle instance processes; the owner of the EM agent process is not part of the dba group; or the database version is not 10g (10.1.0.2) and above.


Did you create another ORACLE user and GROUP for agent installation?Try it with the existing user.
Re: Agent Grid Control on Rac Problem [message #281192 is a reply to message #193794] Fri, 16 November 2007 01:23 Go to previous messageGo to next message
thomas.vogt@sec101.ch
Messages: 5
Registered: November 2007
Location: Switzerland
Junior Member
OK, I've got the solution:

Important is the message about too many open files. This is caused by operating system running out of open file handles limit (default for linux is 1024).

You need to increase the file descriptor soft limit per shell to 4096 from default 1024.

# vim /etc/security/limits.conf

#oracle soft nofile 1024
oracle soft nofile 4096
oracle hard nofile 65536


After that, the agent works fine, without problems.


cheers
- thomas
Re: Agent Grid Control on Rac Problem [message #281382 is a reply to message #281192] Fri, 16 November 2007 10:50 Go to previous message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Thanks for feedback.
Previous Topic: Replication in 10G in WIndows
Next Topic: OEM Console Not Creating
Goto Forum:
  


Current Time: Thu Mar 28 12:56:08 CDT 2024