Previous | Next
Create the remote migration .jar file
Step 3: Scenario 2: Migrating cells across operating systems using the command-line toolsThis .jar file contains the files necessary to run WASPreUpgrade on a system which does not have WAS installed. The generated archive contains OS specific code, and will only execute on the same architecture the archive was created on.
Procedure
- On the WAS v8 system, run...
cd WAS_HOME/bin/migration/bin
createRemoteMigrJar.sh -targetDir /dir/for/remote/migration/jar
...to create...
WAS_V8_OS.arch_RemoteMigrSupport.zip.
For example...
WAS_V8_windows.x86_RemoteMigrSupport.zip
- Send the .jar file to the system where your source profile resides.
- Extract the file to a temporary location.
- Cd to the bin directory in the temporary location.
- Run WASPreUpgrade against the source profile to be migrated using the parameter:
-machineChange true
What to do next
Create the target dmgr profile