WebSphere WebSphere Enterprise Service Bus, Version 6.0.1 운영 체제: AIX, HP-UX, Linux, Solaris, Windows

로그 파일

이번 주제에서는 IBM WebSphere ESB의 설치 및 설치 제거 중과 프로파일 작성 및 기능 업그레이드 중에 작성되는 다양한 로그 파일에 대해 설명합니다.

설치 및 설치 제거 또는 프로파일 작성 및 기능 업그레이드 중에 문제가 발생하면 해당 로그를 참조하십시오. 표 1에서는 WebSphere ESB에 대한 성공과 실패의 로그, 내용 및 표시기 등을 보여줍니다.

WebSphere ESB 구성요소의 로그 파일

주의:
  • 시스템에 logs 디렉토리가 없으면 프로세스 실행 중에 설치는 매우 빨리 실패합니다. 이러한 경우에는 Linux 및 UNIX 플랫폼에서 /tmp/log.txt 파일 또는 Windows 플랫폼에서 %TEMP%\log.txt 파일을 검토하십시오.
    중요사항: Windows 플랫폼에서 %TEMP% 디렉토리는 Windows GUI에서 숨겨질 수도 있습니다. 이 디렉토리는 일반적으로 C:\Documents and Settings\username\Local Settings\Temp와 같은 이름입니다. %TEMP% 디렉토리를 찾으려면 다음 중 한 가지를 수행하십시오.
    • 명령 프롬프트에서 cd %TEMP%를 입력하십시오.
    • 명령 프롬프트에서 echo %TEMP%를 입력하고 해당 결과를 복사하여 Windows 탐색기 안으로 붙여넣으십시오.
  • 표 1의 일부 디렉토리 경로, 파일 이름 및 표시기 값에는 해당 항목이 테이블 셀에 맞도록 공백이 포함되어 있습니다. 실제 디렉토리 경로, 파일 이름 및 표시기 값에는 공백이 없습니다.
  • 변수 install_rootWebSphere ESB의 설치 디렉토리를 나타냅니다. 변수 profile_root는 프로파일의 루트 위치를 나타내며 기본적으로 Linux 및 UNIX 플랫폼은 install_root/profiles/profile_name이며 Windows 플랫폼은 install_root\profiles\profile_name입니다.
표 1. WebSphere ESB 구성요소에 대한 설치 및 프로파일 로그
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs/wbi/log.txt

For Windows platforms Windows 플랫폼: install_root \logs\wbi\log.txt

내용 WebSphere ESB와 관련된 모든 설치 이벤트를 기록합니다.
표시기
INSTCONFFAILED
모든 설치에 실패했습니다.
INSTCONFSUCCESS
설치에 성공했습니다.
INSTCONFPARTIALSUCCESS
설치 오류가 발생했지만 설치는 아직 유효합니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wbi/instconfig.log

For Windows platforms Windows 플랫폼: install_root\logs\wbi\instconfig.log

내용 설치 프로세스 종료 시 구성요소 구성, 시스템 응용프로그램 설치, Windows 바로 가기 및 레지스트리 항목 작성 등을 위해 실행되는 구성 조치를 기록합니다.
표시기 구성 조치를 문서화하는 <record> 요소가 포함되어 있습니다. 설치 후 구성 조치가 실패하면 다음과 같은 텍스트가 로그에 표시됩니다.
<record>
<date>2005-05-26T11:41:17</date>
<millis>1117132877344</millis>
<sequence>742</sequence>
<logger>com.ibm.ws.install.configmanager.
ConfigManager</logger>
<level>WARNING</level>
<class>com.ibm.ws.install.configmanager
.ConfigManager</class>
<method>executeAllActionsFound</method>
<thread>12</thread>
<message>Configuration action failed: com.
ibm.ws.install.configmanager.actionengine.
ANTAction-D:\WBI\AS\properties\version
\install.wbi\6.0.0.0\config\
full\install\90SInstallCEI.ant</message>
</record>
조치가 실패하지 않으면 다음 메시지가 마지막 로그 항목이 됩니다.
<record>
  . . .
<message>No errors were encountered while
executing the repository actions</message>
</record>
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: profile_root/logs /pcatLog<timestamp>.txt

For Windows platforms Windows 플랫폼: profile_root\logs \pcatLog<timestamp>.txt

중요사항: 이 파일이 시스템의 해당 디렉토리에 없으면 프로세스 초기에 프로파일 작성이 실패합니다. 이러한 경우에는 user_home 디렉토리에서 pcatLog.txt 파일을 검토하십시오. 여기서 user_home은 Linux 및 UNIX 플랫폼은 /root 디렉토리, Windows 플랫폼은 C:\Documents and Settings\Administrator 디렉토리를 나타냅니다.
내용 프로파일 마법사가 실행되거나 manageprofile 명령이 사용되는 경우 전체 설치 중 기본 프로파일이 작성될 때 발생하는 모든 이벤트를 기록합니다.
표시기
INSTCONFFAILED
모든 프로파일 작성에 실패했습니다.
INSTCONFSUCCESS
프로파일 작성에 성공했습니다.
INSTCONFPARTIALSUCCESS
프로파일 작성 오류가 발생했지만 프로파일이 아직 작동합니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs/wasprofile /wasprofile_create_ profile_name.log

