Dell™ OpenManage™ Server Administrator
OMSA?
Dell에서 제공하는 서버의 하드웨어 자원 상태를 모니터링하는 프로그램.
SNMP와 연계하여 상세 정보를 가져오며 PERC 카드의 RAID 정보를 한 눈에 알아볼 수 있으며 간단한 구성도 가능.
>> How to install OMSA on CentOS 6.3
1. # wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash
2. # yum install srvadmin-all
3. # yum install srvadmin-cm <- for Inventory Collect Agent
# yum install net-snmp net-snmp-utils
# yum install OpenIPMI
# /etc/init.d/dataeng enablesnmp
>> OMSA Service Start
# /opt/dell/srvadmin/sbin/srvadmin-services.sh start
>> 방화벽(iptables) 사용 시 1311 포트 Accept
# iptables -A INPUT -s xxx.xxx.xxx.xxx -p tcp --dport 1311 -j ACCEPT
>> 웹브라우저에서 접속
https://서버 ip:1311/
<Trouble Shooting>
1. yum install srvadmin-all 명령어로 패키지 다운이 안된다면...
=> # yum clean all
# vi /etc/yum.conf
plugins = 1 (<= 없으면 추가)
# yum install srvadmin-all 로 패키지 다운 및 설치
2. OMSA 설치하고 OME에 Inventory Collect Agent 가 나타나지 않는다면 아래와 같이 설치/설정 하기 바람.
# yum install srvadmin-cm (Inventory Collect Agent) 설치 <= i686 으로 설치됨
# /opt/dell/srvadmin/sbin/invcol 실행 후 아래와 같이 나온다면...
libstdc++.so.5 is required to run the Inventory Collector.
# yum install compat-libstdc++-33.i686 설치
아래는 OME에서 System Update 시 필요한 패키지이며 미리 설치 요망!
# yum install libstdc++.i686 libxml2.i686
(테스트)
# invcol
./invcol: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
# yum install zlib.i686 zlib-devel.i686 설치
# invcol
아무런 error 표시 안된다면 O.K
# /opt/dell/srvadmin/sbin/srvadmin-services.sh restart
* 각 OS 별 설치 방법
http://linux.dell.com/wiki/index.php/Repository/hardware
출처 http://egloos.zum.com/jonnychoe/v/5457936
'IT > Server' 카테고리의 다른 글
Linux Lan port 확인 (0) | 2021.01.27 |
---|---|
linux 압축풀기 (0) | 2017.01.10 |
boot failed centOS 오류 (0) | 2015.05.18 |
HP DL320 G5p 2008 R2 수동 드라이버로 설치하기 (0) | 2014.12.11 |
DL320 G5p Windows 2008 R2 설치 (0) | 2014.12.08 |
댓글