Versions Compared

Key

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

...

  • 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:
    Windows  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-6 Server Installation

    ElementDescription
    i3-userSee Authenticate to CLI utility on page 8.
    i3-encrypted-passwordSee Authenticate to CLI utility on page 8.
    actionAlways list-required-files-for-new-server.
    Mandatory
    : Yes
    bitsThe OS bits in the new added server.
    Values:32 or 64
    Mandatory: Yes
    osThe added server OS.
    Values: See Operating System Type and Flavor on page 176.
    Mandatory: Yes
  2. On the new server create the installation folder and create new sub folder under it: distribution.
  3. Copy the files specified the XML file created in Step 1 to the new server in the
    <precise_root>     <precise_root>/distribution
  4. Login to the server using the Precise user
         CD <precise<precise_root>root>
  5. Run the following command:
    Windows  

...

  1.  distribution\psin_ba_WIN.exe -s

...

  1. UNIX          ./distribution/psin_ba_

...

  1. <os_

...

  1. type> -s
    For more information, see Operating System Type and Flavor on page 176.
    Note the -s argument

...

  1. For each of the other files you've copied, run the following command:
    Windows  

...

  1.  infra\bin\psin_file_new.exe -manual -extract distribution\

...

  1. <the_file_

...

  1. name> -event install
    UNIX    ./infra/bin/psin_file_new -manual -extract distribution/

...

  1. <the_file_

...

  1. name> -event install

...

  1. Create an XML file containing the relevant installation parameters. Place the file in

...

  1. <precise_

...

  1. root> folder on the target server. You can also set up this file in advance.
    By default, installing an non-secured local server using the CLI is not enabled. To enable a non-secured CLI server installation, set the Precise registry parameter:
         registry\products\infrastructure\setup\settings\enable-local-server-cli to true, and restart Precise FocalPoint.

...

  1. Run the following command to execute the CLI utility installation script from the

...

  1. <precise_

...

  1. root> folder on the target server:
    Windows  

...

  1.  infra\bin\psin_cli.bat
                       -i3-user <user_name>
                      {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                      -action setup-server -parametersfile <server_installation_parameters_file_name>
    UNIX         ./infra/bin/psin_cli.sh
                     -i3-user <user_name>
                     {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                    -action setup-server
                    -parametersfile <server_installation_parameters_file_name>
Info

...

For Windows Server 2008 (Windows Longhorn) you must run this command using Administrator permissions: Click Start Menu, right-click Command Prompt, click Run as administrator, click Continue, to approve the operation. Run the command specified above.

Table 2-7    CLI 7 CLI utility installation script

...

 

 

Windows

infra\bin\psin_cli.bat
-i3-user
 <user_name>
{
-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
-acti
on list-required-files-for-new-server
-bi
ts <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>}
-a
ction list-required-files-for-new-server
-bi
ts <new server bits (32/64)>
-os
 <os_type>

...