Use the WBIProfileUpgrade script to update application and configuration settings in a WebSphere® ESB profile when you are migrating clusters and in some other special situations.
The syntax is as follows:
profile_root/bin/ws_ant -f install_root/util/WBIProfileUpgrade.ant -DmigrationDir=backupDirectory [-Dcluster=clustername ]
profile_root/bin/ws_ant.sh -f install_root/util/WBIProfileUpgrade.ant -DmigrationDir=backupDirectory [-Dcluster=clustername ]
profile_root\bin\ws_ant.bat -f install_root\util\WBIProfileUpgrade.ant -DmigrationDir=backupDirectory [-Dcluster=clusterName ]
Enter the directory path for the folder to be used as backup directory for the deployment manager profile.
The WBIProfileUpgrade script creates a log when it runs that is written to the backupDirectory/logs/WBIProfileUpgrade.ant-profilename.time_stamp.log file, where backupDirectory is the value specified for the backupDirectory parameter. You can view the WBIProfileUpgrade.ant-profilename.time_stamp.log file with a text editor
/QIBM/UserData/WebSphere/ProcServer/profiles/Dmgr/bin>ws_ant -f /QIBM/ProdData/WebSphere/ProcServer/util/WBIProfileUpgrade.ant -DmigrationDir=/tmp/migrationBackup -Dcluster=clusterA
/opt/IBM/Server1/profiles/DMgr/bin>ws_ant.sh –f ../../../util/WBIProfileUpgrade.ant –DmigrationDir=/tmp/migrationBackup -Dcluster=clusterA
C:\IBM\Server1\profiles\DMgr\bin>ws_ant.bat –f ..\..\..\util\WBIProfileUpgrade.ant –DmigrationDir=c:\\temp\migrationBackup -Dcluster=clusterA