명령행에서 단일 명령을 사용하여 IBM® Enterprise
Records
웹 애플리케이션 배치 프로파일을 위한 필수 구성 XML 파일을
생성할 수 있습니다.
generateConfig 명령을 실행하면
단일 애플리케이션 서버 또는 고가용성 설치에서 웹
애플리케이션 배치 프로파일을 위한 필수 구성 XML 파일이
작성됩니다.
웹 애플리케이션 배치 프로파일을 위한 구성 XML 파일을 생성하려면
다음을 수행하십시오.
- Configuration Manager를 실행할 권한이 있는 사용자로 IBM Enterprise
Records 서버에 로그온하십시오.
명령 창을 여십시오.
- 현재 디렉토리를 ier_install_path/configure로 변경하십시오.
여기서 ier_install_path는 IBM Enterprise
Records 소프트웨어가 설치된 위치입니다.
- 사용자 환경에 따라 다음 명령 중 하나를
실행하십시오. 명령을 입력할 때 줄 바꿈을
입력하지 마십시오. generateConfig 명령에 대한 자세한 정보는
이 주제의 끝에 있는 링크를 참조하십시오.
- 웹 애플리케이션 배치 프로파일을 생성하십시오.
- Windows의 경우 다음 명령은 ier_install_Path\configure\profiles\ 디렉토리에
배치할 새 웹 애플리케이션 프로파일의 WSWebApplicationDeploymentFile 파일을 생성합니다.
configmgr_cl.exe generateConfig -appserver appserver_name
-profiletype webapplication_deployment -profile
"C:\Program Files\IBM\EnterpriseRecords\configure
\profiles\WSWebApplicationDeploymentProfile"
- UNIX의 경우 다음 명령은 ier_install_Path/configure/profiles/ 디렉토리에
배치할 새 웹 애플리케이션 프로파일의 WSWebApplicationDeploymentFile 파일을 생성합니다.
./configmgr_cl generateConfig -appserver appserver_name
-profiletype webapplication_deployment -deploymenttype cluster
-aextdeploymenttype cluster -profile "/opt/IBM/EnterpriseRecords
/configure/profiles/WSWebApplicationDeploymentProfile"
중요사항: 이 명령행 절의 나머지 부분에서는 Windows 샘플만을 다룹니다.
- 클러스터 환경에서 웹 애플리케이션 배치를 생성합니다.
- Windows의 경우 다음 명령은 ier_install_Path\configure\profiles\ 디렉토리의 클러스터 환경에
배치할 새 웹 애플리케이션 프로파일의 WSWebApplicationDeploymentFile 파일을 생성합니다.
configmgr_cl.exe generateConfig -appserver appserver_name
-profiletype webapplication_deployment -deploymenttype cluster
-aextdeploymenttype cluster -profile "C:\Program Files\
IBM\EnterpriseRecords\configure\profiles
\WSWebApplicationDeploymentProfile"
- 예제
- -appserver appserver_name 매개변수는
애플리케이션 서버 유형을 지정하고 websphere, weblogic 또는
jboss여야 합니다. 다른 매개변수 정보는 이 주제의 끝에 있는 링크를 참조하십시오.
알아두기: 경로에 공간이 있는 디렉토리 이름이 있는 경우, 전체 경로를 따옴표로 묶으십시오