Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Enter the extracted directory:

    Code Block
    languagetext
    themeEclipse
    $ cd ./<staging directory>/<release content directory>

     

  2. Execute the installation:

    Code Block
    languagetext
    themeEclipse
    $ ./setup.sh install


    Tip
    titleHint!

    You can use the following properties with setup.sh to modify the behavior of the script.

    PropertyDescription

    install.str.remote.enabled

    Default: true

    Enable remote access to the Execution Container.  For information about enabling remote access after the installation, see /wiki/spaces/MD82/pages/3778612 in the /wiki/spaces/MD82/pages/3778529.

    install.str.remote.ping.disabled

    Default: false

    Disable validation of Platform connection to Execution Container before enabling remote access.

    install.str.remote.ping.timeout

    Default: 5000

    Set timeout limit for validation of Platform connection in milliseconds.

    silentMode

    Default: n

    By default, the setup script verifies that the target filesystem has at least 5GB of free space. If the validation fails you will be prompted to continue or not. Choosing not to continue aborts the installation. Set the value of silentMode to y to disable the the validation.


    Info
    titleExample - Setting properties in setup.sh

    $ ./setup.sh install -DsilentMode=y



  3. If the Platform was running during the installation, the Execution Container will be registered in STR. You can register the container manually by using the command mzsh topo register

    Info
    titleExample - Register container.


    Code Block
    languagetext
    themeEclipse
     $ mzsh topo register 



...