[AIX Solaris HP-UX Linux Windows][z/OS]

APCconfig.jacl 스크립트

애플리케이션 배치 제어기 구성을 지속적으로 변경하려면 APCconfig.jacl 스크립트를 사용하십시오.

목적

APCconfig.jacl 스크립트를 사용하여 애플리케이션 배치 제어기 및 동적 클러스터의 속성과 사용자 정의 특성을 수정할 수 있습니다.
전이 사용자용 전이 사용자용: APCconfig.jacl에 해당하는 WebSphere® Virtual Enterprise 명령은 xd_APCconfig.jacl입니다. WebSphere Virtual Enterprise에서 상태 전이를 수행하는 경우, APCconfig.jacl 명령과 동일하게 작동하는 xd_APCconfig.jacl 명령을 계속 사용할 수 있습니다. trns

위치

APCconfig.jacl 스크립트는 app_server_root/bin 디렉토리에 있습니다.

사용법

구성을 변경하려면 구성자 또는 관리자 관리 권한이 있어야 합니다.

wsadmin 도구를 사용하여 APCconfig.jacl 스크립트를 실행하려면 다음 명령을 사용하십시오.
wsadmin.sh -profile APCconfig.jacl -c "insert_proc"

insert_proc 변수 대신 프로시저 이름과 적절한 변수값을 사용하여 변경을 완료하십시오. 프로시저를 따옴표로 묶으십시오. 운영 체제에 따라 wsadmin 명령을 wsadmin.sh 또는 wsadmin.bat로 수정하십시오.

프로시저

애플리케이션 배치 제어기 또는 동적 클러스터에서 설정할 수 있는 올바른 속성 목록을 보려면 다음 wsadmin 명령을 실행하십시오.
 $AdminConfig show [$AdminConfig getid "/DynamicCluster:clustername/"]

사용 가능한 프로시저는 다음과 같습니다.

setAPCAttribute attribute_value
애플리케이션 배치 제어기에서 정의된 속성과 값을 설정합니다. 애플리케이션 배치 제어기의 올바른 속성 목록을 보려면 다음 wsadmin 명령을 실행하십시오.
$AdminConfig show [$AdminConfig getid "/AppPlacementController:/"]
getAPCAttribute attribute_name
지정된 애플리케이션 배치 제어기 속성과 값을 표시합니다.
setAPCCustomProperty property value description
지정된 애플리케이션 배치 제어기 사용자 정의 특성 이름, 값, 설명을 설정합니다. 애플리케이션 배치 제어기에서 설정할 수 있는 사용자 정의 특성에 대한 자세한 정보는 애플리케이션 배치 사용자 정의 특성에 대해 읽으십시오. 예를 들어, 다음 명령은 numVerticalInstances 사용자 정의 특성을 설정합니다.
wsadmin.sh -profile APCconfig.jacl -c "setAPCCustomProperty numVerticalInstances.myNode 3 verticalstacking"
getAPCCustomProperty custom_property_name
지정된 애플리케이션 배치 제어기 사용자 정의 특성 값과 설명을 가져옵니다. 예를 들어, 다음 명령은 numVerticalInstances 사용자 정의 특성 값을 가져옵니다.
wsadmin.sh -profile APCconfig.jacl -c "getAPCCustomProperty numVerticalInstances.myNode"
setDynamicClusterAttribute dynamic_cluster_name attribute_value
지정된 동적 클러스터에 대해 정의된 속성과 값을 설정합니다. 동적 클러스터의 올바른 속성 목록을 보려면 다음 wsadmin 명령을 실행하십시오.
$AdminConfig show [$AdminConfig getid "/DynamicCluster:clustername/"]
getDynamicClusterAttribute dynamic_cluster_name attribute
지정된 동적 클러스터 속성 값을 표시합니다.
setDynamicClusterCustomProperty dynamic_cluster_name custom_property_name value description
지정된 동적 클러스터에서 사용자 정의 특성을 설정합니다. 동적 클러스터에서 설정할 수 있는 사용자 정의 특성에 대한 자세한 정보는 동적 클러스터 사용자 정의 특성에 대해 읽으십시오. 예를 들어, 다음 명령은 HTTPsessionRebalanceOff 사용자 정의 특성을 설정합니다.
wsadmin.sh -profile APCconfig.jacl -c "setDynamicClusterCustomProperty my_dyncluster HTTPSessionRebalanceOff true disablerebalancing"
getDynamicClusterCustomProperty dynamic_cluster_name property
동적 클러스터에 대해 지정된 사용자 정의 특성 값을 가져옵니다. 예를 들어, 다음 명령은 HTTPSessionRebalanceOff 사용자 정의 특성 값을 가져옵니다.
wsadmin.sh -profile APCconfig.jacl -c "getDynamicClusterCustomProperty my_dyncluster HTTPSessionRebalanceOff"

주제 유형을 표시하는 아이콘 참조 주제



시간소인 아이콘 마지막 업데이트 날짜: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rwve_odappscript2
파일 이름:rwve_odappscript2.html