WebSphere Extended Deployment, Version 6.0.x     운영 체제: AIX, HP-UX, Linux, Solaris, Windows

ARFM 수동 설정 파일 이주

이 기사에서는 WebSphere Extended Deployment 버전 5.1에서 WebSphere Extended Deployment 버전 6.0.1로 ARFM(Autonomic Request Flow Manager) 수동 설정 파일을 이주하는 방법에 대해 설명합니다.

WebSphere Extended Deployment ARFM은 두 개의 모드(예: 자동(기본값) 또는 수동) 중 하나에서 조작하도록 arfmMode 이름의 셀 사용자 정의 특성을 통해 구성될 수 있습니다. WebSphere Extended Deployment 버전 5.1의 경우 동일한 이름의 노드 그룹 사용자 정의 특성을 통해 구성됩니다.

수동 모드에서 조작하도록 ARFM을 구성한 경우 각 On Demand Router, 전개 대상, 서비스 클래스 조합에 특정 수의 시트를 할당하는 수동 설정을 제공해야 합니다. WebSphere Extended Deployment 버전 5.1의 경우 이 수동 할당을 사용한 경우 이때 할당은 ARFM 제어기가 실행 중인 시스템의 <WasRoot>/properties/arfm/manual/cell_name/node_group_name.xml 파일에 지정됩니다. WebSphere Extended Deployment 버전 6.0에서, ARFM 제어기는 On Demand Router를 실행하는 시스템 중 하나에서 실행됩니다. WebSphere Extended Deployment 버전 6.0.1 이상에서 ARFM 제어기는 On Demand Router 또는 Node Agent를 실행 중인 시스템에서 실행될 수 있습니다.

다음은 WebSphere Extended Deployment 버전 5.1의 수동 설정 파일에 대한 예입니다. 이 예제에는 lymph 노드의 클러스터되지 않은 alice 서버 및 M13 클러스터와 같이 두 개의 전개 대상이 있습니다. 첫 번째 전개 대상에는 두 개의 서비스 클래스, 골드 및 실버가 있습니다. 골드 서비스 클래스는 골드 클래스의 로드를 M13에 전송하면서 프록시 사이에서 균등하게 나뉘는 12개의 시트를 가져옵니다. 실버의 경우 또 다른 12개의 시트는 두 개의 프록시 사이에서 명시적으로 불균등하게 구분됩니다.
<ng>
	<dt cluster="M13">
		<sc name="gold" numo="12"/>
		<sc name="silver"/>
			<proxy name="mycell/pnode1/odr" numo="4"/>
			<proxy name="mycell/pnode2/odr" numo="8"/>
		</sc>
</dt>
<dt node="lymph" server="alice"/>
		<sc name="gold" numo="15"/>

	</dt>
</ng>

이 파일이 WebSphere Extended Deployment 버전 5.1 구성에 있고 WebSphere Extended Deployment 버전 6.0.1 구성에서 이러한 설정을 계속 사용하려는 경우, ARFM 제어기가 실행 중인 시스템의 ProfileRoot/properties/arfm/manual/ 디렉토리에 cell_name.xml 파일을 작성하십시오. WebSphere Extended Deployment 버전 6.0에서, ARFM 제어기는 On Demand Router를 실행하는 시스템 중 하나에서 실행됩니다. WebSphere Extended Deployment 버전 6.0.1 이상에서 ARFM 제어기는 On Demand Router 또는 Node Agent를 실행 중인 시스템에서 실행될 수 있습니다.

XML 파일은 루트 요소로 cell 요소를 사용하며 모든 WebSphere Extended Deployment 버전 5.1 수동 설정 파일에서 필요한 만큼의 dt 요소를 포함합니다.

이전 예를 사용하면 WebSphere Extended Deployment 버전 6.0.1의 수동 설정 파일은 다음과 같습니다.
<cell>
	<dt cluster="M13">
		<sc name="gold" numo="12"/>
		<sc name="silver">
			<proxy name="mycell/pnode1/odr" numo="4"/>
			<proxy name="mycell/pnode2/odr" numo="8"/>
		</sc>
	</dt>
	<dt node="lymph" server="alice">
		<sc name="gold" numo="15"/>
	</dt>

	<!-- 
		plus the dt elements and sub-elements from other
		WebSphere Extended Deployment Version 5.1 manual settings files.
	-->

</cell>



Related concepts
이주 단계 수행 위치

Related tasks
WebSphere Extended Deployment 버전 5.1에서 이주
이주 단계

개념 주제    

이용 약관 | 피드백 마지막 갱신 날짜: Mar 21, 2006 11:29:05 AM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/migration/cxdmigarfm.html

© Copyright IBM 2005, 2006. All Rights Reserved.
이 Information Center는 Eclipse 테크놀러지로 강화되었습니다. (http://www.eclipse.org)