Reinstall EAR files

Use the commands to uninstall and reinstall EAR files.

  1. Run the enter.cmd file to set Lawson environment variables and PATH. At the command prompt, specify:

    cd LawBaseDir

    enter.cmd

    where LawBaseDir is the name of the base directory where you installed Infor Lawson Core Technology.

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

    set WAS_HOME=

    For example, set WAS_HOME=D:\IBM\WebSphere\Appserver

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

    cd %GENDIR%\install\websphere\deploy

  4. Run one of these commands:

    Reinstall a single product

    perl deployEarUtil.pl -ta reinstall -pr LSFProduct

    For example:

    perl deployEarUtil.pl -ta reinstall -pr IOS

    Reinstall all products

    perl deployEarUtil.pl -ta reinstall -pr All