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 release content directory:
$ cd ./<staging directory>/<release content directory>
Execute the installation:
$ ./setup.sh install
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
.Example - Register container.
$ mzsh topo register
The installation ofthe Execution Container is now completed.
0 Comments