aix下安装openssh
作者:oliver 日期:2010-07-21
aix下安装openssh,首先要安装openssl,openssl和openssh安装包请下载>
点击下载此文件
解压此rar文件,比如放到/tmp/下面,首先安装openssl,用smitty install 选择第一个菜单,输入安装路径/tmp/openssl.base,
接下来安装openssh ,用smitty install 选择第一个菜单,输入安装路径/tmp/openssh.base,
默认安装好后系统自动启用ssh服务:
#lssrc -a | grep ssh
sshd ssh 979088 active
nagios监控aix的插件安装和使用注意事项
作者:oliver 日期:2010-07-21
转 RHEL 5.4安装nagios3.2.1
作者:oliver 日期:2010-07-13
nagios是Linux下强大的主机监控软件,现在我们就来见识下.本次系统为RHEL5.4,nagios版本号为3.21.
1.需要apache、php、gd等环境支持
yum install httpd gcc glibc glibc-common gd gd-devel php -y
2.Create Account Information(创建用户信息)
#useradd -m nagios
#groupadd nagcmd
#usermod -a -G nagcmd nagios
#usermod -a -G nagcmd apache
3.Download Nagios and the Plugins(这些都是当前最新版本了)





