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


WBIProfileUpgrade 스크립트

WBIProfileUpgrade 스크립트를 사용하여 클러스터 및 기타 특수 상황 이주 중에 WebSphere® ESB 프로파일에서 응용프로그램 및 구성 설정값을 갱신합니다.

목적

WBIProfileUpgradeWebSphere ESB 프로파일에서 WebSphere ESB 및 구성 설정값으로 제공된 지원 응용프로그램을 갱신하는 Apache™ Ant 스크립트입니다. 일반적으로 이 스크립트는 이주 마법사 또는 WBIPostUpgrade 명령을 실행하여 자동으로 호출됩니다. 그러나 클러스터를 이주할 때 이주 마법사나 WBIPostUpgrade 명령을 해당 클러스터 구성원에서 실행한 후 WBIProfileUpgrade를 수동으로 호출해야 합니다. 또한 수동으로 내부 지원 응용프로그램을 이주하거나 이주 중에 오류가 발생한 일부 경우에는 WBIProfileUpgrade를 호출해야 합니다.

구문

구문은 다음과 같습니다.

For i5/OS operating system
profile_root/bin/ws_ant -f install_root/util/WBIProfileUpgrade.ant 
    -DmigrationDir=backupDirectory [-Dcluster=clustername ]
For Linux operating systemFor UNIX operating system
profile_root/bin/ws_ant.sh -f install_root/util/WBIProfileUpgrade.ant 
    -DmigrationDir=backupDirectory [-Dcluster=clustername ]
For Windows operating system
profile_root\bin\ws_ant.bat -f install_root\util\WBIProfileUpgrade.ant
    -DmigrationDir=backupDirectory [-Dcluster=clusterName ]

매개변수

profile_root
이주 중인 프로파일이 있는 디렉토리입니다. ws_ant 명령은 이 프로파일 디렉토리의 bin 하위 디렉토리에 있습니다.
install_root
WebSphere ESB가 설치된 디렉토리입니다.
backupDirectory
이 매개변수는 필수입니다. backupDirectoryWBIPreUpgrade 명령으로 작성한 이주 고유의 백업 디렉토리가 있는 디렉토리 이름입니다.

변경 시작Deployment Manager 프로파일의 백업 디렉토리로 사용할 폴더의 디렉토리 경로를 입력하십시오. 변경 끝

clusterName
이주해야 하는 클러스터 이름을 지정합니다.

로깅

WBIProfileUpgrade 스크립트는 실행 시, backupDirectory/ logs/WBIProfileUpgrade.ant-profilename.time_stamp.log 파일에 기록되는 로그를 작성하며, 여기서 backupDirectory는 backupDirectory 매개변수에 지정되는 값입니다. 문서 편집기로 WBIProfileUpgrade.ant-profilename.time_stamp.log 파일을 볼 수 있습니다.

주: 다음 예제는 각각 한 개의 명령행이지만 읽기 편하도록 여러 행에 표시되어 있습니다.
For i5/OS operating system
/QIBM/UserData/WebSphere/ProcServer/profiles/Dmgr/bin>ws_ant 
-f /QIBM/ProdData/WebSphere/ProcServer/util/WBIProfileUpgrade.ant 
-DmigrationDir=/tmp/migrationBackup -Dcluster=clusterA 
For Linux operating systemFor UNIX operating system
/opt/IBM/Server1/profiles/DMgr/bin>ws_ant.sh –f 
../../../util/WBIProfileUpgrade.ant –DmigrationDir=/tmp/migrationBackup 
-Dcluster=clusterA
For Windows operating system 변경 시작
C:\IBM\Server1\profiles\DMgr\bin>ws_ant.bat –f
..\..\..\util\WBIProfileUpgrade.ant –DmigrationDir=c:\\temp\migrationBackup
-Dcluster=clusterA
변경 끝

reference 참조 주제

이용약관 | 피드백


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


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