Starting and Stopping the System
Starting the System
Login as
mzadminon the host where the Platform Container is installed.
Make sure that the environment variables are set correctly:
Start the Platform by entering the
mzsh startupcommand:$ mzsh startup platformIf 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 startcommand:$ 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 startupcommand.$ mzsh startup <pico-name-1> <pico-name-2> <...>
Stopping the System
Log in as
mzadminon 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 stopcommand:$ mzsh system stop container:<container regexp>/pico:<pico regexp>If you have not enabled remote access, you must login to each container and stop the pico instances with the
mzsh shutdowncommand.$ mzsh shutdown <pico-name-1> <pico-name-2> <...>Stop the Platform by entering the
mzsh shutdowncommand:$ mzsh shutdown platformThe Platform must be the last of the pico instances to shut down. The reason for this is that the
mzsh shutdownandmzsh system stopcommands are issued through the Platform.