how to start agent on the database host which is being Monitored
772262Mar 10 2011 — edited Mar 10 2011Hello All,
I have installed OEM 11.2.1.0. I have stopped getting alerts after the Node1 server is rebooted. I am monitoring RAC database.
When I checked the agent status on host I get the following output
[oracle@rs1pre91dvdba01 bin]$ pwd
/u01/app/oracle/agent11g/bin
[oracle@rs1pre91dvdba01 bin]$ emctl agent status
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
[oracle@rs1pre91dvdba01 bin]$ export ORACLE_UNQNAME=MDM11
[oracle@rs1pre91dvdba01 bin]$ emctl agent status
EM Configuration issue. /u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba01_MDM11 not found.
[oracle@rs1pre91dvdba01 bin]$
And same on Node 2
[oracle@rs1pre91dvdba02 bin]$ pwd
/u01/app/oracle/agent11g/bin
[oracle@rs1pre91dvdba02 bin]$ export ORACLE_UNQNAME=MDM12
[oracle@rs1pre91dvdba02 bin]$ emctl agent status
EM Configuration issue. /u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba02_MDM12 not found.
Please can I know how to start the agent on the nodes and also how auto the process of starting the agent on the Server reboot
Thanks.