当前位置:  数据库>oracle

Oracle EM Grid Control 11g问题之EMD upload失败

    来源: 互联网  发布时间:2017-04-27

    本文导语: 在OEM grid control 11g 安装完成后,在一个监控服务器上重装agent 一下,agent 就不能工作了,使用emctl upload检查时报错为”EMD upload error: uploadXMLFiles skipped” 。如下所示: [Oracle@codb2 ~]$ emctl upload Oracle Enterprise Manager 11g Release 1 Grid Con...

在OEM grid control 11g 安装完成后,在一个监控服务器上重装agent 一下,agent 就不能工作了,使用emctl upload检查时报错为”EMD upload error: uploadXMLFiles skipped” 。如下所示:

[Oracle@codb2 ~]$ emctl upload

Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0

Copyright (c) 1996, 2010 Oracle Corporation.   All rights reserved.

---------------------------------------------------------------

EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet. If this issue persists check trace files for ping to OMS related errors.

这是 一文中介绍的安装EM GRID CONTROL 11G结束后,配置agent时出现的问题。如果你需要知道如何去安装配置grid control 11g,请参考此文。

这个问题如何解决呢?

首先,我在监控服务器上,也就是codb2 服务器上使用emctl verifykey 校验一下。发现是OMS 将这个agent 给block 了。

[oracle@codb2 ~]$ emctl verifykey

Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0

Copyright (c) 1996, 2010 Oracle Corporation.   All rights reserved.

 

-----------------------------------------------------

verifykey: Successfully Completed communication with agent

EMD pingOMS error: Invalid ping response "ERROR-Agent is blocked. Blocked reason is: Agent is out-of-sync with repository. This most likely means that the agent was reinstalled or recovered. Please contact an EM administrator to unblock the agent by performing an agent resync from the console. Please contact EM adminstrator to unblock the agent"

那么,我就去OEM grid control 11g 的控制台上去解决这个block 。

在控制台主目录中,选择未知的对象,代理重新同步,不成功。报错如下:

“代理操作已完成,  但出现错误。对于那些无法保存的目标,  请转至目标的监视配置页以保存它们。已成功保存所有其他目标。仍未取消阻止代理。

与代理通信时出错。异常错误消息  - oracle.sysman.emSDK.emd.comm.CommException: IOException in reading Response :: Connection reset “

在界面操作上没办法去取消这个代理了。于是乎,我们登录grid control 的资料库中,去直接修改配置信息。

使用函数mgmt_admin.cleanup_agent('host:port');  去清理这个agent 。

参数host 和port 的值从监控端服务器中使用emctl status agent 输出信息中取得。

详细信息如下:

[oracle@codb1 ~]$ emctl status agent

Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0

Copyright (c) 1996, 2010 Oracle Corporation.   All rights reserved.

---------------------------------------------------------------

Agent Version      : 11.1.0.1.0

OMS Version        : 11.1.0.1.0

Protocol Version   : 11.1.0.0.0

Agent Home         : /u01/app/oracle/product/10.2.0/oms/agent11g/codb1.htsc.com.cn

Agent binaries     : /u01/app/oracle/product/10.2.0/oms/agent11g

Agent Process ID   : 21727

Parent Process ID : 21673

Agent URL          : https://codb1.htsc.com.cn:3872/emd/main

Repository URL     : https://htwebapp1:4900/em/upload

Started at         : 2012-05-31 15:54:52

Started by user    : oracle

Last Reload        : 2012-05-31 16:05:04

Last successful upload                        : 2012-05-31 16:10:07

Total Megabytes of XML files uploaded so far :      0.39

Number of XML files pending upload            :         0

Size of XML files pending upload(MB)          :      0.00

Available disk space on upload filesystem     :     44.51%

Last successful heartbeat to OMS              : 2012-05-31 16:22:05

---------------------------------------------------------------

Agent is Running and Ready

请注意这一行

Agent URL          :https://codb1.htsc.com.cn:3872/emd/main

codb1.htsc.com.cn:3872 就是这些参数的值。在sqlplus 中以sysman 用户登录资料库,执行

