로그 파일

다양한 로그 파일은 WebSphere Process Server 설치 및 설치 제거 중과 프로파일 작성, 기능 보강, 기능 해제, 삭제 중에 작성됩니다. 이러한 프로시저 중 문제점이 발생하면 적용 가능한한 로그를 참조하십시오.

표 1은 로그, 컨텐츠 및 WebSphere Process Server의 성공 및 실패 표시기를 표시합니다.

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 탐색기에 결과를 복사하여 붙여넣으십시오.

install_root 변수는 WebSphere Process Server의 설치 디렉토리를 나타냅니다. profile_root 변수는 프로파일의 루트 위치를 나타냅니다. 기본적으로 Linux 및 UNIX 플랫폼에서는 install_root/profiles/profile_name, Windows 플랫폼에서는 install_root\profiles\profile_name입니다.

테이블 셀에 입력을 맞출 수 있도록 표 1의 일부 디렉토리 경로, 파일 이름 및 표시기 값이 공백을 포함하고 있습니다. 실제 디렉토리 경로, 파일 이름 및 표시기 값은 공백을 포함하지 않습니다.

표 1. WebSphere Process Server 구성요소에 대한 설치 및 프로파일 로그
로그 내용 표시기
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wbi/log.txt
  • Icon indicating Windows platforms Windows 플랫폼: install_root \logs\wbi\log.txt
WebSphere Process Server에 관련된 모든 설치 이벤트를 로그합니다.
INSTCONFFAILED
전체 설치 실패.
INSTCONFSUCCESS
설치 성공.
INSTCONFPARTIALSUCCESS
설치 오류가 발생했지만 여전히 설치를 사용할 수 있습니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wbi/instconfig.log
  • Icon indicating 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>
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: profile_root/logs /pcatLog<timestamp>.txt
  • Icon indicating Windows platforms Windows 플랫폼: profile_root\logs \pcatLog<timestamp>.txt
중요사항: 시스템의 이 디렉토리에 이 파일이 존재하지 않으면 프로파일 작성이 프로세스 초기에 실패한 것입니다. 이 경우, user_home 디렉토리에 있는 pcatLog.txt 파일을 검토하십시오. 여기서 user_home는 Linux 및 UNIX 플랫폼의 /root 디렉토리 또는 Windows 플랫폼의 C:\Documents and Settings\ Administrator 디렉토리를 나타냅니다.
중요사항: 설치에서 첫 번째 프로파일을 작성할 때 WebSphere Application Server, WebSphere Application Server Network Deployment 또는 WebSphere Process Server 프로파일이 존재하지 않는 경우, 이 로그 파일에서 profileRegistry.xml 파일 누락에 대한 메시지가 생성됩니다. profileRegistry.xml 파일은 첫 번째 프로파일이 작성된 후에만 존재합니다. 이러한 경고 메시지는 정상이며 무시할 수 있습니다.

전체 설치 중 프로파일 마법사를 실행하거나 wasprofile 명령을 사용할 때 기본 프로파일 작성 시 발생하는 모든 이벤트를 로그합니다.

INSTCONFFAILED
전체 프로파일 작성 실패.
INSTCONFSUCCESS
프로파일 작성 성공.
INSTCONFPARTIALSUCCESS
프로파일 작성 오류가 발생했지만 프로파일은 여전히 기능합니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wasprofile /wasprofile_create_ profile_name.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs \wasprofile \wasprofile_create_ profile_name.log
  • 이름 지정된 프로파일 작성 중에 발생하는 모든 이벤트를 추적합니다.
  • 전체 설치 중, 프로파일 마법사 또는 wasprofile 명령을 사용할 때 작성됩니다.
INSTCONFFAILED
전체 프로파일 작성 실패.
INSTCONFSUCCESS
프로파일 작성 성공.
INSTCONFPARTIALSUCCESS
프로파일 작성 오류가 발생했지만 프로파일은 여전히 기능합니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wasprofile /wasprofile_augment_ profile_name.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs\wasprofile \wasprofile_augment_ profile_name.log

    이 디렉토리 경로는 길이가 256자 미만이어야 합니다.

중요사항: 이 파일 이름은 wasprofile_augment_ profile_name_<timestamp>.log로 나타날 수도 있습니다.
  • 이름 지정된 프로파일 기능 보강 중에 발생하는 모든 이벤트를 추적합니다.
  • 전체 설치 중, 프로파일 마법사 또는 wasprofile 명령을 사용할 때 작성됩니다.
INSTCONFFAILED
전체 프로파일 기능 보강 실패.
INSTCONFSUCCESS
프로파일 기능 보강 성공.
INSTCONFPARTIALSUCCESS
프로파일 기능 보강 오류가 발생했지만 프로파일은 여전히 기능합니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wasprofile /wasprofile_unaugment_ profile_name.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs\wasprofile \wasprofile_unaugment_ profile_name.log

    이 디렉토리 경로는 길이가 256자 미만이어야 합니다.

  • 이름 지정된 프로파일 기능 해제 중에 발생하는 모든 이벤트를 추적합니다.
  • 작성 시기:
    • 설치 제거 프로그램을 사용하여 WebSphere Process Server를 설치 제거하십시오. 설치 제거 프로그램은 모든 WebSphere Process Server 프로파일을 기능 해제합니다. 기능이 해제된 각 파일은 작성된 이러한 로그 파일 중 하나를 가집니다.
    • 수동으로 프로파일을 기능 해제합니다(예를 들어, 프로파일을 수동으로 삭제할 때).
