Versions Compared

Key

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

...

Anchor
InstallingPreciseFocalPoints
InstallingPreciseFocalPoints
Installing Precise FocalPoints

Installing a Precise FocalPoint on a server

When using the CLI for installation, you must explicitly install the FocalPoint. This is unlike the GUI-based installation, in which FocalPoints are automatically installed with the first instance relevant. To install a Precise FocalPoint, the you should create an installation parameters file and run the Precise CLI utility installation script on the main Precise FocalPoint.

To install a Precise FocalPoint on a server1.    Build

  1. Build a parameter XML file to be used as input for the installation scripts.

...

  1. Run the following command from the

...

  1. <precise_

...

  1. root> folder on the main Precise FocalPoint.
    Windows  

...

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

...

  1. <user_

...

  1. name>
                      {-i3-encrypted-password <encrypted_password> | -i3-clear-password

...

  1. <clear_

...

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

...

  1. 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
                      -parametersfile <path_to_parameters_file>

About the Precise FocalPoint parameter file

You need to prepare the Precise FocalPoint parameter file by creating an XML file with tags that represent the installation parameters and inserting the appropriate values.

The following is an example of a Precise FocalPoint parameters file that installs the Oracle FocalPoint on server1:

<parameters>
     <parameter name="setup-process" value="focal-OR"/>
     <parameter name="setup-mode" value="install"/>
     <parameter name="focal-server-machine-name" value="server1"/>
     <parameter name="installation-cd-path" value="\\filesvr\Precise i3\ installation"/>
</parameters>

The following table lists the needed parameters for a Precise FocalPoint installation. The parameter format is:

<parameters>
     <parameter name="..." value="..."/> ...
</parameters>

Table 2-5    Parameter 5 Parameter file elements for a Precise FocalPoint installation

...