Content Platform Engine에 필요한 구성 XML 파일은
명령행에서 한 번에 하나씩 생성할 수 있습니다.
이 태스크 정보
다음을 수행하여 이러한 필수 구성 태스크에 대한
구성 XML 파일을 각각 생성해야 합니다.
- configurebootstrap 옵션을 사용하여
부트스트랩 특성 파일을 작성하십시오.
- configurepricingmodel 옵션을 사용하여 라이센싱을 위한 XML 파일을 작성하십시오.
- configurejdbcgcd 옵션을 사용하여
GCD(글로벌 구성 데이터베이스)
데이터베이스에 JDBC 데이터 소스를 구성하기 위한 XML 파일을 작성하십시오.
- configurejdbcos 옵션을 사용하여
단일 오브젝트 저장소 데이터베이스에 JDBC 데이터 소스를 구성하기 위한 XML 파일을 작성하십시오.
- configureldap 옵션을 사용하여
LDAP 제공업체를 구성하기 위한 XML 파일을 작성하십시오.
- configureloginmodules 옵션을 사용하여 로그인 모듈을 구성하기 위한 XML 파일을 작성하십시오.
프로시저
한 번에 하나의 구성 XML 파일을 생성하려면 다음을 수행하십시오.
- config_mgr_user로 애플리케이션 서버에 로그온하십시오.
이는 Configuration Manager를 실행하는
사용자입니다.
- 현재 디렉토리를 ce_install_path/tools/configure로
변경하십시오.
- 필요한 태스크에 대한 적절한 명령을 실행하십시오. 명령을 입력할 때는 줄을 바꾸지 마십시오.
- WebSphere® Application
Server만 해당. 다음을 입력하여 configurebootstrap 태스크에 대한
configurebootstrap.xml 파일을 생성하십시오.
configmgr_cl generateconfig -appserver app_server_type
-repositorytype ldap_repository_type
-task configurebootstrap -bootstrap bootstrap_operation
-profile myprofile
- 다음을 입력하여 configurepricingmodel 태스크를 위한
configurepricingmodel.xml 파일을 생성하십시오.
configmgr_cl generateconfig -appserver app_server_type
-task configurepricingmodel -profile myprofile
- 5.2.0 이전 버전의 FileNet® P8을 업그레이드하는 경우
Process Engine의 데이터 소스를 위해 configurejdbcgos 태스크용의
configurejdbcos.n.xml 파일을 생성하십시오.
configmgr_cl generateconfig -appserver app_server_type
-db db_type -task configurejdbcos -profile myprofile
- 다음을 입력하여 configureldap 태스크에 대한 configureldap.xml 파일을 생성하십시오.
configmgr_cl generateconfig -appserver app_server_type
-repositorytype ldap_repository_type -ldap ldap_type
-task configureldap -profile myprofile
- 다음을 입력하여 configureloginmodules 태스크에 대한
configureloginmodules.xml 파일을 생성하십시오.
configmgr_cl generateconfig -appserver app_server_type
-repositorytype ldap_repository_type -task configureloginmodules
-profile myprofile
각 항목에 대한 설명은 다음과 같습니다.
- -appserver appserver_name
- -appserver appserver_type은
애플리케이션 서버의 유형을 지정하며 WebSphere이어야 합니다.
- -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 옵션을 사용하여
단일 파일을 생성할 경우에만 필요합니다.
이 매개변수는 프로파일에 대한 부트스트랩 및 텍스트 추출 조작을 지정하고 새로 작성, 수정 또는 업그레이드여야 합니다.
- -task task_name
- 필수 매개변수 -task task_name은 어떤 태스크가 해당
XML 파일을 생성하는지 지정합니다. task_name은 다음 중 하나가
될 수 있습니다. configurebootstrap, configurepricingmodel, configurejdbcgcd, configureldap 또는
configureloginmodules
- -profile myprofile
- -profile myprofile 매개변수는
사용할 프로파일을 지정합니다. myprofile 값은 다음 중
하나로 지정할 수 있습니다.
- 프로파일 이름(예: ce_was_tiv_db2). 프로파일은
ce_install_path/tools/configure/profiles 디렉토리에 있어야 합니다.
여기서, ce_install_path는
Content 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"와 같이 입력하십시오.
- 필요에 따라 이 프로시저를 반복하여
필수 XML 구성 파일을 모두 생성하십시오.