Versions Compared

Key

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

...

The server installation CLI described above, assumes it can use non-secured protocols such as telnet, and can transfer the communication encryption key as clear text over the network. If this is a problem, you can install the server using a secure CLI. The secured installation uses existing security protocols and methods such as blowfish and SSH to ensure that the communication encryption keys are safely copied to the target server. It’s possible that the secured server installation might require more manual action items than non-secure server CLI installation. You can use one of the following methods to perform secured server installation:•    Remote

  • Remote Automatic mode

...

  • Local mode

Remote Automatic mode

This mode may be used only if the target server is a UNIX server that runs SSH (secured shell).1.    Prepare

  1. Prepare the server parameters file and save it to the

...

  1. <precise_

...

  1. root> folder on the main Precise FocalPoint.
    For more information, see Table 2-8 on page 22. Mandatory parameters for this installation method are:
         server-machine-secured-protocol-server-name true server-machine-install-encrypted-password-server-name
         server-machine-installation-folder-server-name
         server-machine-flavor-server-name
         server-machine-install-user-server-name

    You must not supply:
         server-machine-security-clear-password-server-name

...

  1. On the main Precise FocalPoint, run the following command from

...

  1. <precise_

...

  1. root> folder:
    Windows  

...

  1.  infra\bin\psin_cli.bat
                       -i3-user <user_name>
                      {-i3-encrypted-password

...

  1. <encrypted_

...

  1. password> | -i3-clear-password

...

  1. <clear_

...

  1. password>}
                      -action setup
                      -parametersfile <server_parameters_file_path>
    UNIX         ./infra/bin/psin_cli.sh
                     -i3-user <user_name>
                     {-i3-encrypted-password

...

  1. <encrypted_

...

  1. password> | -i3-clear-password

...

  1. <clear_

...

  1. password>}
                    -action setup
                    -parametersfile <server_parameters_file_path>

...

Info

Precise supports most of the common SSH for UNIX. If you are unable to install using the automatic mode, try the Local mode below.

Local mode

Use this mode for Windows server or when your server does not have SSH installed.1.    Prepare

  1. Prepare server parameters file. For more information, see Table 2-8 on page 22.
    Mandatory parameters for this installation are:
         server-machine-secured-protocol-server-name true

...

  1. On the main Precise FocalPoint server, run the following command from the

...

  1. <precise_

...

  1. root> folder:
    Windows  

...

  1.  infra\bin\psin_cli.bat
                       -i3-user <user_name>
                      {-i3-encrypted-password

...

  1. <encrypted_

...

  1. password> | -i3-clear-password

...

  1. <clear_

...

  1. password>}
                      -action secure-crypt-keys
                      -ba-secure-clear-password

...

  1. <security_

...

  1. password>
    UNIX         ./infra/bin/psin_cli.sh
                     -i3-user <user_name>
                    {-i3-encrypted-password

...

  1. <encrypted_

...

  1. password> | -i3-clear-password

...

  1. <clear_

...

  1. password>}
                    -action secure-crypt-keys
                    -ba-secure-clear-password

...

  1. <security_

...

  1. password>
    The command will generate a key file on the Precise FocalPoint server, under the products/i3fp/security/keys/ folder.
    Table 2-

...

  1. 9 Local mode

...

  1. ElementDescriptions
    i3-

...

  1. userSee Authenticate to CLI Utility on page 8.
    i3-encrypted-

...

  1. passwordSee Authenticate to CLI Utility on page 8.

...

  1. action

    always secure-crypt-keys

    Mandatory: Yes

    ba-secure-encrypted-

...

  1. password

    Password used to encrypt the communication key, up to 8 characters.

    Mandatory: Yes

    Alternatively the i3clear-

...

  1. password can be used, allowing you to specify a clear password instead of an encrypted string.

...

  1. Copy and extract the server packages on the target server as specified in Installing Servers.

...

  1. Copy key file from: products/i3fp/security/keys/keys

...

  1. /xml on the main Precise FocalPoint to the target server, to the ./infra folder.

...

  1. On the target server, run the following command from the

...

  1. <precise_

...

  1. root > folder:
    Windows  

...

  1.  infra\bin\psin_infra.exe
                      -manual-extricate-crypt

...

  1. <security_

...

  1. password>

...

  1. UNIX          .

...

  1. /infra/bin/psin_infra
                     -manual-extricate-crypt

...

  1. <security_

...

  1. password>
    The command will extricate the security keys on the target server.

...

  1. On the target server, run the following command from the

...

  1. <precise_

...

  1. root> folder. For more information, see Installing Servers.
    Windows  

...

  1.  infra\bin\psin_cli.bat
                        -i3-user <user

...

  1. _

...

  1. name>
                       {-i3-encrypted-password

...

  1. <encrypted_

...

  1. password> | -i3-clear-password

...

  1. <clear_

...

  1. password>}
                       -action setup-server
                       -parametersfile <server_parameters_file_path>
    UNIX          ./infra/bin/psin_cli.sh
                      -i3-user

...

  1. <user_

...

  1. name>
                     {-i3-encrypted-password

...

  1. <encrypted_

...

  1. password> | -i3-clear-password

...

  1. <clear_

...

  1. password>}
                     -action setup-server
                    -parametersfile <server_parameters_file_path>

Anchor
Updating services Authentication using the Precise CLI Utility
Updating services Authentication using the Precise CLI Utility
Updating services Authentication using the Precise CLI Utility

To update the user authentication of your Precise Windows services, fill in the following authentication parameters and then run the server setup installation in edit mode.

server-machine-service-authentication-mode-server-name
server-machine-service-authentication-domain-server-name
server-machine-service-authentication-user-server-name
server-machine-service-authentication-encrypted-password-server-name

For parameter details, see Table 2-10 on page 28.

...