2012년 10월 8일 월요일

[Dell] compat-libstdc++-33 and zlib for OME (System Update)

<테스트 환경>
OS : CentOS 6.3 x64   / CentOS 5.8 x64
OMSA : 7.1 (최신)



아래 두 파일을 Redhat Linux로 인식하기 위해 아래와 같이 수정해줍니다.
**CentOS 6.x도 아래 RHEL 5.x로 입력 후 테스트 함

# vi /etc/redhat-release
Red Hat Enterprise Linux Server release 5.0 (Tikanga)
#CentOS release 5.8 (Final)


# vi /etc/issue
Red Hat Enterprise Linux Server release 5.0 (Tikanga)
#CentOS release 5.8 (Final)
Kernel \r on an \m



OMSA 설치하고 snmpd.conf 설정하고 OME에 Inventory Collect Agent 가 나타나지 않는다면 아래와 같이 설치/설정 하기 바람.

# yum install srvadmin-cm (Collect Manager?) 설치     <= 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

2012년 10월 4일 목요일

[HP] HP-UX GS80 log 분석 방법(binary.errorlog)

우선, 아래 ftp 사이트에서 tool을 다운받아 설치한다.

http://www.mmnt.net/db/0/3/ftp.hp.com/ftp1/pub/svctools/
>> WEBESV55BL61KIT1_Apr-16-2009_Windows_x86_x64.exe


HP Tru64에서 덤프 뜬 binary.errorlog 파일을 C:\(임시로)에 복사 후

c:\> wsea analyze input binary.errlog outtext result.txt

result.txt(임시) 파일을 열어보면 Problem Found 를 찾을 수 있다.


예) Memory Module error

---------- Problem Found: Excessive Read Correctable Errors reported by Memory Module1 in SoftQBB0 (HardQBB not available) at Mon 21 Nov 2011 17:21:17 GMT+09:00 ----------



예) CPU error


---------- Problem Found: Second error on Dcache store reported by CPU0, CPU Slot0 of SoftQbb0 (HardQbb not available) at Mon 21 Nov 2011 17:21:19 GMT+09:00 ----------