The WASPostUpgrade script

The WASPostUpgrade command is a migration tool for migrating the configuration and applications of previous versions to a WebSphere Application Server - Express application server node. The script is located in the /QIBM/ProdData/WebASE51/ASE/bin directory.

The WASPostUpgrade tool installs all migrated applications into the /QIBM/UserData/WebASE51/ASE/instance/installedApps directory, where instance is the name of the instance to which you are migrating. The tool includes applications from the installedApps directory and other directories from the previous version.

Authority

To run this script, your user profile must have *ALLOBJ authority.

Syntax

The syntax of the WASPostUpgrade script is:

WASPostUpgrade backupDirectory  -instance instance 
 [ -cellName cell_name ] [ -nodeName node_name ] 
 [ -webModuleAdditionalClasspath classpath ]
 [ -documentRootLimit number ]
 [ -substitute"key1=value1[;key2=value2;[...]]" ]
 [ -portBlock port_starting_number ] [ -backupConfig < true | false > ] 
 [ -replacePorts < true | false > ]  [ [ -traceString trace_spec 
 [ -traceFile file_name ] ]

Parameters

The parameters of the WASPostUpgrade script are:

Logging

The WASPostUpgrade tool displays status to the screen while running. It also saves a more extensive set of logging information in the WASPostUpgrade.log file. This file is located in the /QIBM/UserData/WebASE51/ASE/instance/logs directory, where instance is the name of the instance that you are migrating to.

Examples

Migrate from WebSphere Application Server Version 3.5.x Standard Edition

This example illustrates how to migrate from WebSphere Application Server Version 3.5.x, Advanced Edition. The WASPreUpgrade script created the backup directory named /home/was35_instancename/WAS35Std. The WASPostUpgrade script reads the configuration from this directory to migrate to WebSphere Application Server - Express.

WASPostUpgrade /home/was35_instancename/WAS35Std