Agent Upload to OMS Fails if OMS Locked in Secure,Agent isn't Secured_422922.1
Agent Upload to OMS Fails if the OMS is Locked in Secure Mode and Agent is not Secured (Doc ID 422922.1)
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |
Applies to:
Enterprise Manager Base Platform - Version 10.1.0.2 to 10.2.0.5 [Release 10.1 to 10.2]
Information in this document applies to any platform.
***Checked for relevance on 05-Oct-2011***
Checked for relevance on 26-Jun-2013
Symptoms
Agent upload to OMS is failing. The 'emctl upload' command returns:
OR
EMD upload error: Failed to upload file A*.xml: HTTP error.
The
2010-04-29 11:44:54,195 Thread-121416624 WARN http: nmehl_connect_internal: connect failed to (omsmachine.domain:4889): Connection refused (error = 111)
2010-04-29 11:44:54,195 Thread-121416624 ERROR upload: FxferSend: Cannot connect to: http://omsmachine.domain:4889/em/upload/. retStatus=-1
The Agent is trying to access ' http://omsmachine.domain:4889/em/upload/' URL and gets a 'Connection refused' error.
The
http://agentmachine.domain:3872/emd/main/)(ERROR = X-ORCL-EMAK MISSING)
In the 10.2.0.5 OMS versions, there is no error in the emoms.trc file. But the
The error code '403' indicates that the access to the '/em/upload' is forbidden.
Trying to access the OMS unsecure upload url: http://omsmachine.domain:4889/em/upload
from a browser also returns:
You don't have permission to access /em/upload on this server.
--------------------------------------------------------------------------------
Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server Server at omsmachine.domain Port 4889
Changes
OMS has been recently locked for secure upload mode.
Cause
The OMS is locked in secure mode, hence is accepting uploads only from Agents which are secured with the OMS and sending the uploads to the https upload URL.
If any Agent tries to upload to the http URL, the connection will be rejected.
Solution
1. Ensure that the REPOSITORY_URL configured in the
Refer Note 737373.1: Communication: Agent to OMS Communication Fails if the Agent's REPOSITORY_URL Parameter has Incorrect Value
2. If the OMS is secured and locked (accepts uploads only in the https mode), then secure the Agent also.
Refer:
Note 428874.1: How to tell if the EM OMS is locked or unlocked?
Note 283091.1: How To Secure / Unsecure The Grid Control Components (Agent / OMS) In 10g
emctl secure agent
This will prompt you for the Agent Registration password, which is needed for secure operation to complete.
If the Agent Registration password is not known, create a new one using the steps in
Note 285490.1: Grid Control Security: How to Create / Edit the Agent Registration Password for Agent to OMS Secure Communication?
References
NOTE:283091.1 - How to Secure the OMS and Agent Components in a 10g Grid Control Setup?
NOTE:285490.1 - Grid Control Security: How to Create / Edit the Agent Registration Password for Agent to OMS Secure Communication?
NOTE:428874.1 - How To Verify if the Enterprise Manager Grid Control (OMS) is Locked or Unlocked?
NOTE:737373.1 - Communication: Agent to OMS Communication Fails if the Agent's REPOSITORY_URL Parameter has Incorrect Value
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1247793/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- OMS
- OMS Log Files 位置
- 千問AI agent qwan_agent使用AI
- 智慧體Agent智慧體
- Java Agent(上)Java
- SSH Agent 的作用
- 資料庫agent資料庫
- java agent簡介Java
- Zabbix Agent安裝
- zabbix安裝agent
- ERP、SCM、SRM、WMS、MES、QMS、OMS全上,真的有必要嗎?
- EV_AGENT[4409]: Agent Main --Estream construct failed. Err: RWSockErr: in RWSocket::getpeername: NOTAIStruct
- Linux 使用ssh-agentLinux
- Zabbix Agent配置問題
- Java Agent 開發初探Java
- opentelemetry-java-agent文件Java
- 本地部署modelscope-agent
- linux重啟zabbix agentLinux
- Java 安全之Java AgentJava
- OMS 3.4.0 釋出,打造更安全易用的資料遷移體驗
- 新功能速遞 | OceanBase OMS V3.1.0 版本和大家見面了!
- OMS遷移服務釋出,產品化加速OceanBase商業落地!
- LAMBDA: A Large Model Based Data Agent
- LangChain的Agent使用介紹LangChain
- qemu-guest-agent詳解
- APM Java agent 引數配置Java
- Error in invoking target 'agent nmhs' of makefileError
- Zabbix Agent 安裝與使用
- Zabbix-agent主動模式模式
- Rewrite %{HTTP_USER_AGENT}用法HTTP
- Papers of Multi Agent Reinforcement Learning(MARL)
- RAG-Multi-Modal-Generative-AI-AgentAI
- Multi-Agent Oriented Programming PDF Download
- 基於user-agent 轉發
- zabbix-agent修改主動模式模式
- open policy agent 語法總結
- Linux下Apache遮蔽user-agentLinuxApache
- newrelic python agent 原始碼分析-1Python原始碼
- 基於JVMTI的Agent實現JVM