Versions Compared

Key

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

...

Before running the command line to plug-in the SDK, you should copy all the relevant SDK files to the distribution folder under the <precise<precise_root> root> of the server with the Precise FocalPoint. Typically the files will be <SDK<SDK_name>name>.xml and <SDK<SDK_name>name>.zip.

Running the Plug-in command

Go to the <precise<precise_root> root> folder of the server with the Precise FocalPoint and run the following command:

Windows    infra\bin\psin_cli.bat
                  -action in-sdk-plug-in
                  -i3-user admin
                  -i3-clear-password admin
                  -parameter installation-package=

...

<SDK_

...

name>.xml

...

UNIX           ./infra/bin/psin_cli.sh
                  -action in-sdk-plug-in
                  -i3-user admin
                  -i3-clear-password admin
                  -parameter installation-package=

...

<SDK_

...

name>.xml

Anchor
Howtoplug-outtheSDKusingtheCLIUtilities
Howtoplug-outtheSDKusingtheCLIUtilities
How to plug-out the SDK using the CLI Utilities

...

Running the Plug-out command

Go to the <precise_root> folder of the server with the Precise FocalPoint and run the following command:

...