Starting and Stopping the System
Starting the System
Login asÂ
mzadmin
 on the host where the Platform Container is installed.
ÂMake sure that the environment variables are set correctly:
Â
Start the Platform by entering theÂ
mzsh startup
 command:$ mzsh startup platformÂ
If you have configured SCs or ECs in the Platform container, you can add the names of these pico instances to the startup command. The Platform must be started before any ECs or SCs.
Â
Start other pico instances  that are required for execution, i e ECs or SCs.
If you have enabled remote access to the containers in your system, you can start pico instances on other containers with the theÂ
mzsh system start
 command:$ mzsh system start container:<container regexp>/pico:<pico name regexp>
If you have not enabled remote access, you must login to each container host and start the pico instances with the
mzsh startup
command.$ mzsh startup <pico-name-1> <pico-name-2> <...>
Stopping the System
Log in asÂ
mzadmin
 on the host where the Platform Container is installed.Make sure that the environment variables are set correctly:
Stop all ECs, and SCs.
If you have enabled remote access to the containers in your system, you can stop pico instances on other containers with the theÂ
mzsh system stop
 command:If you have not enabled remote access, you must login to each container and stop the pico instances with theÂ
mzsh shutdown
 command.Â
Stop the Platform by entering theÂ
mzsh shutdown
 command:The Platform must be the last of the pico instances to shut down. The reason for this is that the
mzsh shutdown
andmzsh system stop
 commands are issued through the Platform.