如何配置hosts文件,让你的Windows或Linux、银河麒麟的服务环境识别ip和节点名称
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
我们搭建了集群后,在部署服务的环境上,需要配置域名识别
异常:其中server1、server2就是我们的节点1,节点2,当你部署后,没有配置,在访问服务市,就会存在不识别:
ot resolve server2,16000,1594373718298,
details=, see https://s.apache.org/timeout2020-07-16
14:13:50 [http-nio-8080-exec-3] org.apache.hadoop.hbase.client.ConnectionUtils[242] WARN - Can not resolve server2, please check your network
如何配置:
一、Windows10
关于hbase数据源添加采集数据信息:需要在安装节点配置hosts文件
win10目录:C:\windows\System32\drivers\etc
hosts添加:
192.168.30.*** server1
192.168.30.*** server2
192.168.0.1
立即生效:
cmd>ipconfig /flush dns
二、Linux、银河麒麟
修改/etc/host、hostname文件
hosts添加:
192.168.30.*** server1
192.168.30.*** server2
192.168.0.1
hostname添加:如果值集群的节点上,则只需要本节点的名就可以
server1
server2
立即生效:
source /etc/hosts
然后,访问服务就可以连接到集群环境了
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)