로그인
Sign in
무엇이 FPL/SEL인가?
===================

FPL (Forward progress) : All events
SEL (System Event Log) : High attention events and errors

IPMI Event Viewer는 Online Diagnostic software bundle의 일부로서 제공됩니다. SEL과 FPL은 MP (Management Processor)로부터 capture 되어 /var/stm/logs/os directory에 다음과 같이 저장됩니다.

# ll
total 208
-rw-r--r--   1 root       root         64928 Oct 19 22:13 fpl.log.00
-rw-r--r--   1 root       root          1432 May  6 10:31 log1.raw.cur
-rw-r--r--   1 root       root            20 Oct 19 22:19 log_state_file
-rw-r--r--   1 root       root          2652 Oct 19 22:15 memlog
-rw-r--r--   1 root       root         10624 Oct 19 22:12 sel.log

SEL 보는 법
===========
slview command를 이용하여 MP의 SEL log copy와 유사한 결과를 얻을 수 있읍니다.

# /usr/sbin/diag/contrib/slview -f /var/stm/logs/os/sel.log

          Welcome to the FPL (Forward Progress Log) Viewer

   The following FPL navigation commands are available:
         D: Dump log starting at current block for capture and analysis
         F: Display first (oldest) block
         L: Display last (newest) block
         J: Jump to specified entry and display previous block
         +: Display next (forward in time) block
         -: Display previous (backward in time) block
      [cr]: Repeat previous +/- command
         ?: Display help
         q: Exit viewer

   The following event format options are available:
         K: Keyword
         R: Raw hex
         T: Text
         V: Verbose

   The following event filter options are available:
         A: Alert level
         C: Cell
         U: Unfiltered

SL ([cr],+,-,?,F,L,J,D,K,R,T,V,A,C,U,q) >  
664   PDC  0,0,0 *3 0x09000f6000e00000 0x4900000000000000  FABRIC_ASSERT_FABRIC_ERR
663   ?           1 0x214175d601021670 0xff0f066f001f0300  IPMI Type-02 Event
662   ?           1 0x20416e049a0215d0 0xffff0103fdc00300  IPMI Type-02 Event
661   ?           1 0x21416d943f0215c0 0xff0f066f001f0300  IPMI Type-02 Event
660   ?           1 0x21416d943f0215c0 0xff0f066f001f0300  IPMI Type-02 Event
659   ?           1 0x20416d4ff5021520 0xffff0103fdc00300  IPMI Type-02 Event
658   ?           1 0x20416cdf72021510 0xffff0103fdc00300  IPMI Type-02 Event
657   ?           1 0x20416cdf72021510 0xffff0103fdc00300  IPMI Type-02 Event
656   ?           1 0x20416c6ef3021500 0xffff0103fdc00300  IPMI Type-02 Event
655   ?           1 0x20416c6ef3021500 0xffff0103fdc00300  IPMI Type-02 Event
654   ?           1 0x20416bfe720214f0 0xffff0103fdc00300  IPMI Type-02 Event
653   ?           1 0x20416bfe720214f0 0xffff0103fdc00300  IPMI Type-02 Event
652   ?           1 0x20416b8df30214e0 0xffff0103fdc00300  IPMI Type-02 Event
651   ?           1 0x20416b8df30214e0 0xffff0103fdc00300  IPMI Type-02 Event
650   ?           1 0x20416b1d730214d0 0xffff0103fdc00300  IPMI Type-02 Event
649   ?           1 0x20416b1d730214d0 0xffff0103fdc00300  IPMI Type-02 Event
648   ?           1 0x20416aacf30214c0 0xffff0103fdc00300  IPMI Type-02 Event
647   ?           1 0x20416aacf30214c0 0xffff0103fdc00300  IPMI Type-02 Event
646   ?           1 0x20416a3c720214b0 0xffff0103fdc00300  IPMI Type-02 Event
645   ?           1 0x20416a3c720214b0 0xffff0103fdc00300  IPMI Type-02 Event
644   ?           1 0x204169cbf40214a0 0xffff0103fdc00300  IPMI Type-02 Event
643   ?           1 0x204169cbf40214a0 0xffff0103fdc00300  IPMI Type-02 Event

SL ([cr],+,-,?,F,L,J,D,K,R,T,V,A,C,U,q) > q



FPL 보는 법
===========

SEL의 경우와 유사하게 IPMI Event Viewer "slview" 를 사용하여 FPL
entries를 볼 수 있읍니다.

# ll
total 208
-rw-r--r--   1 root       root         64928 Oct 19 22:13 fpl.log.00
-rw-r--r--   1 root       root          1432 May  6 10:31 log1.raw.cur
-rw-r--r--   1 root       root            20 Oct 19 22:19 log_state_file
-rw-r--r--   1 root       root          2652 Oct 19 22:15 memlog
-rw-r--r--   1 root       root         10624 Oct 19 22:12 sel.log

# /usr/sbin/diag/contrib/slview -f /var/stm/logs/os/fpl.log.00
조회 수 :
1028
추천 수 :
3 / 0
등록일 :
2008.03.04
11:54:31 (*.236.3.225)
엮인글 :
http://bestceok.com/xe/index.php?mid=unix_com&document_srl=2743&act=trackback&key=8d3
게시글 주소 :
http://bestceok.com/xe/index.php?mid=unix_com&document_srl=2743
List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 자주 사용하는 명령어 제비게릴라 2019-06-27 179
92 su 명령이 안 먹을 때... 하록 2008-03-05 638
91 자동으로 텔넷 로그인후 command를 돌리는 스크립트를 만들고자 합니다. 방법은? 하록 2008-03-04 499
90 bdf와 du차이가 나는데 어떤 프로세스때문에 그런지 볼수있습니까? 하록 2008-03-04 752
89 ping이 튀는 현상 체크하는 방법은? 하록 2008-03-04 751
88 유용한 사용자 계정 관리 커맨드 하록 2008-03-04 1335
87 Failed Mirror O/S disk 교체시 lvm 작업방법.... 하록 2008-03-04 1005
86 tftp세팅 확인 및 사용방법을 알고 싶습니다. 하록 2008-03-04 776
85 MP Login Password Reset 하는 방법은? 하록 2008-03-04 1135
84 GSP Login Password를 Reset 하는 방법은? 하록 2008-03-04 542
83 Glance/Measure에서 사용하는 프로세스의 종류 및 각각의 역할은? 하록 2008-03-04 1009
82 Diagnostics에서 사용하는 프로세스 및 해당 프로세스의 역할은? 하록 2008-03-04 979
81 서비스가드에서 사용하는 프로세스 및 해당 프로세스의 역할은? 하록 2008-03-04 765
80 Kernel 에서 사용하는 프로세스 종류 및 해당 프로세스의 역할은? [1] [5] 하록 2008-03-04 2600
» FPL/SEL log를 MP console 없이 HP-UX online에서 보는 방법은? 하록 2008-03-04 1028
78 lsof의 주요사용법 하록 2008-03-04 821
77 dmesg에 디스크장애에 대한 로그 분석방법... 하록 2008-03-04 1616
76 ftp로그만 별도의 파일로 빼 내는 방법... 하록 2008-03-04 393
75 ulimit의 data에서 hard와 soft의 차이는? 하록 2008-03-04 1130
74 DNS에 등록된 자신의 ip와 실제 ip가 다른 경우 CDE login이 안되는데 DNS을 변경하지 않고 해결할 수 있는 방법은? 하록 2008-03-04 502
73 STM에서 chassis error log확인하는 방법 하록 2008-03-04 550