WASMigrationAppInstaller command

The WASMigrationAppInstaller command for WebSphere® Application Server Versão 9.0 migrates applications from a previously installed version of WebSphere Application Server into the new version. Only applications that are not already installed are migrated.

Location

The command file is located in and must be run from the Versão 9.0 profile_root/bin directory. For a deployment manager with federated nodes, run the command only from the deployment manager profile_root/bin directory and never from the federated node profile. For stand-alone nodes, run the command from the node profile_root/bin directory.

Syntax

WASMigrationAppInstaller backupDirectory
              [-properties properties_file_name]
              [-traceString trace_spec [-traceFile file_name ]]
              [-javaoption < -Xms...m > -javaoption < -Xmx...m > ]
WASMigrationAppInstaller backupDirectory
              [-traceString trace_spec [-traceFile file_name ]]
              [-javaoption < -Xms...m > -javaoption < -Xmx...m > ]

Parameters

The command has the following parameters:

backupDirectory
This is a required parameter and must be the first parameter that you specify. The value backupDirectory specifies the name of the directory from which the command loads configuration data and runs scripts that install the applications.
Evitar Problemas Evitar Problemas: The WAS_INSTALL and USER_INSTALL root directories are invalid directories for the location of the WebSphere Application Server backup directory.gotcha

This is also the directory from which the WASPostUpgrade command reads the configuration.

-traceString
This is an optional parameter. The value trace_spec specifies the trace information that you want to collect.

To gather all trace information, specify "*=all=enabled" (with quotation marks).

If you do not specify the -traceString or -traceFile parameter, the command creates a trace file by default and places it in the backupDirectory/logs directory.

-traceFile
This is an optional parameter. The value file_name specifies the name of the output file for trace information.

If you do not specify the -traceString or -traceFile parameter, the command creates a trace file by default and places it in the backupDirectory/logs directory.

-javaoption
This is an optional parameter. Use this parameter to specify memory sizes for the Java™ heap used by the WASPreUpgrade command.

The value "-Xms...m" is the parameter specified to indicate the starting heap size. Replace the "..." with the size in megabytes that you intended to use. For example, if the starting heap size is to be 128 MB, specify the parameter as: -javaoption -Xms128m

The value "-Xmx...m" is the parameter specified to indicate the maximum heap size. Replace the "..." with the size in megabytes that you intend to use. For example, if the maximum heap size is to be 1024 MB, specify the parameter as: -javaoption -Xmx1024m

Logging

The WASMigrationAppInstaller tool displays status to the screen while it runs. The tool also saves a more extensive set of logging information in the WASMigrationAppInstaller.time_stamp.log file written to the backupDirectory directory, where backupDirectory is the value specified for the backupDirectory parameter. You can view the WASMigrationAppInstaller.time_stamp.log file with a text editor.

Migrated resources

The WASMigrationAppInstaller tool migrates only applications that are not already installed in the target release. If any applications do not successfully install, you can rerun the tool as many times as needed without repeatedly reinstalling the same applications.

The tool also automatically installs business-level applications (BLAs).


Ícone que indica o tipo de tópico Tópico de Referência



Ícone de registro de data e hora Última atualização: June 20, 2016 0:09
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-zos&topic=rmig_WASMigrationAppInstaller
Nome do arquivo: rmig_WASMigrationAppInstaller.html