You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

To apply the upgrade

  1. Run the CLI i3-update-load command to load the upgrade.zip file:

    Windows     infra\bin\psin_cli.bat
                        -action i3-update-load
                        -i3-user admin
                        -i3-clear-password admin
                        -zip-file Precise DVD\Upgrade to v9.9.0\Upgrade.zip

    UNIX            ./infra/bin/psin_cli.sh
                        -action i3-update-load
                        -i3-user admin
                        -i3-clear-password admin
                        -zip-file Precise DVD\Upgrade to v9.9.0\Upgrade.zip

  2. Run the CLI i3-update-prepare command to prepare the update:

    Windows     infra\bin\psin_cli.bat
                         -action i3-update-prepare
                         -i3-user admin
                         -i3-clear-password admin
                         -{-servers “<servers>” | -all-servers true}
                         -updates-ids V990_UPGRADE

    UNIX            ./infra/bin/psin_cli.sh
                         -action i3-update-prepare
                         -i3-user admin
                         -i3-clear-password admin
                         -{-servers “<servers>” | -all-servers true}
                         -updates-ids V990_UPGRADE

  3. Run the CLI i3-update-install command to apply the update:

    Windows      infra\bin\psin_cli.bat
                         -action i3-update-install
                         -i3-user admin
                         -i3-clear-password admin
                          {-servers "<servers>" | -all-servers true}
                         -updates-ids V990_UPGRADE

    UNIX            ./infra/bin/psin_cli.sh
                         -action i3-update-install
                         -i3-user admin
                         -i3-clear-password admin
                          {-servers "<servers>" | -all-servers true}
                         -updates-ids V990_UPGRADE

  4. Perform the post-update action items that appear.
  • No labels