activatelandmark - Activate Landmark (Activate staged installs)

activatelandmark [OPTIONS] dataAreaName ...

activatelandmark [OPTIONS] --tenant tenantName ...

activatelandmark [OPTIONS] --prodline prodLineName ...

activatelandmark [OPTIONS] --activating

activatelandmark [OPTIONS] --all

activatelandmark [OPTIONS] --staged

activatelandmark [OPTIONS] --phase=N

The activatelandmark utility is used during installation and updating to activate the data areas that have been prepared by the stagelandmark utility.

If you specify a list of product lines, data areas, or tenants, you can include @file-path references in order to load names from the file-path. The file path can also be "-" for stdin.

Program Option Description
dataAreaName ... The name or names of the data areas to be activated. Use a space to separate multiple data area names.
tenantName ...

The name or names of the tenants whose data areas are to be activated. Use a space to separate multiple tenant names.

For Infor internal use only.

prodLineName ... The name or names of the product lines whose data areas are to be activated. Use a space to separate multiple product line names.
--activating Indicates you want to select all activating data areas to run the command against.
--all Indicates that you want to activate all data areas.
--staged Indicates that you want to activate all data areas that are currently staged.
--phase=N

This option is for system scripting only.

--avoidadmin Use if you are trying to activate a data area but the most important thing is to not bring the system down.That is, the system is actively being used by end users.
--stopafter=N

Stop activating after the phase indicated by the number is finished.

Currently, there are four phases:

  • Phase 1 actions are done with Landmark stopped. These are actions staged during a Landmark install.

  • Phase 2 actions must be done when Landmark is in administrative mode. Phase 2 activities are dbupgrade, deployenvironment, and deploy2j2ee.

  • Phase 3 actions are post-dbupgrade activities performed prior to putting the environment in Run mode (startlaw) and starting the web servers.

  • Phase 4 actions are actions that can be done safely after starting Landmark and can run simultaneously with the Landmark runtime grid nodes starting.
--check Check if Landmark activation is ready.
--force Ignore data areas that are not staged.
--report Display the actions that will be taken.
--threads=n Run activatelandmark with the specified number of threads. If you use multiple threads, you may see a performance improvement. However, performance depends on other factors as well. Note that a very large table will be processed in a single thread.
-v errorlevel or --errorlevel= errorlevel

errorlevel, tracelevel, and verbose specified in any order, where:

  • errorlevel = {n}none | {f}atal | {e}rror | {w}arning (warning is the default)

  • tracelevel = 0:6 where 0 is no message and 6 is everything

  • verbose = whether to display exception stacktrace

-? or --help Print usage.