Versions Compared

Key

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

Before starting the update using the CLI utility, you must download the latest infra hotfix for version 9.0.1 and install it on the Precise FocalPoint. Verify that you completed all action items before starting the update.

To apply the upgrade update

  1. Run the CLI i3-update-load command to load the upgrade.zip file:
    Windows       Windows     infra\bin\psin_cli.bat
                        -action i3-update-load
                        -i3-user admin
                        -i3-clear-password admin
                        -zip-file Precise DVD\Upgrade to v9.6.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.6.0\Upgrade.zip

  2. Run the CLI i3-update-prepare command to prepare the update:
    Windows       Windows     infra\bin\psin_cli.bat
                         -action i3-update-prepare
                         -i3-user admin
                         -i3-clear-password admin
                         -{-servers “<servers>” | -all-servers true}
                         -updates-ids V960_UPGRADE
    UNIX       UNIX            ./infra/bin/psin_cli.sh
                         -action i3-update-prepare
                         -i3-user admin
                         -i3-clear-password admin
                         -{-servers “<servers>” | -all-servers true}
                         -updates-ids V960_UPGRADE

  3. Run the CLI i3-update-install command to apply the update:
    Windows       Windows      infra\bin\psin_cli.bat
                         -action i3-update-install
                         -i3-user admin
                         -i3-clear-password admin
                          {-servers "<servers>" | -all-servers true}
                         -updates-ids V960_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 V960_UPGRADE

  4. Perform the post-update action items that appear.

...