checkStatus 명령은 이전에 실행된 태스크 또는
프로파일의 상태를 확인합니다. 명령 이름은 대소문자를 구분하지 않습니다.
checkStatus 명령 구문
명령을 사용하여 이전에 실행된 태스크의 상태를 보고할 수
있습니다. 이러한 보고는 프로파일에서 하나의 태스크 또는 모든 태스크에서
수행할 수 있습니다.
다음
구문에는 읽기를 위한 명령을 형식화하는 줄 바꿈이 있습니다.
줄 바꿈 없이 하나의 행에 명령 및 옵션을 입력하십시오.
configmgr_cl.exe checkStatus [-task task_type |
-taskfile task_file_name]
-profile profile_path [-debug] [-help]
checkStatus 명령 매개변수
- -task task_type
- -task task_type 매개변수는
상태 확인에 사용할 태스크를 지정합니다. 모든 태스크를 확인하려고 하거나 -taskfile task_file_name 매개변수를
지정하는 경우 -task task_type 매개변수를 생략할 수 있습니다.
task_type 값은 대소문자를 구분하지 않습니다.
- -taskfile task_file_name
- -taskfile task_file_name 매개변수는
확인할 태스크를 지정합니다. task_file_name 값은
대소문자를 구분하지 않습니다. 태스크 파일 이름은 listTasks 명령에 의해 보고됩니다.
- -task 또는 -taskfile이 지정되지 않은 경우,
프로파일의 각 태스크 상태가 보고됩니다.
- -profile profile_path
- -profile profile_path 매개변수는
프로파일에 대한 전체 디렉토리 경로(예: C:\Program
Files\IBM\EnterpriseRecords\configure\profiles\WASWebApplicationDeploymentProfile\) 또는
..\profiles 폴더에 대한 상대 경로를 지정합니다.
- -debug
- -debug 매개변수를 사용하면 명령에 대한 로깅이
가능합니다.
제한사항: 이 매개변수는
HP-UX 설치에서 사용할 수 없습니다.
- -help
- -help는 명령 도움말을 표시합니다.
checkStatus 명령 예제
다음
예제에는 읽기를 위한 명령을 형식화하는 줄 바꿈이 있습니다.
줄 바꿈 없이 하나의 행에 명령 및 옵션을 입력하십시오.
- 프로파일의 상태를 확인합니다.
- 다음 명령은 C:\Program Files\IBM\EnterpriseRecords\configure\profiles\WSWebApplicationDeploymentProfile 디렉토리에서
WSWebApplicationDeploymentProfile 프로파일의 상태를 확인합니다.
configmgr.exe_cl checkStatus -profile "C:\Program Files
\IBM\EnterpriseRecords\configure
\profiles\WSWebApplicationDeploymentProfile"
- 프로파일에서 하나의 태스크 상태를 확인합니다.
- 다음 명령은 C:\Program Files\IBM\EnterpriseRecords\configure\profiles\WSWebApplicationDeploymentProfile 디렉토리에서
deployWebApplication.xml 태스크 파일의 상태를 확인합니다.
configmgr.exe_cl.exe checkstatus -taskfile
deployWebApplication.xml -profile "C:\Program Files\IBM
\EnterpriseRecords\configure\profiles
\WSWebApplicationDeploymentProfile"
- checkstatus 명령의 도움말을 표시합니다.
- 다음 명령은 checkstatus 명령의 도움말을 표시합니다.
configmgr.exe_cl checkstatus -help