oracle10g - Enterprise Manager Errors on Oracle 10g2 on Linux -


i have installed instance of oracle enterprise manager database control 10g release 10.2.0.1.0 in centos 6.5 attempts launch enterprise manager agent command:

emctl start dbconsole

after few minutes, said failure. logs throw me:

emagent.log

07/01/2016 11:16:22 thread-3086911712 agent 10.1.0.4.1 starting /u01/app/oracle/product/10.2.0 (00701) 07/01/2016 11:16:22 thread-3086911712 emagent started (00702)

emagent.trc

07/01/2016 11:16:22 thread-3086911712 warn http: snmehl_connect: failed connect (myserver: 3600): connection refused (error = 111) thread-3086911712 07.01.2016 11:16:22 pingmanager error: nmepm_pingreposurl: can not connect http: // myserver: 3600 / em / upload /: retstatus = -32 07/01/2016 11:16:22 warn command thread-3086911712: subsystem job timeout set @ 600 seconds 07/01/2016 11:16:22 thread-3086911712 warn upload: upload manager has not failure script: disabled 07/01/2016 11:16:22 thread-3086911712 warn upload: recovering left on xml files in upload directory 07/01/2016 11:16:22 thread-3086911712 warn upload: recovered 109 left on xml files in upload directory 07/01/2016 11:16:22 thread-warn 125 881 248 http: snmehl_connect: failed connect (myserver: 3600): connection refused (error = 111) 07.01.2016 11:16:22 125 881 248 thread-error command: nmejcn: http connection failed http: // myserver: 3600 / em / upload /: retstatus = -32 07/01/2016 11:16:22 thread-3086911712 warn metadata: metric disk_path not have data columns 07/01/2016 11:16:22 thread-3086911712 warn metadata: metric osm_diskgrouppolicies not have data columns 07.01.2016 11:16:22 132 508 576 thread-upload error: error in uploadxmlfiles. trying again in 60.00 seconds. 07/01/2016 11:16:22 thread-27175840 warn http: snmehl_connect: failed connect (myserver: 3600): connection refused (error = 111) 07/01/2016 11:16:22 thread-pingmanager 27,175,840 error: nmepm_pingreposurl: can not connect http: // myserver: 3600 / em / upload /: retstatus = -32

emdctl.trc

07/01/2016 11:21:53 thread-3086911712 warn http: snmehl_connect: failed connect (myserver: 3873): connection refused (error = 111)

i solve, did following:

  1. set oracle_sid , oracle_home
  2. emca -repos recreate
  3. emca -config dbcontrol db
  4. emctl start dbconsole

Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -