WAS

was集群节点连接到dmgr报错“The Deployment Manager's IP address resolves as 127.0.0.1, but the Deployment Manager is not on the local machine”

/uploads/files_user1/question/5efd2e1c7aeee562720.png

已邀请:

分析:一般为创建Dmgr概要文件时,/ets/hosts中存在将主机hostname解析到127.0.0.1的情况。

解决:

1、确认本机hostname是否已修改,如已修改,不为localhost则跳过本步

#查看当前主机名
hostname
#如主机名还是localhost之类,可如下修改
hostnamectl set-hostname 新主机名

2、排查/ets/hosts,确认本机的主机名,是否存在类似如下的映射解析

127.0.0.1 主机名

3、删除掉主机名对应127.0.0.1的解析,或替换127.0.0.1为其他节点可访问到的内网ip

4、如已连接部分节点(一般为dmgr所在主机),则登录dmgr的控制台,在节点处移出所有节点

5、停止dmgr和所有创建的节点

6、删除dmgr概要文件,并删除其物理文件。之后重建。再连接一般即可

要回复问题请先登录注册