기능 보강은 기존 프로파일을 기능 보강 템플리트로 변경하는 기능입니다. 기존
WebSphere®
Application Server 또는 WebSphere
Application Server Network Deployment 프로파일을
WebSphere ESB 프로파일로 기능 보강할 수 있습니다.
manageprofiles 명령을 사용하여
명령행에서 프로파일을 기능 보강할 수 있습니다.
프로시저
- 기존 프로파일이 작성된(Deployment Manager, 독립형 또는 관리) 템플리트를
판별하십시오. install_root/properties/profileRegistry.xml의
프로파일 레지스트리를 검토하여 프로파일 작성에 사용된 템플리트를
판별할 수 있습니다.
이 파일을 수정하지 말고 템플리트를 확인할 때에만 사용하십시오.
- 기능 보강할 적절한 템플리트를 찾으십시오. 기존 WebSphere
Application Server 또는 WebSphere
Application Server Network Deployment 프로파일을 WebSphere ESB
프로파일로 기능 보강할 수 있습니다. 다음 프로파일
템플리트가 사용 가능합니다.
- default.esbserver: 독립형 서버를 정의하는 WebSphere Enterprise Service Bus 독립형 서버 프로파일용.
- dmgr.esbserver: Deployment Manager를 정의하는 WebSphere Enterprise Service Bus Deployment Manager 프로파일용.
- managed.esbserver: Deployment Manager에 연합되는 경우, 관리 노드를 정의하는
WebSphere Enterprise Service Bus 사용자 정의 프로파일용.
기능 보강 템플리트가 포함된 기존 프로파일을 변경하려면 augment 매개변수를 사용하십시오. augment 매개변수를 지정하면
manageprofiles으로
-templatePath 매개변수의
템플리트를 사용하여
-profileName 매개변수에 식별된 프로파일이 갱신되거나 기능 보강됩니다. 사용 가능한
기능 보강 템플리트는 환경에 설치된 IBM®
제품 및 버전으로 판별됩니다.
-templatePath
매개변수에 상대 파일 경로를 지정하면 지정한 프로파일이 완전하게 기능 보강되지 않기 때문에
-templatePath
매개변수에 반드시 완전한 파일 경로를 지정해야 합니다.
주: install_dir/profileTemplates
디렉토리에 있는 파일을 수동으로 수정하지 마십시오.
- 명령행에서 파일을 실행하십시오. -profilePath 매개변수를
제공하지 마십시오. 다음은 단순한 예제입니다. 보다 복잡한 예제는
WebSphere ESB: 참조 문서의 또는 Oracle 데이터베이스에서 manageprofiles 명령으로 프로파일 기능 보강 - 예제Derby 또는 DB2 데이터베이스에서 manageprofiles 명령을 사용하여 프로파일 기능 보강 - 예제 또는 Oracle 데이터베이스에서 manageprofiles 명령으로 프로파일 기능 보강 - 예제
manageprofiles -augment
-templatePath install_root/profileTemplates/default.esbserver
-profileName MyProfileName

manageprofiles.sh
-augment -templatePath install_root/profileTemplates/default.esbserver
-profileName MyProfileName
manageprofiles.bat
-augment -templatePath install_root\profileTemplates\default.esbserver
-profileName MyProfileName
응답 파일을 작성한 경우에는 -response 매개변수 -response
myResponseFile을 사용하십시오.
다음 예제는 기능 보강 조작에 대한
응답 파일을 표시합니다.
augment
profileName=testResponseFileAugment
templatePath=install_root/profileTemplates/default.esbserver
nodeName=myNodeName
cellName=myCellName
hostName=myHostName
omitAction=myOptionalAction1, myOptionalAction2
명령은 명령이 실행될 때의 상태를 표시합니다. 명령이 완료될 때까지 대기하십시오. 응답 파일의
표준 구문 확인은 다른 응답 파일과 같이 파일이 구문 분석될 때 적용됩니다. 응답 파일에서 각각의 값은
명령행 매개변수로 취급됩니다.