For Windows platforms Windows 플랫폼: install_root\logs \wasprofile \wasprofile_create_ profile_name.log

내용
  • 이름 지정된 프로파일의 작성 중 발생하는 모든 이벤트를 추적합니다.
  • 프로파일 마법사를 사용하거나 manageprofile 명령을 사용할 때 전체 설치 중 작성됩니다.
표시기
INSTCONFFAILED
모든 프로파일 작성에 실패했습니다.
INSTCONFSUCCESS
프로파일 작성에 성공했습니다.
INSTCONFPARTIALSUCCESS
프로파일 작성 오류가 발생했지만 프로파일이 아직 작동합니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs/wasprofile /wasprofile_augment_ profile_name.log

For Windows platforms Windows 플랫폼: install_root\logs\wasprofile \wasprofile_augment_ profile_name.log 이 디렉토리 경로의 길이는 255자 이하여야 합니다.

중요사항: 이 파일 이름은 was_profile_augment_ profile_name_<timestamp>.log로 표시될 수도 있습니다.
내용
  • 이름 지정된 프로파일의 기능 업그레이드 중 발생하는 모든 이벤트를 추적합니다.
  • 프로파일 마법사를 사용하거나 manageprofile 명령을 사용할 때 전체 설치 중 작성됩니다.
표시기
INSTCONFFAILED
모든 프로파일 기능 업그레이드에 실패했습니다.
INSTCONFSUCCESS
프로파일 기능 업그레이드에 성공했습니다.
INSTCONFPARTIALSUCCESS
프로파일 기능 업그레이드 오류가 발생했지만 프로파일이 아직 작동합니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs/wasprofile /wasprofile_delete_ profile_name.log

For Windows platforms Windows 플랫폼: install_root\logs\wasprofile \wasprofile_delete_ profile_name.log

내용
  • 이름 지정된 프로파일의 삭제 중 발생하는 모든 이벤트를 추적합니다.
  • wasprofile 명령을 사용하여 프로파일 삭제를 수행할 때 작성됩니다.
표시기
INSTCONFFAILED
모든 프로파일 삭제에 실패했습니다.
INSTCONFSUCCESS
프로파일 삭제에 성공했습니다.
INSTCONFPARTIALSUCCESS
프로파일 삭제 오류가 발생했지만 프로파일이 삭제되었습니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs /wasprofile.log

For Windows platforms Windows 플랫폼: install_root\logs \wasprofile.log

내용
  • 프로파일의 삭제 중 발생하는 모든 이벤트를 추적합니다.
  • 기본 WebSphere Application Server Network Deployment의 설치 제거를 선택한 경우 설치 제거 중 작성됩니다.
표시기
INSTCONFFAILED
모든 프로파일 삭제에 실패했습니다.
INSTCONFSUCCESS
프로파일 삭제에 성공했습니다.
INSTCONFPARTIALSUCCESS
프로파일 삭제 오류가 발생했지만 프로파일이 삭제되었습니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs/log.txt

For Windows platforms Windows 플랫폼: install_root\logs\log.txt

내용
  • WebSphere Application Server Network Deployment와 관련된 모든 설치 이벤트를 기록합니다.
  • WebSphere Application Server Network Deployment가 자동으로 설치될 때 작성됩니다.
표시기
INSTCONFFAILED
모든 설치에 실패했습니다.
INSTCONFSUCCESS
설치에 성공했습니다.
INSTCONFPARTIALSUCCESS
설치 오류가 발생했지만 설치는 아직 유효합니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/instconfig.log

For Windows platforms Windows 플랫폼: install_root \logs\instconfig.log

내용
  • 설치 프로세스 종료 시 구성요소 구성, 시스템 응용프로그램 설치, Windows 바로 가기 및 레지스트리 항목 작성 등을 위해 실행되는 구성 조치를 기록합니다.
  • WebSphere Application Server Network Deployment가 자동으로 설치될 때 작성됩니다.
표시기 구성 조치를 문서화하는 <record> 요소가 포함되어 있습니다.
 
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wbi/uninstlog.txt

For Windows platforms Windows 플랫폼: install_root \logs\wbi\uninstlog.txt

내용 WebSphere ESB와 관련된 모든 설치 제거 이벤트를 기록합니다.
표시기
INSTCONFFAILED
모든 설치 제거에 실패했습니다.
INSTCONFSUCCESS
설치 제거에 성공했습니다.
INSTCONFPARTIALSUCCESS
설치 제거 마법사에서 코어 제품 파일을 성공적으로 제거했지만 구성 중 오류가 발생했습니다. 다른 로그 파일의 추가 정보에서 해당 오류를 식별합니다.
   
로그

LINUX platforms UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wbi/uninstconfig.log

For Windows platforms Windows 플랫폼: install_root \logs\wbi\uninstconfig.log

내용 설치 제거 프로세스 종료 시 실행되는 구성 조치를 기록합니다.
표시기 구성 조치를 문서화하는 <record> 요소가 포함되어 있습니다.

Reference topic

이용약관 | 피드백

시간소인 아이콘마지막 갱신 날짜: 6 Mar 2006
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.wesb.doc.nl1_6.0.1\doc\rins_logfiles.html

(C) Copyright IBM Corporation 2005. All Rights Reserved.
이 information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)