listtasks 명령은 구성 프로파일에 있는 태스크와 태스크 파일의 목록을 표시합니다. 명령 이름은 대소문자를 구분하지 않습니다.
configmgr_cl listtasks [-task task_type] -profile myprofile [-help]
옵션 | 구성 파일 | 설명 |
---|---|---|
생략 | configurebootstrap.xml configurebootstrap.n.xml configurejdbcgcd.xml configurejdbcos.xml configurejdbcos.n.xml configureldap.xml configureldap.n.xml configureloginmodules.xml deployapplication.xml (n은 정수이며 2부터 시작함) |
-task 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 연결 설정을 구성하는 태스크를 나열합니다. 데이터베이스 내의 각 오브젝트 저장소에 대해 configurejdbcos 태스크 설정을 생성, 편집하고 적용해야 합니다. 두 번째 오브젝트 저장소 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 | (WebSphere Application Server 또는 JBoss Application Server만 해당) Content Engine 애플리케이션에 대한 로그인 모듈 구성 태스크를 나열합니다. |
deployapplication | deployapplication.xml | 애플리케이션 서버에 Content Engine 애플리케이션을 배치하는 태스크를 나열합니다. |
configmgr_cl listtasks -profile wstdb2
All tasks in profile wstdb2. The tasks will be executed in the positions indicated when executing all tasks: Task 1: Name: Configure GCD JDBC Data Sources Type: configurejdbcgcd File: configurejdbcgcd.xml Task 2: Name: Configure Object Store JDBC Data Sources Type: configurejdbcos File: configurejdbcos.xml Task 3: Name: Configure Login Modules Type: configureloginmodules File: configureloginmodules.xml Task 4: Name: Configure LDAP Type: configureldap File: configureldap.xml Task 5: Name: Configure Bootstrap Properties Type: configurebootstrap File: configurebootstrap.xml Task 6: Name: Deploy Application Type: deployapplication File: deployapplication.xml
configmgr_cl listtasks -task configurejdbcos -profile wstdb2
Tasks in profile wstdb2 of the task type configurejdbcos: Task name: Configure Object Store JDBC Data Sources File: configurejdbcos.xml
configmgr_cl listtasks -help