Versions Compared

Key

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

...

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


Note
titleNote!

When upgrading to Image Modified9.

0.0

x,

and if

install.security (in install.xml) is automatically set to true by default. This setting has to be set back to false manually (if this is not done, the desktop launcher cannot connect to the platform after upgrading to 9.x). The install.admin.password also needs to be manually updated to the password you set before doing ./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


...