FileNet P8 Content Engine, 버전 5.0.+              

movetask 명령

movetask 명령은 태스크를 태스크 목록의 다른 위치로 이동시킵니다. 태스크 위치는 모든 태스크를 동시에 실행할 때 태스크가 실행되는 순서를 결정합니다. 태스크 순서는 listtask 명령을 사용하여 표시합니다. 명령 이름은 대소문자를 구분하지 않습니다.

movetask 명령 구문

다음 구문은 명령을 알아보기 쉽도록 줄 바꿈을 사용하고 있습니다. 명령 및 옵션을 입력할 때는 줄 바꿈 없이 한 줄로 입력하십시오.

configmgr_cl movetask -task task_type | -taskfile task_file_name 
-position new_position -profile myprofile [-silent][-force][-help]

movetask 명령 매개변수

-task task_type
-task task_type 매개변수는 이동할 태스크를 지정합니다. -taskfile task_file_name 매개변수를 생략할 경우 이 매개변수를 반드시 지정해야 합니다. task_type 값은 대소문자를 구분하지 않습니다. 다음 표에는 유효한 태스크 이름, 그와 연관된 구성 XML 파일, 해당 태스크의 영향을 받는 Content Engine 설정에 대한 설명이 나열되어 있습니다.
표 1. task_type 값
옵션 구성 파일 설명
configurebootstrap

configurebootstrap.xml

configurebootstrapn.xml(n은 정수이며 2부터 시작함)

애플리케이션 서버의 Content Engine 부트스트랩 설정을 구성하는 태스크를 이동합니다. 부트스트랩 정보는 글로벌 구성 데이터를 작성하고 Content Engine을 시작할 때 필요합니다.

두 번째 부트스트랩 구성 파일을 생성하면 파일 이름이 configurebootstrap.2.xml로 지정됩니다. 파일 이름에서 n은 새 파일이 생성될 때마다 증가합니다.

configurejdbcgcd

configurejdbcgcd.xml

Content Engine에 사용되는 GCD(글로벌 구성 데이터) 데이터베이스에 대한 JDBC 연결 설정을 구성하는 태스크를 이동합니다.

configurejdbcos

configurejdbcos.xml

configurejdbcos.n.xml(n은 정수이며 2부터 시작함)

Content Engine에 사용되는 단일 오브젝트 저장소 데이터베이스에 대한 JDBC 연결 설정을 구성하는 태스크를 이동합니다.

두 번째 오브젝트 저장소 JDBC 구성 파일을 생성하면 파일 이름이 configurejdbcos.2.xml로 지정됩니다. 파일 이름에서 n은 새 파일이 생성될 때마다 증가합니다.

configureldap

configureldap.xml

configureldap.n.xml(n은 정수이며 2부터 시작함)

Content Engine 사용자 인증에 사용되는 디렉토리 서버에 대한 연결 구성 태스크를 이동합니다.

(WebSphere® Application Server 또는 Oracle WebLogic Server만 해당) 두 번째 LDAP 구성 파일을 생성하면 파일 이름이 configureldap.2.xml로 지정됩니다. 파일 이름에서 n은 새 파일이 생성될 때마다 증가합니다.

두 번째 LDAP 구성 파일을 생성하면 파일 이름이 configureldap.2.xml로 지정됩니다. 파일 이름에서 n은 새 파일이 생성될 때마다 증가합니다.

JBoss Application Server는 여러 개의 LDAP 태스크를 지원하지 않습니다.

configureloginmodules configureloginmodules.xml Content Engine 애플리케이션에 대한 로그인 모듈 구성 태스크를 이동합니다.
deployapplication deployapplication.xml 애플리케이션 서버에 Content Engine 애플리케이션을 배치하는 태스크를 이동합니다.
-taskfile task_file_name
-taskfile task_file_name 매개변수는 사용할 구성 XML 파일을 지정합니다.

task_type에 대한 태스크 파일이 하나뿐인 경우 -taskfile task_file_name 매개변수는 선택사항입니다.

task_type에 대한 태스크 파일이 두 개 이상인 경우 반드시 -taskfile task_file_name 매개변수를 지정해야 합니다. -taskfile task_file_name 매개변수를 지정할 때는 -task task_type 매개변수를 생략해도 됩니다.

-positionnew_position
-positionnew_position 매개변수는 목록 내에서 항목을 이동시킬 새 위치를 지정합니다. movetask 명령을 실행하기 전에 listtasks를 실행하여 프로파일에 포함된 태스크 목록과 각 태스크의 위치를 확인할 수 있습니다.
-profile myprofile
-profile myprofile 매개변수는 사용할 프로파일을 지정합니다. myprofile 값은 다음 중 하나로 지정할 수 있습니다.
  • 프로파일 이름(예: ce_was_tiv_db2). 프로파일은 ce_install_path/tools/configure/profiles 디렉토리에 있어야 합니다. 여기서, ce_install_pathContent 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"와 같이 입력하십시오.
-silent
-silent 매개변수는 선택사항입니다. -silent를 지정하면 콘솔에는 프롬프트 또는 정보 메시지가 표시되지 않지만 오류는 로그에 기록됩니다. 필요에 따라 실패 메시지 및 유효성 검증 오류 메시지(예: 누락된 비밀번호 또는 잘못된 포트 번호)는 표시됩니다. 프로파일에 포함된 모든 태스크를 실행하는 명령에 -silent 매개변수를 지정할 경우 -force 매개변수도 함께 지정해야 합니다.
-force
-force 매개변수는 선택사항이며 -silent 매개변수를 사용할 때만 적용됩니다. -force를 지정하면 태스크가 유효성 검증 오류 메시지(예: 누락된 비밀번호 또는 유효하지 않은 포트 번호와 관련된 메시지)에 대한 응답이 필요한 경우에도 일시적으로 중지되지 않고 실행됩니다.
-help
-help 매개변수는 선택사항이며 명령을 실행하는 대신, 명령 구문에 대한 간략한 메시지를 표시합니다.

movetask 명령 예제

여러 개의 configurejdbcos 태스크가 포함된 프로파일에서 configurejdbcos.3.xml 파일에 대한 태스크를 이동합니다.
다음 명령은 ce_install_path/tools/configure/profiles/wstdb2 디렉토리의 wstdb2 프로파일에서 configurejdbcos.3.xml 파일에 대한 태스크를 위치 1로 이동합니다.
configmgr_cl movetask -taskfile configurejdbcos.3.xml -position 1 
-profile wstdb2
configureloginmodules 태스크를 이동합니다.
다음 명령은 ce_install_path/tools/configure/profiles/wstdb2 디렉토리의 wstdb2 태스크에 포함된 configureloginmodules 태스크를 기본 위치인 태스크 3에서 태스크 5로 이동합니다.
configmgr_cl movetask -task configureoginmodules -position 5 
-profile wstdb2
movetask 명령에 대한 도움말을 표시합니다.
다음 명령은 movetask 명령에 대한 도움말을 표시합니다.
configmgr_cl movetask -help


피드백

마지막 업데이트 날짜: 2010년 11월


© Copyright IBM Corp. 2010.
이 Information Center는 Eclipse 기술로 구현됩니다. (http://www.eclipse.org)