Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the steps in this section to upgrade the Platform Container.

Note
titleLog out Desktops

Before starting the upgrade, please ensure that all Desktop clients have been logged out.

If you want to see which Desktops that are connected, you can use the following command:

Code Block
themeEclipse
$ mzsh mzadmin/<password> pico -view



Excerpt


Warning
titleImportant!

When upgrading to Image Added9.x, install.admin.password must be set according to your current admin password before proceeding with the ./setup.sh upgrade step.


Note
titleNote!

When upgrading to 9.x, the install.security property (in install.xml) is automatically set to true. If you prefer to disable this setting, it must be manually changed to false

If install.security was set to false before the upgrade and is set to true after or during the upgrade, you need to change the url in the desktop launcher from http to https.

Note
titleNote!

When upgrading to Image Removed9.x, the install.admin.password requires manual updating to reflect the password you previously set before proceeding with the ./setup.sh upgrade step.



  1. Enter the release content directory that was created when you extracted the delivered *.tgz file during the Preparations, and execute the upgrade.

    Code Block
    themeEclipse
    $ ./setup.sh upgrade


  2. When using the setup.sh upgrade command, setup log file will be generated in the $MZ_HOME/log directory.

    Tip
    titleHint!

    It may be a good idea to open a new command line window in order to keep track of the log files.


  3. Start the pico for the User Interface.

    Code Block
    themeEclipse
    $ mzsh topo set -l pico:ui template:mz.standard-ui
    $ mzsh startup ui


...