Chinaunix首页 | 论坛 | 博客
  • 博客访问: 237492
  • 博文数量: 38
  • 博客积分: 517
  • 博客等级: 下士
  • 技术积分: 419
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-07 09:05
文章分类

全部博文(38)

文章存档

2018年(1)

2015年(1)

2014年(4)

2013年(11)

2012年(4)

2011年(17)

发布时间:2014-02-24 17:25:41

环境 redhat5.8 centreon-2.2.0 rrdtool-1.4.5 nagios-3.2.1 nagios-plugins-1.4.14 安装前准备 1 关闭selinux 2 关闭iptables 3 建立lamp环境 4 创建数据库 nagios 建立用户nagios 并授权 nagios 安装 useradd nagios usermod -G nagios apache  tar -zxvf nagios-3.2.3..........【阅读全文】

阅读(2591) | 评论(0) | 转发(0)

发布时间:2013-09-19 00:19:02

服务管理dhcp服务(动态ip地址分配)安装包:dhcp-3.0.5-31.el5.i386.rpm配置文件:/etc/dhcpd.conf cp /usr/share/doc/dhcp-3.0.5/dhcpd.conf.sample /etc/dhcpd.conf启动服务:service dhcpd restart日志文件:/var/log/messages tail -f /var/log/messages实现原理C       .........【阅读全文】

阅读(2198) | 评论(0) | 转发(0)

发布时间:2013-09-06 23:40:26

网络管理setupservice network restart网卡配置文件/etc/sysconfig/network-scripts/ifcfg-eth0ifconfigifconfig eth0ifconfig eth0 10.10.10.10ifconfig eth0:0 10.10.10.10 别名网卡别名永久保存cd /etc/sysconfig/network-scripts/cp ifcfg-eth0 ifcfg-eth0:0[root@localhost network-scripts]# cat ifcfg-.........【阅读全文】

阅读(1753) | 评论(0) | 转发(0)

发布时间:2013-08-30 22:21:08

raid(磁盘阵列)raid 0           raid 1                     raid 5                  raid 10条带化写         冗余         &nbs.........【阅读全文】

阅读(2355) | 评论(0) | 转发(0)

发布时间:2013-08-30 22:09:19

符号链接硬链接区别1.软链接创建时必须写绝对路径,硬连接可以是相对路径ln -s /root/soft.link /root/Desktop/soft.linkln hard.link /root/Desktop/2.软连接 链接文件和源文件inode不同 硬连接 链接文件和源文件inode相同[root@localhost ~]# ll soft.link /root/Desktop/soft.link -i5914213 lrwxrwxrwx 1 r.........【阅读全文】

阅读(3682) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册