查看firewalld服务当前所使用的区域: firewall-cmd --get-default-zone 查询eno16777728网卡在firewalld服务中的区域: firewall-cmd --get-zone-of-interface=eno16777728 把firewalld服务中 ...
分类:
其他好文 时间:
2021-01-26 12:17:19
阅读次数:
0
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:
系统相关 时间:
2021-01-26 12:01:22
阅读次数:
0
感谢作者> https://www.cnblogs.com/botoo/p/11762045.html CentOS7中自带的python版本是python-2.7.5,由于新开的虚拟机需要使用python3,于是便升级一下版本。 安装Python3.7.3 官网下载地址:https://www.p ...
分类:
编程语言 时间:
2021-01-25 11:22:41
阅读次数:
0
使用ip addr 查看哪个网卡没有分配 IP ip addr 我这里是 eth0 没有分配 IP 地址,使用 vi 来修改 ifcfg-xxx 配置文件 xxx 是通过ip addr 查询到的名字 [root@localhost ~]# vi /etc/sysconfig/network-scri ...
分类:
其他好文 时间:
2021-01-22 11:51:41
阅读次数:
0
1.准备环境 安装centos7,在此我准备了五个虚拟机,分别命名为L1,L2,L3,L4,L5.计划在L1上面运行Master节点,在L3,L4,L5上面运行Worker节点。网络配置以及ssh免密登陆配置不再详细讲解,请参考我的另外一篇博客:虚拟机网络配置以及准备工作:https://blog. ...
分类:
其他好文 时间:
2021-01-22 11:44:51
阅读次数:
0
下载mysql8.0rpm安装包 wget https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm 安装yum repo文件 rpm -ivh mysql80-community-release-el7-11.noar ...
分类:
数据库 时间:
2021-01-21 10:51:08
阅读次数:
0
1.环境如下 主机名 IP 角色 2.部署前准备 1.环境准备,所有节点分别配置。 关闭防火墙: $ systemctl stop firewalld $ systemctl disable firewalld 关闭 selinux: $ sed -i 's/enforcing/disabled/' ...
分类:
其他好文 时间:
2021-01-20 12:03:09
阅读次数:
0
安装mysql 使用rpm包安装 yum remove mariadb-libs.x86_64 yum install perl rpm -ivh mysql-community-common-5.7.31-1.el7.x86_64.rpm rpm -ivh mysql-community-libs ...
分类:
数据库 时间:
2021-01-19 11:40:29
阅读次数:
0
首选,确认是用root用户登录系统的。 输入命令: id ,查看登录用户信息。3若修改root自己的密码,直接输入 passwd . 输入两遍,新密码即可。 4若修改其他用户,如oracle 的密码,可直接输入passwd oracle. 输入两遍性新密码即可。 5这样就修改成功了。 centos7 ...
分类:
系统相关 时间:
2021-01-18 11:27:39
阅读次数:
0
Centos7 安装Elasticsearch 安装 因为ES启动不能用root账号,手工安装配置较繁琐,故直接用rpm进行安装。根据官网的6.8安装提示 rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch vi /etc/ ...
分类:
其他好文 时间:
2021-01-18 11:04:46
阅读次数:
0