편집
552
번
편집 요약 없음 |
편집 요약 없음 |
||
218번째 줄: | 218번째 줄: | ||
== 작업 시행 == | == 작업 시행 == | ||
{| class="wikitable" | {| class="wikitable" | ||
|+작업 시행 중의 condor 명령어 | |+주로 사용하는 작업 시행 중의 condor 명령어 | ||
! | ! | ||
!역할 | |||
!사용 예시 | |||
|- | |- | ||
|condor_q | |condor_q | ||
| | |작업 진행 '''현황''' 파악 (작업이 진행중이거나, 진행예정인 것) | ||
|$ condor_q | |||
$ condor_q -all | |||
$ condor_q username | |||
|- | |- | ||
|condor_history | |condor_history | ||
| | |작업 진행 사항 파악 (작업이 완료되었거나, 취소, 제거된 것) | ||
|$ condor_history -limit 100 username | |||
|- | |- | ||
|condor_hold | |condor_hold | ||
| | |특정 작업의 진행을 정지하고 대기 (hold) | ||
|$ condor_hold username | |||
$ condor_hold 12112 | |||
$ condor_hold 12112.12 | |||
|- | |- | ||
|condor_release | |condor_release | ||
| | |대기중(hold)인 특정 작업을 재시작 | ||
|$ condor_hold username | |||
$ condor_hold 12112 | |||
$ condor_hold 12112.12 | |||
|- | |- | ||
|condor_rm | |condor_rm | ||
| | |특정 작업을 대기열(condor_q)에서 제거 | ||
|$ condor_hold username | |||
$ condor_hold 12112 | |||
$ condor_hold 12112.12 | |||
|} | |} | ||