주식회사 누리아이티

정보자산의 보안강화를 위한 다계층 인증SW (BaroPAM) 전문기업.

▶ Tuxedo/오류 메시지(Tuxedo)

LIBTUX_CAT:594, CMDTUX_CAT:754, CMDTUX_CAT:1360

누리아이티 2010. 7. 12. 19:01

현상 : TMADMIN_CAT:188: ERROR: Error while obtaining the Bulletin Board parameters
       180504.hubsr13_svc!tmboot.35962: 07232003: TUXEDO Version 6.5 AIX  2 4 007025954C00.
       180504.hubsr13_svc!tmboot.35962: LIBTUX_CAT:594: ERROR: Unable to locate PE entry in the Bulletin Board
       180504.hubsr13_svc!tmboot.35962: FATAL: internal error: CMDTUX_CAT:754: ERROR: error processing configuration file
       180504.hubsr13_svc!tmboot.35962: FATAL: internal error: CMDTUX_CAT:1360: ERROR:configuration file not found
 

원인 : 1.ubbconfig에 설정한 물리적 머신명과 서버의 이름("uname -n")이 다른 경우에 발생.
       2.구성 파일의 machine section의 machine 이름과 현재의 machine이름이 다를 때, 즉 machine의 장애로 tuxedo engine이 다른 machine에서 운영될 때 native client에서 발생
 

조치 : 1.서버의 이름을 "uname -n" 명령어를 사용하여 확인한 후 ubbconfig에 설명한 물리적 머신명을 조정한다.
       2.native client의 환경 변수의 PMID에 구성 파일의 machine 이름을 세트한다.
         예: export PMID=seoul1 (machine이름 : seoul1 )