首页 > 其他 > 详细

12c emcc Algorithm negotiation fail

时间:2018-03-13 17:59:43      阅读:317      评论:0      收藏:0      [点我收藏+]
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

原文:http://blog.51cto.com/roidba/2086079

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!