WebSphere® ESB의 새 버전으로 이주 프로세스를 시작하기 전에
다음 대상 프로파일 고려사항을 숙지해야 합니다.
이주하는 데 올바른 대상 프로파일을 작성하는 것은 이주 프로세스의
중요한 부분입니다. 프로파일을 이주할 경우 새 대상 프로파일을 작성하는 것이
좋습니다. 이주 대상 프로파일을 작성할 경우
WebSphere ESB 버전 6.0.x 또는 6.1.x 프로파일 또는
WebSphere Application Server 프로파일과 동일한 노드 이름, 셀 이름 및
기능 보강 레벨과 가능한 경우 동일한 호스트 이름으로 이 프로파일을 작성해야 합니다.
팁: 사전에
대상 프로파일을 작성한 경우 이주 전에 새 버전 6.2 노드로
셀 레벨 변경을 수행하면(예: 가상 호스트 정보 변경) 이주 중에 이러한 변경사항이 유실되므로 이를 변경하지 마십시오. 대신 변경을 수행하기 전에 노드가 이주될 때까지
기다리십시오. 그렇지 않으면 Deployment Manager에서 실행되는 관리 콘솔을 사용하여
이주 후에 새 셀을 수동으로 모두 다시 변경해야 합니다(예: 가상 호스트 및
호스트 별명 정보 변경).
이주 마법사 및 명령행 도구 둘 모두에는 새 대상 프로파일 작성을 용이하게 하는
내장 옵션이 있습니다.
이주 마법사
이주 마법사를 사용할 경우 이주할 프로파일 유형에
관계 없이 항상 이주 마법사 분할창에서
새 프로파일 작성 옵션을 선택하여
이주를 위해
WebSphere ESB 버전 6.2에 새 프로파일을 작성하십시오.
이 옵션은 이주를 위해 올바른 구성 설정으로 새 프로파일을
작성합니다.
주: 이주 마법사는
WebSphere Application Server 프로파일 이주를 지원하지 않습니다.
전체 WebSphere ESB 설치 또는
WebSphere ESB 클라이언트 설치에서
WebSphere Application Server 프로파일을 이주할 경우 명령행 도구를
사용해야 합니다.
주: 이주 마법사는 그래픽이 아닌 환경에서 실행할 수 없습니다. 그래픽이 아닌 환경의 예로는 i5/OS
플랫폼 또는 Telnet 세션이 있습니다. 그래픽이 아닌 환경에서 이주를 실행하려면
명령행 도구를 사용하십시오.
명령행 도구
이주 명령행 도구를 사용할 경우 이주할 프로파일 유형에
관계 없이
WBIPostUpgrade를 호출할 때
-createTargetProfile을 사용하여
이주를 위해
WebSphere ESB 버전 6.2 설치에
새 프로파일을 작성하십시오. 이주 명령행 도구의 전체 설명은
WBIPreUpgrade 명령행 유틸리티 및
WBIPostUpgrade 명령행 유틸리티를 참조하십시오.
주: 이주 프레임워크
외부에서 이주할 대상 프로파일을 작성하려면 선택적으로 manageprofiles 명령을
사용할 수 있습니다. 예로는 이주 타스크를 실행할 때 대상 프로파일을 준비 중인
경우가 있습니다.
주: i5/OS 플랫폼에서 이주할 경우
다음 고려사항을 숙지해야 합니다.
- 대상 프로파일 이름이 이주되고 있는 소스 프로파일의
프로파일 이름과 일치해야 합니다.
- WBIPostUpgrade 스크립트에 -createTargetProfile를 지정하는 경우
install_root/bin/enableJVM 스크립트를 호출하여
대상 프로파일을 이주한 후에 대상 프로파일 JVM 유형을 원하는 값으로 설정할 수
있습니다. WBIPostUpgrade 스크립트에서는
대상 프로파일이 이주 프로세스의 소스 프로파일과 동일한 JVM 유형으로
생성되어야 합니다.
- manageprofiles를 사용하여 수동으로 대상 프로파일을 생성하는 경우,
대상 프로파일 JVM 유형이 소스 프로파일 JVM 유형과 일치하는지
확인해야 합니다. WBIPostUpgrade 스크립트를 호출하기 전에 대상 프로파일 JVM 유형을
설정하려면 install_root/bin/enableJVM 스크립트를 호출하여
이를 수행할 수 있습니다.
- enableJVM 명령의 [-profile target_profile_name]
옵션은 제품 설치의 모든 프로파일이 지정된 유형으로 전환되지 않도록
하는 데 사용되어야 합니다.
명령행 도구를 사용하여 작성된 프로파일 예제
주: 다음 예제에서는
작성할 프로파일 유형에 따라
-templatePath의 다음 매개변수 중 하나를
사용하십시오.
- WebSphere ESB 독립형
서버: <WAS_HOME>/profileTemplates/default.wbiserver
- WebSphere ESB Deployment
Manager: <WAS_HOME>/profileTemplates/dmgr.wbiserver
- WebSphere ESB 사용자 정의
노드: <WAS_HOME>/profileTemplates/managed.wbiserver
- WebSphere Application Server 독립형
서버: <WAS_HOME>/profileTemplates/default
- WebSphere Application Server 사용자 정의
노드: <WAS_HOME>/profileTemplates/managed
예제: WebSphere Process Server 프로파일 작성
- 독립형 서버 및 Deployment Manager: manageprofiles
-create -profileName <profname> -templatePath <example: <WAS-HOME>/profileTemplates/(default)(dmgr).wbiserver>
-profilePath <example: /QIBM/UserData/<WAS_HOME>/profiles/<profname>>
-winserviceCheck false -defaultPorts -createDefaultProfileForMigration
true -dbDelayConfig true -omitAction defaultAppDeployAndConfig
- 사용자 정의 노드: manageprofiles -create -profileName <profname>
-templatePath <example: <WAS-HOME>/profileTemplates/managed.wbiserver>
-nodeName <nodename> -cellName <cellname> -hostName <hostname>
-defaultPorts -createDefaultProfileForMigration true -dbDelayConfig
true
예제: WebSphere Application Server 프로파일 작성
- 독립형 서버 및 Deployment Manager: manageprofiles
-create -profileName <profname> -templatePath <WAS_HOME>/profileTemplates/default
-profilePath <WAS_HOME>/profiles/<profname> -cellName <cellname>
-winserviceCheck false -defaultPorts -hostName <hostname> -omitAction
defaultAppDeployAndConfig -nodeName <nodename> -enableAdminSecurity
false
- 사용자 정의 노드: manageprofiles -create -profileName <profname>
-templatePath <WAS_HOME>/profileTemplates/managed -profilePath <WAS_HOME>/profiles/<profname>
-cellname <cellname> -hostName <hostname> -nodeName <nodename>
-federateLater true