Update EAR files

Use the commands to update EAR files.

  1. To set your Lawson environment variables and path, execute a .cv command to move into the Environment. At the command prompt, specify:

    . cv LawsonEnvironmentName

  2. Run this command to set the environment variable WAS_HOME:

    export WAS_HOME=

    For example, export WAS_HOME=/usr/IBM/WebSphere/AppServer

  3. Navigate to the directory where the script is located. At the command prompt:

    cd $GENDIR/install/websphere/deploy

  4. Run one of these commands:

    Update a single product

    perl deployEarUtil.pl -ta update -pr LSFProduct

    For example:

    perl deployEarUtil.pl -ta update -pr IOS

    Update all products

    perl deployEarUtil.pl -ta update -pr All