IBM Enterprise Records, 버전 5.1 이상              

generateConfig 명령

generateConfig 명령에서는 지정된 구성 프로파일을 위한 구성 XML 파일을 생성합니다. 명령 이름은 대소문자를 구분하지 않습니다.

generateConfig 명령 구문

다음 구문에는 읽기를 위한 명령을 형식화하는 줄 바꿈이 있습니다. 줄 바꿈 없이 하나의 행에 명령 및 옵션을 입력하십시오.

configmgr_cl.exe generateConfig -appserver app_server_type 
-profiletype profile_type
-profile path_myprofile_directory [-deploymenttype 
ier_websphere_deployment] [-aextdeploymenttype 
-aext_websphere-deployment] [-silent] [-help] [-debug]

generateConfig 명령 매개변수

-appserver app_server_type
-appserver app_server_type 매개변수는 애플리케이션 서버 유형을 지정하고 websphere, weblogic 또는 jboss여야 합니다. 이 매개변수는 webapplication_deployment 프로파일 유형에만 적용됩니다. 다른 프로파일 유형에서는 이 매개변수가 무시됩니다.
-profiletype profile_type_profile
-profiletype profile_type_profile 매개변수는 사용할 프로파일을 지정합니다. profile_type_profile 값은 다음 항목 중 하나여야 합니다.
  • webapplication_deployment - 웹 애플리케이션 프로파일
  • objectstore_configuration - 오브젝트 저장소 구성 파일
  • objectstore_upgrade - 업그레이드 구성 프로파일
-profile path_myprofile_directory
-profile path_myprofile_directory 매개변수는 작성하는 프로파일에 대한 디렉토리 경로를 지정합니다. 전체 경로(예: C:\Program Files\IBM\EnterpriseRecords\configure\profiles\WASWebApplicationDeploymentFile) 또는 ier_install_path/configure/profiles에 대한 상대 경로(예: WASWebApplicationDeploymentFile)를 지정할 수 있습니다. 경로에 공백이 있는 경우, 경로를 큰따옴표로 묶으십시오.
-deploymenttype ier_websphere_deployment
-deploymenttype ier_websphere_deployment 매개변수는 WebSphere®에서 IBM® Enterprise Records의 배치 유형을 지정합니다. 유효한 값은 standard, cluster 또는 network여야 합니다. 이 매개변수는 –appserverwebsphere로 설정된 webapplication_deployment 프로파일 유형에만 적용됩니다. 다른 경우에는 이 매개변수가 무시됩니다. 이 매개변수를 지정하지 않은 경우, 기본값인 표준으로 지정됩니다.
-aextdeploymenttype aext_websphere_deployment
-aextdeploymenttype aext_websphere_deployment 매개변수는 WebSphere에서 Application Engine 또는 Workplace XT의 배치 유형을 지정합니다. 유효한 값은 standard, cluster 또는 network여야 합니다. 이 매개변수는 –appserverwebsphere로 설정된 webapplication_deployment 프로파일 유형에만 적용됩니다. 다른 경우에는 이 매개변수가 무시됩니다. 이 매개변수를 지정하지 않은 경우, 기본값인 표준으로 지정됩니다.
-debug
-debug 매개변수를 사용하면 명령에 대한 로깅이 가능합니다.
제한사항: 이 매개변수는 HP-UX 설치에서 사용할 수 없습니다.
-silent
-silent 매개변수를 사용하면 명령 실행 시 출력이 없습니다.
-help
-help는 명령 도움말을 표시합니다.

generateconfig 명령 예제

다음 예제에는 읽기를 위한 명령을 형식화하는 줄 바꿈이 있습니다. 줄 바꿈 없이 하나의 행에 명령 및 옵션을 입력하십시오.

generateconfig 명령의 도움말을 표시합니다.
다음 명령은 generateconfig 명령의 도움말을 표시합니다.
configmgr_cl.exe generateconfig -help
WebSphere에서 웹 애플리케이션 배치를 생성합니다.
다음 명령은 C:\Program Files\IBM\EnterpriseRecords\configure\profiles\ 디렉토리의 WebSphere에 배치할 새 웹 애플리케이션 프로파일의 WSWebApplicationDeploymentFile 파일을 생성합니다.
configmgr_cl.exe generateConfig -appserver websphere
-profiletype webapplication_deployment -profile 
"C:\Program Files\IBM\EnterpriseRecords\configure
\profiles\WSWebApplicationDeploymentFile"
WebSphere 클러스터 환경에 웹 애플리케이션 배치를 생성합니다.
다음 명령은 C:\Program Files\IBM\EnterpriseRecords\configure\profiles\ 디렉토리의 WebSphere 클러스터 환경에 배치할 새 웹 애플리케이션 프로파일의 WSWebApplicationDeploymentFile 파일을 생성합니다.
configmgr_cl.exe generateConfig -appserver websphere
-profiletype webapplication_deployment -deploymenttype cluster
-aextdeploymenttype cluster -profile "C:\Program Files\
IBM\EnterpriseRecords\configure\profiles
\WSWebApplicationDeploymentFile"
오브젝트 저장소 구성 프로파일을 생성합니다.
다음 명령은 C:\Program Files\IBM\EnterpriseRecords\configure\profiles\ 디렉토리에서 새 오브젝트 저장소 프로파일의 ObjectStoreConfigurationProfile 파일을 생성합니다.
configmgr_cl.exe generateConfig -profiletype 
objectstore_configuration -profile 
"C:\Program Files\IBM\EnterpriseRecords\configure\
profiles\ObjectStoreConfigurationProfile"


피드백

마지막 업데이트 날짜: 2011년 8월


© Copyright IBM Corp. 2011.
이 Information Center는 Eclipse 기술로 구현됩니다. (http://www.eclipse.org 웹 사이트 참조)