Versions Compared

Key

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

...

Table 2-5 Parameter file elements for a Precise FocalPoint installationElement    Description

ElementDescription
setup-

...

process

Indicates the name of the setup process

Values: String; focal-<PRODUCT CODE>, for example: focal-JE, focal-OR. For more information, see Product Codes on page 175.

Mandatory: Yes

Editable: No

setup-

...

mode

Must be in one of the following modes:

...

  • install (to install)

...

  • edit (to update)

...

  • uninstall (to uninstall)

Mandatory: Yes

Editable: Yes

focal-server-machine-

...

name

Name of the server where the Precise FocalPoint will be installed. The name must be written in lowercase letters only. Can be a fully qualified name or IP address.

Values: String

Mandatory: Yes

Editable: No

installation-cd-

...

path

Indicates the absolute path to the folder where the Precise v9.6 download was downloaded to.

Values: String

Mandatory: Yes

Editable: Yes

Anchor
InstallingServers
InstallingServers
Installing Servers

The first stage in a server installation using the CLI utility requires installing and registering the server in Precise. The server is registered in the Precise database, a Precise Listener is started on the server, and communication between the Precise FocalPoint and the Precise Listener is enabled.

Info

...

To promote efficiency, servers can also be installed automatically. For more information, see Auto Deployment on page 108.

Before installing a server using the CLI utility, verify the following issues:•    The

  • The Precise communication port is open in both directions (between the Precise FocalPoint server and the target server).

...

  • CLI can handle installation packages. For more information, see Installation packages on page 8. To install the servers with the CLI utility

...

  1. Run the following command on the main Precise FocalPoint server:
  2. Windows  

...

  1.  infra\bin\psin_cli.bat
            -i3-user <user_name>
            {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}

                      -action list-required-files-for-new-server
                      -bits <new server bits (32/64)>
                      -os <os _type>
    UNIX         ./infra/bin/psin_cli.sh
                     -i3-user <user_name>
                     {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                     -action list-required-files-for-new-server
                     -bits <new server bits (32/64)>
                     -os <os_type>
    The CLI creates an XML file containing the list of required installation packages for the server.
    Table 2-

...

  1. 6 Server Installation

...

  1. ElementDescription
    i3-

...

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

...

  1. passwordSee Authenticate to CLI Utility on page 8.
    action

...

  1. Always list-required-files-for-new-server.

    Mandatory: Yes

    bits

...

  1. The OS bits in the new added server.

    Values: 32 or 64

    Mandatory: Yes

...

  1. osThe added server OS.

    Values: See Operating System Type and Flavor on page 176.

    Mandatory: Yes

  2. xfgth

On 2.    On the new server create the installation folder and create new sub folder under it: distribution.

...