명령행에서 단일 태스크의 상태를 확인할 수 있습니다.
구성 태스크의 상태를 확인하려면 다음을 수행하십시오.
- 현재 디렉토리를 ce_install_path/tools/configure로 변경하십시오.
여기서, ce_install_path는 Content Engine 소프트웨어가
설치된 위치입니다.
- 다음 명령 중 하나를
실행하십시오. 명령을 입력할 때는 줄을 바꾸지 마십시오.
- 하나의 configurejdbcos 태스크가 있는 프로파일에서
configurejdbcos.xml 파일의 상태를 확인하려면 다음을 실행하십시오.
configmgr_cl checkstatus -task configurejdbcos -profile myprofile
- 여러 개의 configurejdbcos 태스크가 있는 프로파일에서
configurejdbcos.n.xml 파일의 상태를 확인하려면 다음을 실행하십시오.
configmgr_cl checkstatus -task configurejdbcos -taskfile task_file_name
-profile myprofile
- 하나의 configureldap 태스크가 있는 프로파일에서
configureldap.xml 파일의 상태를 확인하려면 다음을 실행하십시오.
configmgr_cl checkstatus -task configureldap -profile myprofile
- 여러 개의 configureldap 태스크가 있는 프로파일에서
configureLDAPn.xml 파일의 상태를 확인하려면 다음을 실행하십시오.
configmgr_cl checkstatus -task configureldap -taskfile task_file_name
-profile myprofile
- configureloginmodules 태스크에 대한
configureloginmodules.xml 파일의 상태를 확인하려면 다음을 실행하십시오.
configmgr_cl checkstatus -task configureloginmodules -profile myprofile
- configurebootstrap 태스크의 상태를 확인하려면 다음을 실행하십시오.
configmgr_cl checkstatus -task configurebootstrap -profile myprofile
설명:
- -taskfile task_file_name
- -taskfile task_file_name 매개변수는
사용할 구성 XML 파일을 지정합니다.
task_type에 대한
태스크 파일이 하나뿐인 경우 -taskfile task_file_name 매개변수는
선택사항입니다. 그러나 -task task_type 매개변수를
-taskfile task_file_name 매개변수와 사용하지 마십시오.
task_type에 대한 태스크 파일이 두 개 이상인 경우
반드시 -taskfile task_file_name 매개변수를 지정해야 합니다.
-taskfile task_file_name 매개변수를 지정할 때는
-tasktask_type 매개변수를 생략해도 됩니다.
- -profile myprofile
- -profile myprofile 매개변수는
사용할 프로파일을 지정합니다. myprofile 값은 다음 중
하나로 지정할 수 있습니다.
- 프로파일 이름(예: ce_was_tiv_db2). 프로파일은
ce_install_path/tools/configure/profiles 디렉토리에 있어야 합니다.
여기서, ce_install_path는
Content 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"와 같이 입력하십시오.
- 2를
반복하여 다른 구성 XML 파일 중 하나의 상태를 확인하십시오.
태스크 실행 상태 메시지가 표시됩니다.