INSTCONFFAILED
장애가 발생했지만 프로파일에서 기능 보강이 제거된 것으로 간주됩니다. (더 이상 프로파일에서 템플리트의 기능이 보강된 것으로 간주하지 않습니다.)
INSTCONFSUCCESS
프로파일 기능 해제 성공(더 이상 프로파일에서 템플리트의 기능이 보강된 것으로 간주하지 않습니다).
INSTCONFPARTIALSUCCESS
프로파일 기능 해제 오류가 발생했지만 프로파일 기능이 해제되었습니다. (더 이상 프로파일에서 템플리트의 기능이 보강된 것으로 간주하지 않습니다.)
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root/ logs/wasprofile /manageProfiles-create- profile_name.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs \wasprofile \manageProfiles-create- profile_name.log
  • 이름 지정된 프로파일 작성 중에 발생하는 모든 이벤트를 추적합니다.
  • manageprofiles 명령을 사용할 때 작성됩니다.
다음과 비슷한 출력을 제공합니다.
Prereq base template found in file:
 e:\o0540.17_mod1\profileTemplates\
default.wbiserver\
prereqMetadata.xml 
Creating the prereq base profile : default
Return code : 0 
Adding prereq default.wbicore to prereq 
listAdding prereq default.bfm to prereq list 
Adding prereq default.wbicore to prereq 
listAugmenting default with the prereq profile 
template: 
default.wbicore
Return code : 0 
Augmenting default with the prereq profile 
template: default.bfm 
Return code : 0 
Augmenting with the user specified
template: 
e:\o0540.17_mod1/profileTemplates/
default.wbiserver 
Return code : 0 
Profile actions completed
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs/wasprofile /manageProfiles-augment- profile_name.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs\wasprofile \manageProfiles-augment- profile_name.log

    이 디렉토리 경로는 길이가 256자 미만이어야 합니다.

  • 이름 지정된 프로파일 기능 보강 중에 발생하는 모든 이벤트를 추적합니다.
  • manageprofiles 명령을 사용할 때 작성됩니다.
다음과 비슷한 출력을 제공합니다.
Adding prereq managed.wbicore to prereq 
listAdding prereq managed.bfm to 
prereq list
Adding prereq managed.wbicore to prereq 
listTemplate 'managed.wbicore' is an existing 
applied augment for profile : Custom01
Template 'managed.bfm' is an existing 
applied augment for profile : Custom01
Augmenting with the user specified
 template: 
E:\o0540.17_mod1/profileTemplates/
managed.wbiserver
Return code : 0 
Profile actions completed
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wasprofile /wasprofile_delete_ profile_name.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs\wasprofile \wasprofile_delete_ profile_name.log
  • 이름 지정된 프로파일 삭제 중에 발생하는 모든 이벤트를 추적합니다.
  • wasprofile 명령을 사용하여 프로파일 삭제를 수행할 때 작성됩니다.
INSTCONFFAILED
전체 프로파일 삭제 실패.
INSTCONFSUCCESS
프로파일 삭제 성공.
INSTCONFPARTIALSUCCESS
프로파일 삭제 오류가 발생했지만 프로파일은 여전히 삭제됩니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root/logs /wasprofile.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs \wasprofile.log
  • 프로파일 삭제 중에 발생하는 모든 이벤트를 추적합니다.
  • 기본이 되는 WebSphere Application Server Network Deployment를 설치 제거하기로 선택할 경우 설치 제거 중에 작성됩니다.
INSTCONFFAILED
전체 프로파일 삭제 실패.
INSTCONFSUCCESS
프로파일 삭제 성공.
INSTCONFPARTIALSUCCESS
프로파일 삭제 오류가 발생했지만 프로파일은 여전히 삭제됩니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/log.txt
  • Icon indicating Windows platforms Windows 플랫폼: install_root\logs\log.txt
  • WebSphere Application Server Network Deployment에 관련된 모든 설치 이벤트를 로그합니다.
  • WebSphere Application Server Network Deployment가 자동으로 설치될 때 작성됩니다.
INSTCONFFAILED
전체 설치 실패.
INSTCONFSUCCESS
설치 성공.
INSTCONFPARTIALSUCCESS
설치 오류가 발생했지만 여전히 설치를 사용할 수 있습니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/instconfig.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root \logs\instconfig.log
  • 구성요소를 구성하고 시스템 응용프로그램을 설치하며 Windows 바로 가기 및 레지스트리 항목을 작성하기 위해 설치 프로세스의 맨 끝에서 실행하는 구성 조치를 로그합니다.
  • WebSphere Application Server Network Deployment가 자동으로 설치될 때 작성됩니다.
구성 조치를 문서화하는 일련의 <record> 요소가 들어 있습니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wbi/uninstlog.txt
  • Icon indicating Windows platforms Windows 플랫폼: install_root \logs\wbi\ uninstlog.txt
WebSphere Process Server에 관련된 모든 설치 제거 이벤트를 로그합니다.
INSTCONFFAILED
전체 설치 제거 실패.
INSTCONFSUCCESS
설치 제거 성공.
INSTCONFPARTIALSUCCESS
설치 제거 마법사가 코어 제품 파일을 제거했지만 구성 중 오류가 발생했습니다. 다른 로그 파일의 추가 정보가 오류를 식별합니다.
  • Icon indicating Linux platforms Icon indicating UNIX platforms Linux 및 UNIX 플랫폼: install_root /logs/wbi/uninstconfig.log
  • Icon indicating Windows platforms Windows 플랫폼: install_root \logs\wbi\ uninstconfig.log
설치 제거 프로세스의 맨 끝에서 실행하는 구성 조치를 로그합니다. 구성 조치를 문서화하는 일련의 <record> 요소가 들어 있습니다.

ⓒ Copyright IBM Corporation 2005, 2006.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)