WebSphere 기존 워크로드 마이그레이션 계획 맞춤설정

시작하기 전에

이 주제에서는 개발자가 이미 마이그레이션을 만들었고 마이그레이션 계획 파일이 있다고 가정합니다.

마이그레이션 계획 수정

파일 시스템을 복사하고 분석한 후 지정된 출력 경로 ANALYSIS_OUTPUT_PATH/config.yaml에 생성된 새 디렉터리에서 마이그레이션 계획을 찾을 수 있습니다.

필요에 따라 마이그레이션 계획을 수정하고 변경사항을 저장합니다.

마이그레이션 계획의 세부정보와 안내를 검토하여 필요에 따라 정보를 추가합니다.

특히 다음 섹션을 수정하는 것이 좋습니다.

애플리케이션 선택

마이그레이션 계획에서 애플리케이션 필드는 마이그레이션할 애플리케이션을 나타냅니다. 모든 애플리케이션을 마이그레이션하지 않으려면 이를 삭제할 수 있습니다.

applications:
- appName: hello-world-servlet-ear
  httpEndpoints:
  - httpPort: 9080
    httpsPort: 9443
    id: defaulthttpendpoint
  image:
    name: hello-world-servlet-ear
  path: /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/m4a-twas-ndNode01Cell/applications/Hello-World-Servlet.ear
…
- appName: commons-ejb-ear-provided-ear
  httpEndpoints:
  - httpPort: 9080
    httpsPort: 9443
    id: defaulthttpendpoint
  image:
    name: commons-ejb-ear-provided-ear
  path: /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/m4a-twas-ndNode01Cell/applications/commons-ejb-ear-provided.ear
  sharedLibraries:
  - /opt/IBM/WebSphere/AppServer/sharedJars/commons-io-2.8.0.jar

스캐너 옵션 설정

마이그레이션 계획에서 scannerOptions 필드는 IBM WebSphere Application Server Migration Toolkit for Application Binaries에 전달할 인수를 나타냅니다. 이 인수는 수정할 수 있습니다.

scannerOptions:
  # Setting 'includeSensitiveData: true' will upload sensitive data, if exists, such as private keys, to the artifacts repository
  includeSensitiveData: false
  sourceAppServer: was90

다음 단계