Configuration Manager의 명령행
버전을 사용하여 업그레이드된 Content Platform Engine
인스턴스를 웹 애플리케이션 서버에 배치할 수 있습니다. 그러면 Content Platform Engine 애플리케이션을 사용할 수 있습니다.
시작하기 전에
애플리케이션
서버 인스턴스를 실행하거나 중지해야 합니다.
표 1. 필수 애플리케이션 서버 상태옵션 |
설명 |
WebSphere® Application
Server |
애플리케이션
서버 인스턴스가 실행되지 않은 경우 이를 시작하십시오. |
JBoss Application Server |
애플리케이션 서버 인스턴스를 중지하십시오. |
WebLogic Server |
애플리케이션
서버 인스턴스가 실행되지 않은 경우 이를 시작하십시오. |
이 태스크 정보
중요사항: 고가용성 환경에서
Content Platform Engine 배치 시 배치 대상으로 클러스터를 지정해야 합니다.
자세한 구문은 Configuration Manager 명령행 참조에서 찾을 수 있습니다.
프로시저
명령행에서
Content Platform Engine 인스턴스를 배치하려면
다음을 수행하십시오.
- config_mgr_user 사용자로 애플리케이션 서버 시스템에 로그온하십시오.
이는 Configuration Manager의 사용자입니다.
- 현재 디렉토리를 ce_install_path/tools/configure로 설정하십시오.
여기서, ce_install_path는 Content Engine이 설치된
위치입니다.
- 다음 명령을 실행하여 deployapplication.xml 파일에 있는 설정을 적용하십시오.
configmgr_cl execute -task deployapplication -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"와 같이 입력하십시오.
- 옵션: 다음 명령을 실행하여 Deploy Application 태스크가 완료되었는지 확인하십시오.
configmgr_cl checkstatus -task deployapplication -profile myprofile
- 이 프로시저를 반복하여 추가 Content Platform Engine 인스턴스를
배치하십시오.