Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Follow the steps in this section to upgrade an Execution Container.
  1. Before proceeding with the upgrade, you are required to perform backups, copy the MZ license file to the release directory and prepare the install.xml file. For more information, refer to Preparations.

  2. Once you have prepared the install.xml file, edit with the following:

    Example - Editing the install.xml file

    <property name="install.types"  value="ec"/>
    <property name="pico.rcp.platform.host" value=""/>
    <property name="pico.rcp.platform.port" value="6790"/>
    <property name="pico.rcp.server.host"   value=""/>
    <property name="mz.webserver.port"   value="9000"/>
    <property name="install.security" value="true"/>
  3. Execute the upgrade.

    $ ./setup.sh upgrade

Note!

The XML files, including executioncontext.xml is only supported for use in Private Edition and not in MediationZone 9. You are required to set the EC properties in topo configuration file instead of the XML file.

  • No labels