12c emcc Algorithm negotiation fail

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了12c emcc Algorithm negotiation fail相关的知识,希望对你有一定的参考价值。

12c emcc 安装部署遇到的问题
AIX 7.1 +12c cloud control

APPLIES TO:

Enterprise Manager Base Platform - Version 12.1.0.2.0 and later
Information in this document applies to any platform.
SYMPTOMS

Agent deployment from Enterprise Manger (EM) 12.1.0.2 Cloud Control fails with this logged error(<OMS instance base>/em/EMGC_OMS1/sysman/agentpush//2018-02-09_10-39-25-AM/applogs/test.host.com_deploy.log):

Copying file /products/oracle/product/Middleware/oms/sysman/agent/12.1.0.2.0_AgentCore_212.zip on the OMS to /products/oracle/agent12c/ADATMP_2018-02-09_10-39-25-AM on host test.host.com Failed

Cause
Error Message:PROV-16011: Algorithm negotiation fail
Exit Code :0
CAUSE

The target host ssh configuration is not configured with the required encryption algorithm for exchange.

SOLUTION

Before deploying the EM Agent to the target host, add following lines in the /etc/ssh/sshd_config file on the target host (as root):

Ciphers aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,arcfour
KexAlgorithms diffie-hellman-group1-sha1

重启sshd服务
需要到机房控制台执行命令:
lssrc -s sshd
stopsrc -s sshd
startsrc -s sshd
如果是linux系统可以使用
service sshd restart

以上是关于12c emcc Algorithm negotiation fail的主要内容,如果未能解决你的问题,请参考以下文章

ORACLE EMCC 12.1.0.5安装配置

ORACLE EMCC 12.1.0.5安装配置

com.jcraft.jsch.JSchException: Algorithm negotiation fail解决

com.jcraft.jsch.JSchException: Algorithm negotiation fail

JSchException: Algorithm negotiation fail问题解决之路

JSch连接SSH问题Exception:Algorithm negotiation fail