다양한 로그 파일은 WebSphere Process Server 설치 및 설치 제거 중과 프로파일 작성, 기능 보강, 기능 해제, 삭제 중에 작성됩니다. 이러한 프로시저 중 문제점이 발생하면 적용 가능한한 로그를 참조하십시오.
표 1은 로그, 컨텐츠 및 WebSphere Process Server의 성공 및 실패 표시기를 표시합니다.
install_root 변수는 WebSphere Process Server의 설치 디렉토리를 나타냅니다. profile_root 변수는 프로파일의 루트 위치를 나타냅니다. 기본적으로 Linux 및 UNIX 플랫폼에서는 install_root/profiles/profile_name, Windows 플랫폼에서는 install_root\profiles\profile_name입니다.
테이블 셀에 입력을 맞출 수 있도록 표 1의 일부 디렉토리 경로, 파일 이름 및 표시기 값이 공백을 포함하고 있습니다. 실제 디렉토리 경로, 파일 이름 및 표시기 값은 공백을 포함하지 않습니다.
로그 | 내용 | 표시기 |
---|---|---|
WebSphere Process Server에 관련된 모든 설치 이벤트를 로그합니다. |
|
|
구성요소를 구성하고 시스템 응용프로그램을 설치하며 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> |
|
중요사항: 시스템의 이 디렉토리에 이 파일이 존재하지 않으면 프로파일 작성이 프로세스
초기에 실패한 것입니다. 이 경우, 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 명령을 사용할 때 기본 프로파일 작성 시 발생하는 모든 이벤트를 로그합니다. |
|
|
|
|
중요사항: 이 파일 이름은
wasprofile_augment_
profile_name_<timestamp>.log로
나타날 수도 있습니다.
|
|
|
|
|
|
|
다음과 비슷한 출력을 제공합니다. 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 |
|
|
다음과 비슷한 출력을 제공합니다. 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 |
|
|
||
|
||
|
|
|
|
구성 조치를 문서화하는 일련의 <record> 요소가 들어 있습니다. | |
WebSphere Process Server에 관련된 모든 설치 제거 이벤트를 로그합니다. |
|
|
설치 제거 프로세스의 맨 끝에서 실행하는 구성 조치를 로그합니다. | 구성 조치를 문서화하는 일련의 <record> 요소가 들어 있습니다. |
ⓒ Copyright IBM Corporation 2005, 2006.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)