将 WebSphere® Application
Server 迁移到新版本时,您还可以将 WebSphere eXtreme Scale Client 配置迁移到新 WebSphere Application
Server 安装
关于此任务
安装具有
WebSphere eXtreme
Scale 集成的
WebSphere Application
Server 新版本时,请首先用正常流程升级
WebSphere Application
Server。然后,在您的新安装上安装
WebSphere eXtreme Scale Client 的新版本。然后,可使用
xsmigration 脚本将
WebSphere eXtreme
Scale 配置信息移到新
WebSphere Application
Server 安装。
过程
- 从 V7 到 V8 迁移与部署管理器有关的配置。
- 运行 WebSphere Application
Server 备份脚本。 有关更多信息,请参阅 WASPreUpgrade command。
- 停止部署管理器。
- 访问 WebSphere eXtreme Scale Client 配置中的部署管理器服务器,并运行迁移脚本。
- 将目录切换为:<WXS_v8_install_root>/bin
- 运行以下命令:
xsmigration.bat|sh -targetwashome <WAS8x_HOME>
-sourcewashome <WAS7x_HOME> -targetprofilepath <WAS8x_DmgrProfile>
-sourceprofilepath <WAS7x_DmgrProfile>
其中- <WAS8x_HOME> 是 WebSphere Application
Server V8.x 安装的根目录位置。
示例:/opt/IBM/WebSphere8
- <WAS7x_HOME> 是 WebSphere Application
Server V7.x 安装的根目录位置。示例:/opt/IBM/WebSphere7
- <WAS8x_DmgrProfile> 是 WebSphere Application
Server V8.x 部署管理器概要文件的位置。示例:/opt/IBM/WebSphere8/profiles/DMgr01
- <WAS7x_DmgrProfile> 是 WebSphere Application
Server V7.x 部署管理器概要文件的位置。示例:/opt/IBM/WebSphere7/profiles/DMgr01
- 从 V7 到 V8 迁移与应用程序服务器有关的配置。
- 将目录切换为:<WXS_v8_install_root>/bin。
- 运行以下命令:
xsmigration.bat|sh -targetwashome <WAS8x_HOME>
-sourcewashome <WAS7x_HOME> -targetprofilepath <WAS8x_AppServerProfile>
-sourceprofilepath <WAS7x_AppServerProfile>
其中
- <WAS8x_HOME> 是 WebSphere Application
Server V8.x 安装的根目录位置。
示例:/opt/IBM/WebSphere8
- <WAS7x_HOME> 是 WebSphere Application
Server V7.x 安装的根目录位置。示例:/opt/IBM/WebSphere7
- <WAS8x_AppServerProfile> 是 WebSphere Application
Server V8.x 应用程序服务器概要文件的位置。示例:/opt/IBM/WebSphere8/profiles/AppServer01
- <WAS7x_AppServerProfile> 是 WebSphere Application
Server V7.x 应用程序服务器概要文件的位置。示例:/opt/IBM/WebSphere7/profiles/AppServer01
- 重新启动 WebSphere Application
Server V8 部署管理器,并将所有受管节点进行同步。