Starting and stopping the software containers

This topic describes how to start and stop the software containers.

Procedure

  • To start all software containers, run the following commands:
    cd ZOA_HOME
    ./bin/podmanManageZoa.sh up
    
    After the startup is complete, if you run ./bin/podmanManageZoa.sh ps, you can see the following active services:
    Active services that you can after the startup is complete
  • To completely shut down all software containers, run the following commands:
    cd ZOA_HOME
    ./bin/podmanManageZoa.sh down
    
    Note: After each configuration change, you must run ./bin/podmanManageZoa.sh down followed by ./bin/podmanManageZoa.sh up to ensure that the configuration changes are fully applied to all containers. Other available commands (stop / start / restart) do not ensure full application of configuration changes because they do not result in rebuilding the containers.