Versions Compared

Key

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

...

  1. Copy the updates.zip file to the Main Precise FocalPoint.
  2. Run the following command from the <precise_root> folder on the Main Precise FocalPoint:.
    Windows    infra\bin\psin_cli.bat
                        -i3-user <user_name>
                        {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                        -action i3-update-load
                        -zip-file <update zip file path>
    UNIX            ./infra/bin/psin_cli.sh
                        -i3-user <user_name>
                        {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                        -action i3-update-load
                        -zip-file <update zip file path>
    Table 1
    Elements of the Update.zip file

    ElementDescription
    i3-userSee Authenticate to CLI Utility.
    i3-encrypted-passwordSee Authenticate to CLI Utility.
    actionAlways i3-update-load.
    zip-filePath to the updates.zip file located on the Main Precise FocalPoint.


...