博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Configuring Network Names
阅读量:6827 次
发布时间:2019-06-26

本文共 1313 字,大约阅读时间需要 4 分钟。

Configuring Network Names

This page is for manual CDH installations only. Cloudera Manager users should disregard.
Important: CDH requires IPv4. IPv6 is not supported.
Tip: When bonding, use the bond0 IP address as it represents all aggregated links.

Configure each host in the cluster as follows to ensure that all members can communicate with each other:

  1. Set the hostname to a unique name (not localhost).
    sudo hostnamectl set-hostname foo-1.example.com
  2. Edit /etc/hosts with the IP address and fully qualified domain name (FQDN) of each host in the cluster. You can add the unqualified name as well.
    1.1.1.1  foo-1.example.com  foo-12.2.2.2  foo-2.example.com  foo-23.3.3.3  foo-3.example.com  foo-34.4.4.4  foo-4.example.com  foo-4
    Important:
    • The canonical name of each host in /etc/hostsmust be the FQDN (for example myhost-1.mynet.myco.com), not the unqualified hostname (for example myhost-1). The canonical name is the first entry after the IP address.
    • Do not use aliases, either in /etc/hosts or in configuring DNS.
  3. Edit /etc/sysconfig/network with the FQDN of this host only:
    HOSTNAME=foo-1.example.com
  4. Verify that each host consistently identifies to the network:
    1. Run uname -a and check that the hostname matches the output of the hostname command.

转载于:https://www.cnblogs.com/chengjunhao/p/8678732.html

你可能感兴趣的文章
AFNetworking2.0
查看>>
TiDB 源码阅读系列文章(二)初识 TiDB 源码
查看>>
七年切图仔如何面试大厂web前端?(沟通软技能总结) | 掘金技术征文
查看>>
Express 实战(七):视图与模板:Pug 和 EJS
查看>>
学习OpenGL ES之透视和正交投影
查看>>
node的process以及child_process
查看>>
推送本地仓库至 GitHub
查看>>
Git 命令小结
查看>>
JavaScript 中的操作符
查看>>
js事件类型中的异类一焦点事件
查看>>
iOS性能优化 - APP启动时间优化
查看>>
MediaCodec 高效解码得到标准 YUV420P 格式帧
查看>>
还欠自己一整套LeetCode 算法题
查看>>
HTML5的特性与发展趋势
查看>>
[NGX]Angular组件/指令生命周期简介
查看>>
剑指offer刷题指南
查看>>
详解 MySql InnoDB 中的三种行锁(记录锁、间隙锁与临键锁)
查看>>
《2018双11医美城市消费榜单》:医美将在二三线城市大爆发
查看>>
正在经历寒冬的无印良品,春天在哪里?
查看>>
Scrapy框架的使用之Scrapyrt的使用
查看>>