The final step in the Execution Container installation must be executed as the mzadmin UNIX user. The following command session will setup the directory structure and install all the software. The release content directory is the working directory for the installation.
To install the software:
Enter the extracted release content directory:
Code Block language text theme Eclipse $ cd ./<staging directory>/<release content directory>
Execute the installation:
Code Block language text theme Eclipse $ ./setup.sh install
Tip title Hint! You can use the following properties with
setup.sh
to modify the behavior of the script.Property Description 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
toy
to disable the the validation.Info title Example - Setting properties in setup.sh $ ./setup.sh install -DsilentMode=y
→ Check if this information is correct
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 title Example - Register container. Code Block language text theme Eclipse $ mzsh topo register
...