Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
Migrating IBM® WebSphere® Portal Express is a combination of exporting content from the earlier version, then importing that content to the current version. Use the migration scripts to accomplish these tasks.
Run the appropriate task script from the portal_server_root/migration directory, where portal_server_root is the directory in which the current WebSphere Portal Express version is installed. If using i5/OS, you can run the script from the UserData portal_server_root_user/migration directory, where portal_server_root is the directory in which the current WebSphere Portal Express version is installed.Operating System | Command |
---|---|
Windows | WPmigrate.bat portal-pre-upgrade -DbackupDirectory=dirname -DcurrentPortalDirectory=dirname -DportalAdminID=adminid -DportalAdminPassword=adminpassword -DWasUserId=wasid -DWasPassword=waspassword -DDbUserId=dbid -DDbPassword=dbpassword |
Linux | ./WPmigrate.sh portal-pre-upgrade -DbackupDirectory=dirname -DcurrentPortalDirectory=dirname -DportalAdminID=adminid -DportalAdminPassword=adminpassword -DWasUserId=wasid -DWasPassword=waspassword -DDbUserId=dbid -DDbPassword=dbpassword |
i5/OS | WPmigrate.sh portal-pre-upgrade -DbackupDirectory=dirname -DcurrentPortalDirectory=dirname -DportalAdminID=adminid -DportalAdminPassword=adminpassword -DWasUserId=wasid -DWasPassword=waspassword -DDbUserId=dbid -DDbPassword=dbpassword |
where:
Sample command to be included here
Migration log output from the portal-pre-upgrade task is stored in the WASPreUpgrade.time_stamp.log file, located in the backup directory specified above. You can use a text editor to view the LOG file.Operating System | Command |
---|---|
Windows | WPmigrate.bat portal-post-upgrade -DbackupDirectory=dirname -DportalAdminId=adminid -DportalAdminPassword=adminpassword -DWasUserId=wasid -DWasPassword=waspassword -DDbUserId=dbid -DDbPassword=dbpassword |
Linux | ./WPmigrate.sh portal-post-upgrade -DbackupDirectory=dirname -DportalAdminId=adminid -DportalAdminPassword=adminpassword -DWasUserId=wasid -DWasPassword=waspassword -DDbUserId=dbid -DDbPassword=dbpassword |
i5/OS | WPmigrate.sh portal-post-upgrade -DbackupDirectory=dirname -DportalAdminId=adminid -DportalAdminPassword=adminpassword -DWasUserId=wasid -DWasPassword=waspassword -DDbUserId=dbid -DDbPassword=dbpassword |
where:
The following properties are optional:
This property provides a temporary transition until all nodes in the environment are at the V6.1 level. At that point, you should modify your administration scripts to use all of the V6.1 settings, and use the convertScriptCompatability command to convert your configurations to match all of the V6.1 settings.
Sample command to be included here
Migration log output from the portal-post-upgrade task is stored in the WASPostUpgrade.time_stamp.log file, located in the profile_root/logs directory. You can use a text editor to view the LOG file.