Versions Compared

Key

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

...

foresight-server-machine-name    Name of the Report Manager FocalPoint server. The name must be written in lowercase letters only.

 

Values: String

Mandatory: No, defaults to the Precise PMDB FocalPoint.

insight-server-machine-name    Name of the Insight FocalPoint server. The name must be written in lowercase letters only.

Values: String

Mandatory: No, defaults to the Precise PMDB FocalPoint.

 

NOTE    The Framework CLI supports installing the framework FocalPoint on different servers. If the servers are UNIX servers, the framework's servers will be automatically installed by the framework CLI (you need to supply user and password parameters for each UNIX server). If the servers are Windows servers and different servers are required for the framework FocalPoints, perform the steps described in the following procedure.

To install the framework FocalPoint on different Windows servers

1.    Only install the Precise FocalPoint using the framework CLI command.

2.    Install the other FocalPoints with the Add Server CLI command. See Installing Servers on page 20.

3.    Install all required framework FocalPoints with the framework CLI command.

 

Installing the PMDB FocalPoint using an Oracle database

Additional parameters are needed for installing the PMDB FocalPoint on an Oracle database.

The following table lists the additional parameters needed for a PMDB installation using an Oracle database.

Table 2-2    Additional parameter file elements for the PMDB on an Oracle database

Element    Description

dbms-type    Marked always as oracle.

Values: String

Mandatory: Yes

dbms-server    Name of the Oracle database server.

Values: String

Mandatory: Yes

dbms-instance    Oracle instance name (SID).

Values: String

Mandatory: Yes

dbms-port    Oracle instance Listener port.

Values: Integer

Mandatory: Yes

dbms-dba-user    User name for the Oracle user with DBA privileges. Will only be used during installation.

Values: String

Mandatory: Yes, if manual-schema is set to false.

dbms-tablespace-large-name    Name of the large tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_LARGE

dbms-tablespace-medium-name    Name of the medium tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_MEDIUM

dbms-tablespace-small-name    Name of the small tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_SMALL

dbms-tablespace-infral-name    Name of the infra tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_INFRA

dbms-tablespace-sts-name    Name of the sts tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_TAB_STS

dbms-tablespace-large-initial-size    Initial size for the large tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-medium-initial-size    Initial size for the medium tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-small-initial-size    Initial size for the small tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-infra-initial-size    Initial size for the infra tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-tablespace-sts-initial-size    Initial size for the STS tablespace.

Values: Integer

Mandatory: No

Default value 32

dbms-tablespace-large-uniform-size    Uniform size for the large tablespace.

Values: Integer

Mandatory: No

Default value: 2048

dbms-tablespace-medium-uniform-size    Uniform size for the medium tablespace.

Values: Integer

Mandatory: No

Default value: 512

dbms-tablespace-small-uniform-size    Uniform size for the small tablespace.

Values: Integer

Mandatory: No

Default value: 80

dbms-tablespace-infra-uniform-size    Uniform size for the infra tablespace.

Values: Integer

Mandatory: No

Default value: 80

dbms-tablespace-sts-uniform-size    Uniform size for the STS tablespace.

Values: Integer

Mandatory: No

Default value: 256

dbms-tablespace-large-extent-size    Extent size for the large tablespace

Value: Integer Mandatory: No

Default value: 512

dbms-tablespace-medium-extent-size    Extent size for the medium tablespace

Value: Integer Mandatory: No

Default value: 512

dbms-tablespace-small-extent-size    Extent size for the small tablespace

Value: Integer Mandatory: No

Default value: 512

dbms-tablespace-infra-extent-size    Extent size for the infra tablespace

Value: Integer Mandatory: No

Default value: 512

dbms-tablespace-sts-extent-size    Extent size for the sts tablespace

Value: Integer Mandatory: No

Default value: 1024

dbms-ind-large-name    Name of the large index tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_IND_LARGE

dbms-ind-medium-name    Name of the medium index tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_IND_MEDIUM

dbms-ind-small-name    Name of the small index tablespace that will be used by PMDB.

Values: String

Mandatory: No

Default value: PRECISE_PW_IND_SMALL

dbms-ind-large-initial-size    Initial size for the large index tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-ind-medium-initial-size    Initial size for the medium index tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-ind-small-initial-size    Initial size for the small index tablespace.

Values: Integer

Mandatory: No

Default value: 64

dbms-ind-large-uniform-size    Uniform size for the large index tablespace.

Values: Integer

Mandatory: No

Default value: 1024

dbms-ind-medium-uniform-size    Uniform size for the medium index tablespace.

Values: Integer

Mandatory: No

Default value: 256

dbms-ind-small-uniform-size    Uniform size for the small index tablespace.

Values: Integer

Mandatory: No

Default value: 80

dbms-ind-large-extent-size    Extent size for the large index tablespace

Value: Integer

Mandatory: No

Default value: 512

dbms-ind-medium-extent-size    Extent size for the medium tablespace

Value: Integer Mandatory: No

Default value: 512

dbms-ind-small-extent-size    Extent size for the small tablespace

Value: Integer Mandatory: No

Default value: 512

manual-schema    Indicates if the schema should be manually installed.

Values: true, false

Mandatory: No.

Default value: false

is-partitioned    Indicates if the database contains partitioning.

Values: true, false

Mandatory: Yes, if manual-schema is true

dbms-version    Database version. Values: 9i, 10g, 11g

Mandatory: Yes, if manual-schema is true

dbms-dba-encrypted-password    Password for the Oracle user with DBA privileges. Will only be used during installation.

Values: Encrypted String

Mandatory: Yes, if manual-schema is set to false.

Alternatively the dbms-dba-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.

 

dbms-i3-user    User name for the Precise user who owns the PMDB schema.

Values: String

Mandatory: Yes

dbms-i3-encrypted-password    Password for the Precise user with PMDB privileges.

 

Precise. Performance intelligence from click to storage. Learn more > >

...