Zabbix5.0基于yum方式安装(推荐)
<p>本文基于<a href="https://www.wlnmp.com/">wlnmp一键安装包来部署lnmp环境</a>,zabbix-server通过官方提供的源使用yum方式安装,方便后期update升级,本文基于zabbix5.0版本,其他版本不一定适用,请自行测试。</p> <p>在z...
51工具盒子
<p>本文基于<a href="https://www.wlnmp.com/">wlnmp一键安装包来部署lnmp环境</a>,zabbix-server通过官方提供的源使用yum方式安装,方便后期update升级,本文基于zabbix5.0版本,其他版本不一定适用,请自行测试。</p> <p>在z...
<p>如果yum进程没有正常结束被kill掉了,那么就有可能造成yum无法正常使用,即rpm数据库损坏。</p> <p>具体报错内容如下:<br /> error: rpmdb: BDB0113 Thread/process 26513/139917818624064 failed: BDB1507 Thread died in ...
<p>当我们在服务器执行yum update升级时,如果稍不留神可能就会将一些不该升级的软件进行升级,后果就是可能导致服务器一些服务异常,严重可能导致服务器重启宕机,那么为了避免出现这种误操作,这里就用到了yum-plugin-versionlock插件。</p> <p>本文以Centos7为例,通过yum-plugin-versionloc...
<p>在一个全新的Centos7.6系统环境下,全部通过yum方式安装zabbix4.0,默认安装mariadb5.5,php5.4,apache2.4</p> <p>所有配置几乎都是默认,最终目的是以最快速的方式安装zabbix环境,当然生产环境也可以这么部署(需要自行对相关参数进行优化)</p> <p>1、安装ep...
<p>通过Apache创建一个自己的yum仓库,当然你也可以使用ftp,本文只是一个简单的演示。</p> <p>当前演示环境,Centos7.4,关闭selinux,关闭防火墙,当前ip192.168.1.108</p> <p>1、挂载光盘镜像<br /> mount /dev/cdrom /mnt<...
<p>yum安装时异常退出报错</p> <p>There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-onl...
<p>rpmdb: Thread/process 11197/140701458409216 failed: Thread died in Berkeley DB library<br /> error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, ...
<p>使用yum时一直提示下面的信息<br /> Loaded plugins: fastestmirror Repository base is listed more than once in the configuration Repository updates is listed more than once in the configurat...
<p>Transaction Check Error:<br /> file /usr/lib64/libcrypto.so from install of openssl-devel-1.0.1e-57.el6.x86_64 conflicts with file from package openssl-1.0.1g-1.x86_64<br /...
<p>此篇文章全部通过yum方式,在全新的Centos 6.7上安装Cacti监控,本文中所有内容都经过博主测试。</p> <p>当前系统环境介绍:</p> <p>服务器是通过VMware12安装的Centos6.7版本,IP地址为192.168.0.70,yum默认安装mysql版本5.1、php5.3、Apache...