execute mgmt_admin.cleanup_agent('codb1.htsc.com.cn:3872');

执行过程如下:

/u01/oracle/home@webdg2=>emrep$sqlplus sysman/htzq2012

 

SQL*Plus: Release 10.2.0.4.0 - Production on Thu May 31 17:15:54 2012

 

Copyright (c) 1982, 2007, Oracle.   All Rights Reserved.

 

 

Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production

With the Partitioning, Real Application Clusters, OLAP, Data Mining

and Real Application Testing options

 

SQL> execute mgmt_admin.cleanup_agent('codb1.htsc.com.cn:3872');

 

PL/SQL procedure successfully completed.

 

 

接着,我们到监控端服务器上去清理一些文件

进入grid control 的安装目录,执行下列命令。

rm -r ./sysman/emd/state/*

rm -r ./sysman/emd/collection/*

rm -r ./sysman/emd/upload/*

rm ./sysman/emd/lastupld.xml

rm ./sysman/emd/agntstmp.txt

rm ./sysman/emd/blackouts.xml

rm ./sysman/emd/protocol.ini

 

最后重新配置一下agent

emctl clearstate agent

emctl secure agent

emctl start agent

 

这一切都执行完成后,检查emctl upload 是不是正常了。

[oracle@codb1 ~]$ emctl upload

Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0

Copyright (c) 1996, 2010 Oracle Corporation.   All rights reserved.

---------------------------------------------------------------

EMD upload completed successfully

执行结果显示已OK 。


    
 
 

您可能感兴趣的文章:

  • 在ubuntu10.04上安装oracle11g失败
  • jsp文件连接oracle失败
  • Oracle 11G SELinux原因启动失败的解决办法
  • linux 4虚拟机下安装oracle 10g失败。
  • 请教:为什么删除不掉?我用超级用户删除某一文件夹rm -R oracle失败。
  • 解决oracle用户连接失败的解决方法
  • SOS!!!环境:Tomcat4+Oracle8i;链接数据库失败,请各位大虾帮忙指正
  • Oracle用户密码含特殊字符时登陆失败问题
  • oracle客户端PLSQL连接失败解决方法
  • 安装Oracle失败后是否一定要重装系统
  • rh9下安装oracle9.2失败,(确切说是在install完毕后的配置里面),救命!
  • Oracle Dataguard备库失败与主库响应测试
  • Oracle 2010年7月更新修复Enterprise Manager Grid Control安全漏洞
  • Oracle DB control配置启动
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Oracle 12c发布简单介绍及官方下载地址
  • 在linux下安装oracle,如何设置让oracle自动启动!也就是让oracle那个服务自动启动,不是手动的
  • oracle 11g最新版官方下载地址
  • 请问su oracle 和su - oracle有什么不同?
  • IP地址数字互转 iis7站长之家
  • 虚拟机装Oracle R12与Oracle10g
  • Oracle数据库(Oracle Database)体系结构及基本组成介绍
  • Oracle 数据库开发工具 Oracle SQL Developer
  • 如何设置让Oracle SQL Developer显示的时间包含时分秒
  • Oracle EBS R12 支持 Oracle Database 11g
  • Oracle 10g和Oracle 11g网格技术介绍
  • SCO unix下安装oracle,但没有光盘,请大家推荐一个oracle下载站点(unix版本的)。谢谢!!!!
  • oracle中如何把表中具有相同值列的多行数据合并成一行
  • 请问大家用oracle数据库, 用import oracle.*;下的东西么? 还是用标准库?
  • Oracle 数据库(oracle Database)性能调优技术详解
  • Linux /$ORACLE_HOME $ORACLE_HOME
  • ORACLE日期相关操作
  • Linux系统下Oracle的启动与Oracle监听的启动
  • ORACLE数据库常用字段数据类型介绍
  • 请问在solaris下安装ORACLE,用root用户和用oracle用户安装有什么区别么?
  • Oracle 12c的九大最新技术特性介绍
  • 网间Oracle的连接,远程连接Oracle服务器??


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,