Versions Compared

Key

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

...

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-existing-server
                    -server <server_name>
                    -product <product_code>
                    -installation <installation_type_code>
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-existing-server
                    -server <server_name>
                    -product <product_code>
                    -installation <installation_type_code>

Table A- 1 List required files for existing server Parameter and Descriptions

ParameterDescription
-action

Always list-required-files-for-existing-server.

Mandatory: Yes

-server

Name of the server with similar OS details (OS type, 32/64 bits, and CPU type AMD/IA64) as the one on which you plan to make the installation.

Mandatory: Yes

-product

Product code. See Product Codes on page 175.

Mandatory: Yes

-installation

Installation type code. See Installation Type Codes on page 175.

Mandatory: Yes

-i3-userSee Authenticate to CLI Utility on page 8.
-i3-clear-passwordSee Authenticate to CLI Utility on page 8.

List files for new servers

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 {32|64}
                    -os <operating_system_type_flavor>
                    -proxy-alias <proxy_alias_name>
                    -product <product_code>
                    -installation <installation_type_code>
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 {32|64}
                    -os <operating_system_type_flavor>
                    -proxy-alias <proxy_alias_name>
                    -product <product_code>
                    -installation <installation_type_code>

Table A- 2 List required files for existing server Parameter and Descriptions

ParameterDescription
-action

Always list-required-files-for-existing-server.

Mandatory: Yes

-bits

The amount of bits of the server; 32 or 64.

Mandatory: Yes

-os

The operating system type and flavor. See Operating System Type and Flavor on page 176.

Mandatory: Yes

-proxy-alias

The alias of the proxy.

Value: String.

Mandatory: Yes

-product

Product code. See Product Codes on page 175.

Mandatory: Yes

-installation

Installation type code. See Installation Type Codes on page 175.

Mandatory: Yes

-i3-userSee Authenticate to CLI Utility on page 8.
-i3-clear-passwordSee Authenticate to CLI Utility on page 8.

Deploy a package on a server

...

Info

Each package has an indication file under <precise_root>/distribution/<package>_extracted

If the indication file exists it means the package was already deployed on the server. You must not deploy package on a server in case it is already deployed.

...