이 기사에서는 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를 실행 중인 시스템에서 실행될 수 있습니다.
<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 요소를 포함합니다.
<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에서 이주
이주 단계