Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 1
  1. Start all ECs EC/ECSAs that were shut down during the upgrade.

    Code Block
    themeEclipse
    $ mzsh startup <ec names> <ecsa names>


  2. Restart the disconnected ECSAs and start the real-time workflows.

    In order to minimize downtime, restart the disconnected ECSAs one by one.

    To stop running real-time workflows and restart an ECSAs:

    Code Block
    themeEclipse
    $ mzsh shutdown <ecsa name>
    $ mzsh startup -f <ecsa name>


    The file $MZ_HOME/lib/picostart.jar will be updated on the ECSAs.
     

  3. Start the workflows on the restarted ECsEC/ECSAs.
     
  4. Enable all workflow groups, from the Execution Manager in Desktop, or by entering the mzsh wfgroupenable command, for example:

    Code Block
    themeEclipse
    $ mzsh mzadmin/<password> wfgroupenable \*


...