Versions Compared

Key

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

...

Table 2-26 Elements of the Precise for vCenter Server parameter fileElement    Description

ElementDescription
setup-

...

process

Name of the setup process. Always apptier-VC

Mandatory: Yes

setup-

...

mode

Must be in one of the following modes:

...

  • install (used to install Precise for vCenter Server)

...

  • edit (used to update Precise for vCenter Server)

...

  • uninstall (used to uninstall Precise for vCenter Server)

Mandatory: Yes

collector-server-machine-

...

name

Name of the server where Precise is located. The name must be written in lowercase letters only.

Values: String

Mandatory: Yes

instance-server-machine-

...

name

Name of the server where the vCenter Server is located. The name must be written in lowercase letters only.

Values: String

Mandatory: Yes

vmware-center-

...

user

Name of the user who has permissions for the vCenter Server.

Values: String

Mandatory: Yes

vmware-center-encrypt-

...

password

Password of the user who has permissions for the vCenter Server.

Values: Encrypted string

Mandatory: Yes. Alternatively the vmware-center-clear-password can be used, allowing you to specify a clear password instead of an encrypted string. For more information, see Encrypt command on page 148.

vmware-center-exclude-

...

servers

Names of the servers that are excluded from the VCenter Server.

Values: String separated by |. For example server=vm*|server=inf-fw-20

Mandatory: No

vmware-center-

...

port

Port of the vCenter Server instance.

Values: Numeric

Mandatory: Yes

vmware-center-use-ssl-

...

configuration

Indicates if SSL configuration is used.

Values: (true/false). The default setting is true.

Mandatory: No

vmware-center-ssl-use-

...

certificate

Indicates if an SSL server certificate needs to be used.

Values: (true/false). The default setting is false.

Mandatory: No.

show-historical-

...

data

Indicates if historical data from the deleted instance is shown (true) or deleted (false)

Values: true/false

Mandatory: No. This parameter is only relevant when the setup-mode is uninstall.

Anchor
#Extricatecommand
#Extricatecommand
Extricate command

...

To use extricate CLI you should identify the related installation. This includes the following:•    For

  • For Framework installation - supply the Precise FocalPoint server name parameter and setup-process=framework

...

  • For Precise FocalPoint installation - supply the Precise FocalPoint product code and server name parameters and setup-process=focal-<PRODUCT_CODE> (see Product Codes on page 175.)

...

  • For instance installation - supply the instance name, and instance/collector server name parameters and setup-process=apptier-<TECHNOLOGY_CODE> (see Technology Codes on page 174.)
    Windows  

...

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

...

  • <user_

...

  • name>
                        {-i3-encrypted-password

...

  • <encrypted_

...

  • password> | -i3-clear-password

...

  • <clear_

...

  • password>}
                        -action extricate
                        [-parametersfile <path_to_input_parameters_file>] [-parameter <name=value>]
                        [-output-file <file>]
    UNIX           ./infra/bin/psin_cli.sh
                       -i3-user <user

...

  • _

...

  • name>
                       {-i3-encrypted-password

...

  • <encrypted_

...

  • password> | -i3-clear-password

...

  • <clear_

...

  • password>}
                       -action extricate
                       [-parametersfile <path_to_input_parameters_file>] [-parameter <name=value>]
                       [-output-file <file>]

For example:

infra\bin\psin_cli.bat
-i3-user admin
-i3-clear-password admin
-action extricate
-parameter setup-process=apptier-OR
-parameter collector-server-machine-name=poolsun5
-parameter instance-name=ORCL

The output will be done to an XML parameters file which is created by the CLI.

Table 2-27    Elements 27 Elements of the Extricate command parameters file

...