在CentOS上安装HP Systems Insight Manager
HP Systems Insight Manager是HP的免费工具,可以监控您的网络并接收SNMP陷阱。 这是一个很好的陷阱管理员,但也是一个系统资源猪。
Linux的硬件要求是:
- 最小:1.5 GHz处理器和768 MB RAM
- 推荐:2.4 GHz处理器和1 GB RAM
1.安装CentOS 5.0
2.下载HP SIM:
http://h18004.www1.hp.com/products/servers/management/hpsim/dl_linux.html
3.安装软件
(以下部分可以复制到shell脚本中):
# First do a upgrade of the system
yum update -y
# reboot if needed
# We need to trick the HP software so it thinks Redhat Enterprise is installed
nano /etc/redhat-release
# Remove what it says and insert: Red Hat Enterprise Linux ES release 5
# Install dependencies
yum install compat-readline43 openssl097a compat-libstdc++-33 -y
# We need to change the posix default version
export _POSIX2_VERSION=199209
# And now we run the downloaded HP SIM Package
chmod +x HPSIM-Linux-C.05.01.00.00.bin
./HPSIM-Linux-C.05.01.00.00.bin
# Configuring the HP SIM for the system
/opt/mx/bin/mxinitconfig -l
/opt/mx/bin/mxinitconfig -a
# and done
您现在应该可以通过网络浏览器登录到HP SIM, 网址为:http:// $ IP:280 /
用root用户登录用户密码。
这个HOWTO不会覆盖HP SIM设置,因为HP在这里非常好的文档集: