Versions Compared

Key

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

...

  1. Copy the following folder
    infra/listener/etc/crypt
    From the Precise FocalPoint (proxy) to the main Precise FocalPoint
    ~i3/proxy_key (create a new temporary folder)
    • Copy the folder - do not move or use link to a shared folder among main and proxy.
    • Do not copy the folder more than once since once you run the command below, the folder content on the proxy is changed.
    • Copy the files from the proxy from the Infra/listener/etc/crypt folder, to a temporary folder on the main <precise_root>. Do not copy sub-folders.
  2. Run the following command from the Main Precise FocalPoint root folder:
    Windows    infra\bin\psin_cli.bat
                        -i3-user <user_name>
                        {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                        -action attach
                        [-alias <proxy<proxy_alias>alias>]
                        -server <proxy<proxy_host_name>name>
                        -port <proxy<proxy_infra_port>port>
                        -folder <proxy<proxy_key>key>
                        -proxy-user <user <user>>
                        {-proxy-clear-password <clear_password>
                        -proxy-encrypted-password <encrypted_password>}
                        relay-to-focalpoint true | false
                        -relay-to-servers true | false
    UNIX            ./infra/bin/psin_cli.sh
                        -i3-user <user_name>
                        {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                        -action attach
                        [-alias <proxy<proxy_alias>alias>]
                        -server <proxy<proxy_host_name>name>
                        -port <proxy<proxy_infra_port>port>
                        -folder <proxy<proxy_key>key>
                        -proxy-user <user <user>>
                        {-proxy-clear-password <clear_password>
                        -proxy-encrypted-password <encrypted_password>}
                        -relay-to-focalpoint true | false
                        -relay-to-servers true | false

Once the command is successfully completed, remove the proxy_key temporary folder.

Table 11-1    Elements 1 Elements for Attach

Element

...

Description
i3-

...

userSee Authenticate to CLI Utility on page 8.
i3-clear-

...

passwordSee Authenticate to CLI Utility on page 8.

...

action

Always attach.

Mandatory: Yes

alias

...

The display name for the added proxy.

Values: String

Mandatory: No, will use Precise FocalPoint proxy server name by default.

server

...

Added Precise FocalPoint proxy server fully qualified name.

Values: String

Mandatory: Yes

port

...

Added Precise FocalPoint proxy listener communication port (not the GUI port).

Values: Numeric

Mandatory: Yes

...

folder

Values: path to the folder you've copied (proxy_key).

Mandatory: Yes

proxy-

...

user

Values: proxy's Precise administrative user name.

Mandatory: Yes

proxy-clear-

...

password

The proxy's Precise administrative user encrypted password.

Values: encrypted string

Mandatory: Yes

Alternatively the proxy-clear-password can be used, allowing you to specify a clear password instead of an encrypted string. For more information, see Encrypt command on page 146.

relay-to-

...

focalpoint

Restrict Precise FocalPoint proxy access to the main Precise FocalPoint.

Values: true, false

Mandatory: No

...

relat-to-

...

servers

Restrict main Precise FocalPoint access to the Node servers.

Values: true, false

Mandatory: No

Anchor
Detach
Detach
Detach

Using CLI you can detach an attached Node. Run the following command from the main Precise FocalPoint to the <precise_root> folder:

...