명령행에서 deployapplication 태스크와 같은
단일 태스크의 상태를 확인할 수 있습니다. 완료 상태를 확인하는 작업은
XML 파일에 포함된 정보가 유효한지 여부를 검증하지 않습니다.
프로시저
- ce_install_path/tools/configure를 설정하십시오.
여기서 ce_install_path는 Content Platform Engine이 설치된 위치입니다.
- 명령행에서 다음 명령을 실행하십시오.
configmgr_cl checkStatus -task deployapplication -profile myprofile
여기서,
-profile myprofile 매개변수는
사용할 프로파일을 지정합니다.
myprofile 값은 다음 중
하나로 지정할 수 있습니다.
- 프로파일 이름(예: ce_was_tiv_db2). 프로파일은
ce_install_path/tools/configure/profiles 디렉토리에 있어야 합니다.
여기서, ce_install_path는
Content Platform Engine 소프트웨어가 설치된
위치입니다.
- 프로파일 디렉토리에 대한 절대 경로(예: "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2" 또는 /opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2)
- 프로파일 입력 파일에 대한 절대 경로(예: "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg" 또는 /opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2/ce_was_tiv_db2.cfg)
알아두기: 경로에 포함된 디렉토리 이름에 공백이 있는 경우, 경로 전체를 따옴표로
묶으십시오. 예를 들어 "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg"와 같이 입력하십시오.