WebSphere Enterprise Service Bus, 버전 6.2.0 운영 체제: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


manageprofiles 명령으로 프로파일 기능 보강

기능 보강은 기존 프로파일을 기능 보강 템플리트로 변경하는 기능입니다. 기존 WebSphere® Application Server 또는 WebSphere Application Server Network Deployment 프로파일을 WebSphere ESB 프로파일로 기능 보강할 수 있습니다. manageprofiles 명령을 사용하여 명령행에서 프로파일을 기능 보강할 수 있습니다.

시작하기 전에

이 프로시저를 사용하기 전에 다음 타스크를 완료했는지 확인하십시오.

이 타스크에 필요한 보안 역할: 프로파일 작성을 위해 루트가 아닌 사용자에게 파일 및 디렉토리에 대한 쓰기 권한 부여를 참조하십시오.

manageprofiles 명령을 사용하여 프로파일을 기능 보강하려면 다음 단계를 수행하십시오.

프로시저
  1. 기존 프로파일이 작성된(Deployment Manager, 독립형 또는 관리) 템플리트를 판별하십시오. install_root/properties/profileRegistry.xml의 프로파일 레지스트리를 검토하여 프로파일 작성에 사용된 템플리트를 판별할 수 있습니다. 이 파일을 수정하지 말고 템플리트를 확인할 때에만 사용하십시오.
  2. 기능 보강할 적절한 템플리트를 찾으십시오. 기존 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 디렉토리에 있는 파일을 수동으로 수정하지 마십시오.
  3. 명령행에서 파일을 실행하십시오. -profilePath 매개변수를 제공하지 마십시오. 다음은 단순한 예제입니다. 보다 복잡한 예제는 WebSphere ESB: 참조 문서의 또는 Oracle 데이터베이스에서 manageprofiles 명령으로 프로파일 기능 보강 - 예제Derby 또는 DB2 데이터베이스에서 manageprofiles 명령을 사용하여 프로파일 기능 보강 - 예제 또는 Oracle 데이터베이스에서 manageprofiles 명령으로 프로파일 기능 보강 - 예제
    • For i5/OS operating system manageprofiles -augment -templatePath install_root/profileTemplates/default.esbserver -profileName MyProfileName
    • For Linux operating systemFor UNIX operating system manageprofiles.sh -augment -templatePath install_root/profileTemplates/default.esbserver -profileName MyProfileName
    • For Windows operating system 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

    명령은 명령이 실행될 때의 상태를 표시합니다. 명령이 완료될 때까지 대기하십시오. 응답 파일의 표준 구문 확인은 다른 응답 파일과 같이 파일이 구문 분석될 때 적용됩니다. 응답 파일에서 각각의 값은 명령행 매개변수로 취급됩니다.

다음에 수행할 작업

INSTCONFSUCCESS: 프로파일 기능 보강 성공. 메시지를 수신하는 경우 프로파일 기능 보강이 완료되었음을 알 수 있으며, 다음 로그 파일을 검사할 수 있습니다.
  • For Linux operating systemFor UNIX operating system install_root/logs/manageprofiles/profile_name_augment.log
  • For Windows operating system install_root\logs\manageprofiles\profile_name_augment.log
  • For i5/OS operating system user_data_root/profileRegistry/logs/manageprofiles/profile_name_augment.log
설치 확인 테스트(IVT)를 실행하여 프로파일이 올바르게 기능 보강되었는지 확인하십시오. 이를 수행하려면 다음 명령을 실행하십시오.
  • For i5/OS operating system i5/OS® 플랫폼: profile_root/bin/wbi_ivt
  • For Linux operating systemFor UNIX operating system Linux® 및 UNIX® 플랫폼: profile_root/bin/wbi_ivt.sh
  • For Windows operating system Windows® 플랫폼: profile_root\bin\wbi_ivt.bat

task 타스크 주제

이용약관 | 피드백


시간소인 아이콘 마지막 갱신 날짜: 2010년 7월 7일 수요일


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/doc/tins_manageprofiles_aug.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
이 Information Center는 Eclipse 기술을 기반으로 합니다(http://www.eclipse.org 웹 사이트 참조).