Versions Compared

Key

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

...

  1. Run the following command on the main Precise FocalPoint server:
  2. 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

  3. xfgth
  4. 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

...