Content Platform Engine, 버전 5.2.1              

구성 XML 파일을 하나씩 실행

필요한 구성 XML 파일을 명령행에서 한 번에 하나씩 실행할 수 있습니다. Content Platform Engine 구성을 완료하려면 필요한 각 파일을 실행해야 합니다.

시작하기 전에

Configuration Manager 그래픽 사용자 인터페이스에서 작성 또는 편집한 프로파일에 대해 태스크를 실행하려는 경우 구성 XML 파일을 실행하기 전에, XML 파일에 필수 비밀번호 값이 들어 있는지 확인하십시오. 자세한 정보는 Configuration Manager에서 비밀번호 처리를 참조하십시오.

이 태스크 정보

다음을 수행하여 각각의 필수 구성 태스크에 대한 구성 XML 파일을 실행해야 합니다.
  • configurebootstrap 옵션을 사용하여 부트스트랩 특성 파일을 적용하십시오.

    현재 FileNet® P8 도메인에 관리되지 않는 애플리케이션 서버가 여러 대 있는 경우, 모든 서버에 대한 부트스트랩 설정이 들어 있는 단일 EAR 파일의 사본을 사용하십시오. 초기 서버에 부트스트랩 특성 파일을 적용한 후 부트스트랩 설정이 들어 있는 EAR 파일을 추가 서버의 프로파일 디렉토리에 복사하십시오. 그런 다음, 추가 서버에 대해 태스크를 실행할 때 configurebootstrap 옵션을 사용하지 마십시오. 글로벌 구성 데이터베이스(GCD)를 구성하고 오브젝트 저장소의 JDBC 데이터 소스를 구성하며 LDAP 제공업체를 구성하기 위한 태스크만 실행하십시오.

    다른 모든 구성에 대한 태스크는 각 Content Platform Engine 서버에서 모두 실행할 수 있습니다.

  • configurepricingmodel 옵션을 사용하여 라이센스를 선택하십시오.
  • configurejdbcgcd 옵션을 사용하여 GCD의 JDBC 데이터 소스를 구성하십시오.
  • configurejdbcos 옵션을 사용하여 단일 오브젝트 저장소 데이터베이스에 JDBC 데이터 소스를 구성하십시오.
  • configureldap 옵션을 사용하여 LDAP 제공업체를 구성하십시오.
    Oracle WebLogic Server만 해당. configureldap 옵션을 사용하여 태스크를 실행하면 인증 사용자에 대한
    weblogic.security.providers.authentication.DefaultAuthenticator.ControlFlag
    값이 사용자 인증에 대해 SUFFICIENT로 설정됩니다.
  • configureloginmodules 옵션을 사용하여 로그인 모듈을 구성하십시오.

프로시저

구성 XML 파일을 하나씩 실행하려면 다음을 수행하십시오.

  1. 현재 디렉토리를 ce_install_path/tools/configure로 변경하십시오. 여기서, ce_install_pathContent Platform Engine이 설치된 위치입니다.
  2. 완료할 태스크의 명령을 적절히 실행하십시오. 명령을 입력할 때는 줄을 바꾸지 마십시오.
    다음을 입력하여 하나의 configurepricingmodel 태스크가 있는 프로파일에서 configurepricingmodel.xml 파일을 실행하십시오.
    configmgr_cl execute -task configurepricingmodel -profile myprofile
    다음을 입력하여 하나의 configurejdbcos 태스크가 있는 프로파일에서 configurejdbcos.xml 파일을 실행하십시오.
    configmgr_cl execute -task configurejdbcos -profile myprofile
    다음을 입력하여 여러 개의 configurejdbcos 태스크가 있는 프로파일에서 configurejdbc.2.xml 파일을 실행하십시오.
    configmgr_cl execute -taskfile configurejdbc.2.xml
    -profile myprofile
    다음을 입력하여 하나의 configurejdbcos 태스크가 있는 프로파일에서 configureldap.xml 파일을 실행하십시오.
    configmgr_cl execute -task configureldap -profile myprofile
    다음을 입력하여 여러 개의 configureldap 태스크가 있는 프로파일에서 configureldap.3.xml 파일을 실행하십시오.
    configmgr_cl execute -taskfile configureldap.3.xml -profile myprofile
    다음을 입력하여 configureloginmodules.xml 파일을 실행하십시오.
    configmgr_cl execute -task configureloginmodules -profile myprofile
    다음을 입력하여 하나의 configurebootstrap 태스크가 있는 프로파일에서 configurebootstrap.xml 파일을 실행하십시오.
    configmgr_cl execute -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 매개변수를 지정할 때는 -task task_type 매개변수를 생략해도 됩니다.

    -profile myprofile
    -profile myprofile 매개변수는 사용할 프로파일을 지정합니다. myprofile 값은 다음 중 하나로 지정할 수 있습니다.
    • 프로파일 이름(예: ce_was_tiv_db2). 프로파일은 ce_install_path/tools/configure/profiles 디렉토리에 있어야 합니다. 여기서, ce_install_pathContent Platform 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"와 같이 입력하십시오.
    알아두기: configurejdbcgcd 태스크에 입력한 값은 GCD 데이터 소스용이었습니다. 나중에 설치 프로세스에서 각 오브젝트 저장소에 대한 configurejdbcos 태스크를 편집하여 한 번씩 실행해야 합니다.
  3. FileNet P8 도메인이 관리되지 않는 애플리케이션 서버를 여러 대 사용하는 경우, ce_install_path/ContentEngine/tools/configure/profiles/my_profile/ear/Engine-app_server_type.ear 파일을 추가 Content Platform Engine 서버 각각의 디렉토리에 복사하십시오.
    install_dir
    Content Platform Engine이 설치된 위치입니다.
    my_profile
    작성한 Configuration Manager 프로파일의 디렉토리입니다.
    Engine-app_server_type.ear
    해당 애플리케이션 서버 유형에 대한 EAR 파일입니다(예: Engine-ws.ear, Engine-wl.ear, Engine-jb.ear, Engine-jbc.ear 또는 Engine-jb6eap.ear).
    중요사항: 관리되지 않는 모든 추가 서버에서, JDBC 데이터 소스를 GCD에 구성하고 오브젝트 저장소의 JDBC 데이터 소스를 구성하며, LDAP 제공업체를 구성하기 위한 태스크만 실행하십시오. 추가 서버에 대한 태스크를 실행할 때는 configurebootstrap 옵션을 사용하지 마십시오.
  4. 이 서버의 4가지 필수 태스크에 대한 각 파일을 실행하기 전에, 필요에 따라 이 프로시저를 반복하여 다른 구성 XML 파일 중 하나를 실행하십시오.

결과

태스크 실행 상태 메시지가 표시됩니다.


마지막 업데이트 날짜: 2015년 10월
p8pin173.htm

© Copyright IBM Corp. 2013, 2015.