生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光
全部博文(276)
发布时间:2015-10-15 10:41:18
转载 http://www.ibm.com/developerworks/cn/linux/l-cn-kdump1/<br /><br /><h2 id="major1">Kdump 的基本概念</h2><h3 id="minor1.1">什么是 kexec ?</h3><p>Kexec 是实现 kdump 机制的关键,它包括 2 个组成部分:一是内核空间的系统调用 kexec_load,负责在生产内核(production kernel 或 first kernel.........【阅读全文】
发布时间:2015-10-13 10:53:35
新装系统时间显示不对,ntpdate更新后还是差着几个小时.查看发现时区不对.<br />[root@zabbix ~]# ntpdate ntp.org<br />12 Oct 22:45:07 ntpdate[23467]: step time server 128.4.24.98 offset 5.743623 sec<br />[root@zabbix ~]# date<br />Mon Oct 12 22:45:15 EDT 2015<br />[root@zabbix ~]# ll /etc/localtime .........【阅读全文】
发布时间:2015-10-10 15:53:52
安装完ZABBIX后进入administration->users时行用户管理.
......【阅读全文】
发布时间:2015-10-10 12:12:59
故障点分析:
故障一:
2637:20151009:050431.719 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: YES)
2637:20151009:050431.719 database is down: reconnecting in 10 seconds
权限问题,执行下面的SQL.........【阅读全文】