2021年08月19日 active check configuration update from [127.0.0.1:10051] started to fail (cannot connect to [[127.0. cat /var/log/zabbix_agent_log查看日记出现报错:active check configuration update from [12... Linux 347 人阅读 0 条评论 阅读全文
2021年08月19日 zabbix连接数据库报错The server requested authentication method unknown to the client 使用支持新的加密方式的客户端(Client),比如等于或高于8.0.4版本的libmysqlclient或者就改为旧的加密方式解决方法:1、删除之前创建的用户:... Linux 448 人阅读 0 条评论 阅读全文
2021年08月18日 zabbix5.4按照官方文档安装后启动失败 报错为[root@fuzaijunheng ~]# systemctl status zabbix-server.service ● zabbix-server... Linux 400 人阅读 0 条评论 阅读全文
2021年08月18日 添加Prometheus为系统服务 [Unit]Description=PrometheusAfter=network.target #在网络服务启动... centos 302 人阅读 0 条评论 阅读全文
2021年05月17日 aws使用密码远程登录而不用密钥对(centos7.6) 1、在aws上使用SSH连接服务器2、然后输入以下命令进行登录密码设置:sudo passwd user_name将user_name改为你的服务器得用户名3、... Linux 309 人阅读 0 条评论 阅读全文
2021年05月17日 linux安装nvidia显卡驱动 一、设置开机启动字符界面 systemctl set-default multi-user.target 二、重启三、安装gcc makecentos... Linux 307 人阅读 0 条评论 阅读全文
2020年12月01日 在centos 7.6 安装oracle-database-server-12cR2-preinstall 在centos 7.6 安装oracle-database-server-12cR2-preinstall过程如下:1,配置合适的yum源,需要oracle 提... Linux 432 人阅读 0 条评论 阅读全文
2020年11月19日 Linux在本地yum源中增加rpm包 当前用的本地yum源中缺少需要的包,需要手动添加,下面记录一下添加步骤。 1、找到yum原的具体位置,... Linux 440 人阅读 0 条评论 阅读全文
2020年11月02日 linux安装python模块报错编译中断。 error: command 'gcc' failed with exit status 1 我这边是最小安装,缺少python3-devel包安装上就好了,命令#yum -y install python3-devel... Linux 387 人阅读 0 条评论 阅读全文
2020年11月01日 CentOS iSCSI客户端使用配置 配置步骤: 1、查看安装是否安装iSCSI驱动rpm -qa|grep iscsi 2、查看yum安装源yum ... Linux 398 人阅读 0 条评论 阅读全文
2020年10月23日 centos系统服务启动脚本位置 centos 6 系统服务启动脚本存放在/etc/init.d/目录下centos 7 系统服务启动脚本存放在/usr/lib/systemd/system/目... Linux 286 人阅读 0 条评论 阅读全文
2020年10月22日 multipath多路径配置 很多存储厂商都有自己的多路径软件,像EMC的powerpath、华为有UltraPath,不过考虑到通用性和兼容性可能还是系统自带的multipath使用的是最... Linux 333 人阅读 0 条评论 阅读全文
2020年10月15日 linux ssh免密钥登陆 一,生成ssh密钥; #ssh-keygen二、使用ssh-copy-id 复制ssh密钥;# ssh-copy-id -i ~/.ssh//id_rsa.pu... Linux 311 人阅读 0 条评论 阅读全文
2020年09月17日 rhcsa模拟题解题步骤 一、虚拟机servera一、配置网络地址虚拟机servera的管理口令为serverahat,请为此虚拟机配置以下网络参数:1)主机名:servera.lab.... Linux 524 人阅读 0 条评论 阅读全文
2020年09月12日 ansible安装教程 配置epel源,安装ansiblednf install -y ansible编辑ansible 配置文件配置ssh免密登录成功... Linux 372 人阅读 0 条评论 阅读全文