Content Platform Engine, 버전 5.2.1              

동시에 모든 구성 XML 파일 생성

Content Platform Engine에 필요한 모든 구성 XML 파일을 명령행에서 한 개의 명령으로 동시에 생성할 수 있습니다.

이 태스크 정보

generateconfig 명령을 실행하면 필요한 구성 XML 파일이 모두 작성됩니다.

프로시저

모든 구성 XML 파일을 한 번에 생성하려면 다음을 수행하십시오.

  1. Configuration Manager를 실행하는 사용자인 config_mgr_userContent Platform Engine 서버에 로그온하십시오.
  2. 현재 디렉토리를 ce_install_path/tools/configure로 변경하십시오. 여기서, ce_install_pathContent Platform Engine 소프트웨어가 설치된 위치입니다.
  3. 다음 명령을 실행하십시오. 명령을 입력할 때는 줄을 바꾸지 마십시오.
    WebSphere® Application Server
    configmgr_cl generateconfig -appserver app_server_type
     -license license_type
     -repositorytype  ldap_repository_type
     -db db_type -ldap ldap_type
     -bootstrap bootstrap_operation
     -deploy deploy_type -profile myprofile
    Oracle WebLogic Server
    configmgr_cl generateconfig -appserver app_server_type
     -license license_type
     -db db_type -ldap ldap_type
     -bootstrap bootstrap_operation
     -deploy deploy_type -profile myprofile
    JBoss Application Server
    configmgr_cl generateconfig -appserver app_server_type
     -appserverVersion app_server_version
     -license license_type
     -db db_type -ldap ldap_type
     -bootstrap bootstrap_operation
     -deploy deploy_type -profile myprofile

    각 항목에 대한 설명은 다음과 같습니다.

    -appserver appserver_name
    -appserver appserver_type 매개변수는 애플리케이션 서버의 유형을 지정하며 WebSphere, JBoss 또는 WebLogic이어야 합니다.
    -appserverVersion appserverVersion
    JBoss Application Server만 해당. -appserverVersion appserverVersion 매개변수는 JBoss Application Server 버전을 지정합니다. 유효한 값은 5.x_EAP5.x_AS입니다.
    -license license_type
    -license license_type 매개변수는 라이센스 유형을 지정하며 UVU, "PVU Production" 또는 "PVU Non-Production"이어야 합니다. 매개변수 값에 공백이 있는 경우 큰따옴표로 구분해야 합니다.
    -repositorytype ldap_repository_type
    WebSphere Application Server만 해당. -repositorytype ldap_repository_type 매개변수는 사용할 LDAP 저장소의 유형을 지정하며 standalone 또는 federated여야 합니다.
    -db database_type
    -db database_type 매개변수는 모든 파일을 한 번에 생성하거나, configurejdbcgcd 옵션 또는 configurejdbcos 옵션을 사용하여 단일 파일을 생성할 경우에만 필요합니다. 이 매개변수는 Content Platform Engine에 사용될 데이터베이스의 유형을 지정하며 mssql, oracle, oracle_rac, db2, db2zos 또는 db2pshadr이어야 합니다.
    -ldap ldap_type
    -ldap ldap_type 매개변수는 모든 파일을 한 번에 생성하거나, configureldap 옵션을 사용하여 단일 파일을 생성할 경우에만 필요합니다. 이 매개변수는 Content Platform Engine이 사용자 인증에 사용하는 디렉토리 서비스 저장소의 유형을 지정하며 activedirectory, adam, ca, edirectory, oid, oracledirectoryse 또는 tivoli여야 합니다. adam 값은 Microsoft ADAM 및 AD LDS에 모두 해당됩니다.
    -bootstrap bootstrap_operation
    -bootstrap bootstrap_operation 매개변수는 모든 파일을 한 번에 생성하거나 configurebootstrap 옵션을 사용하여 단일 파일을 생성할 경우에만 필요합니다. 이 매개변수는 프로파일에 대한 부트스트랩 및 텍스트 추출 조작을 지정하고 새로 작성, 수정 또는 업그레이드여야 합니다.
    -deploy deploy_type
    -deploy deploy_type 매개변수는 모든 파일을 한 번에 생성하거나, deployapplication 옵션을 사용하여 단일 파일을 생성할 경우에만 필요합니다. 이 매개변수는 Content Platform Engine의 배치 유형을 지정합니다. 값은 standard, cluster 또는 netdeploy(네트워크 배치)로 지정해야 합니다.

    Content Platform Engine을 독립형(관리 서버 또는 클러스터 서버 아님) WebSphere Application Server, JBoss Application Server 또는 Oracle WebLogic Server에 배치하는 경우, standard를 지정하십시오.

    Content Platform EngineWebSphere Application Server, JBoss Application Server 또는 Oracle WebLogic Server 클러스터에 배치하는 경우 cluster를 지정하십시오.

    Content Platform Engine을 관리된 WebSphere Application Server 인스턴스에 배치하는 경우, netdeploy를 지정하십시오. 즉, 네트워크 배치를 사용하여 클러스터에 없는 개별 서버를 관리합니다.

    -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"와 같이 입력하십시오.

예를 들어 다음 명령은 ce_install_path/tools/configure/profiles/wstdb2 디렉토리의 LDAP 저장소 및 DB2®를 사용하는 WebSphere(IBM® Tivoli® Directory Server)에 표준 배치할 수 있는 새로운 설치 프로파일로 사용할 구성 XML 파일을 모두 생성합니다.

configmgr_cl generateconfig -appserver WebSphere
 -license "PVU Production"
 -repositorytype standalone -db db2 -ldap tivoli
 -bootstrap new -deploy standard -profile wstdb2


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

© Copyright IBM Corp. 2013, 2015.