概述
freeipa部署
- 1、准备3个虚拟机Centos7
- 设置主机名
- 配置/etc/hosts
- 关闭防火墙、Selinux、NetworkManager
- 时间同步自行处理
- yum源设置
- 安装包
- 执行安装命令
1、准备3个虚拟机Centos7
设置主机名
hostnamectl set-hostname freeipa1.yinshixiong.com
hostnamectl set-hostname freeipa2.yinshixiong.com
hostnamectl set-hostname freeipa3.yinshixiong.com
配置/etc/hosts
[root@freeipa1 freeipa]# cat /etc/hosts
127.0.0.1
localhost localhost.localdomain localhost4 localhost4.localdomain4
::1
localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.1.120 freeipa1.yinshixiong.com
192.168.1.121 freeipa2.yinshixiong.com
192.168.1.122 freeipa3.yinshixiong.com
关闭防火墙、Selinux、NetworkManager
systemctl stop firewalld &&systemctl disable firewalld
systemctl stop NetworkManager && systemctl disable NetworkManager # 至于为什么关闭,自行百度,反正我都习惯关闭。
setenforce 0
vim /etc/selinux/config
SELINUX=disabled
时间同步自行处理
yum源设置
自行修改
安装包
yum -y install ipa-server lsof expect telnet nc bind bind-dyndb-ldap ipa-server-dns screen vim freeipa-server memcached python-memcached ipa-client
执行安装命令
ipa-server-install --setup-dns --auto-reverse --forwarder 114.114.114.114 --forwarder 8.8.8.8 --enable-compat
最后
以上就是轻松铃铛为你收集整理的freeipa集群部署11、准备3个虚拟机Centos7的全部内容,希望文章能够帮你解决freeipa集群部署11、准备3个虚拟机Centos7所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复