Versions Compared

Key

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

...

Once you installed the Precise framework, you can install the Tiers that comprise your Precise suite. Click on the relevant section below, for how to install your Tier using CLI:•    Installing

  • Installing Precise for Oracle with the Precise CLI utility

...

  • Installing Precise for Storage with the Precise CLI utility

...

  • Installing Precise for J2EE with the Precise CLI utility

...

  • Installing Precise for Web with the Precise CLI utility

...

  • Installing Precise for Microsoft .NET with the Precise CLI utility

...

  • Installing Precise for SQL Server with the Precise CLI utility

...

  • Installing Precise for SAP with the Precise CLI utility

...

  • Installing Precise for Sybase with the Precise CLI utility

...

  • Installing Precise for Sybase Replication Server with the Precise CLI utility

...

  • Installing Precise for DB2 with the Precise CLI utility

...

  • Installing a Tuxedo instance with the Precise CLI utility

...

  • Installing a WebSphere MQ instance with the Precise CLI utility

...

  • Installing an Oracle Applications instance with the Precise CLI utility

...

  • Installing Other Tier Collectors with the Precise CLI utility

...

  • Installing an OS instance with the Precise CLI utility

...

  • Installing an extension for Siebel with the Precise CLI utility

...

  • Installing Precise for vCenter Server with the Precise CLI utility

Installing Precise for Oracle with the Precise CLI utility

Before installing an Oracle instance with the Precise CLI utility, verify the following issues:•    The

  • The Precise for Oracle FocalPoint was installed.

...

  • The Precise Listener on the target server on which the Precise for Oracle agent is to be installed was installed.

To install Precise for Oracle with the Precise CLI utility1.    Create

  1. Create the Precise for Oracle parameter file and save it to the

...

  1. <precise_

...

  1. root> folder on the main Precise FocalPoint. For more information, see About the Precise for Oracle parameter file on page 28.

...

  1. Run the following command from the

...

  1. <precise_

...

  1. root> folder on the main Precise FocalPoint to execute the Precise CLI installation script.
    Windows  

...

  1.  infra\bin\psin_cli.bat
                       -i3-user <user_name>
                      {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                      -action setup
                      -parametersfile <precise_for_oracle_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
                   -parametersfile <precise_for_oracle_installation_parameters_file_name>

About the Precise for Oracle parameter file

You need to prepare the Precise for Oracle parameter file by creating an XML file with elements that represent the installation parameters and inserting the appropriate values.

The following is an example of a Precise for Oracle parameters file:

<parameters>
     <parameter name="setup-process" value="apptier-OR"/>
     <parameter name="setup-mode" value="install"/>
     <parameter name="collector-server-machine-name" value="server5"/>
     <parameter name="instance-name" value="ORCL"/>
     <parameter name="oracle-home" value="C:\oracle\product\10.1.0\Db_1"/>
     <parameter name="oracle-version" value="100"/>
     <parameter name="oracle-port" value="1521"/>
     <parameter name="oracle-dba-user" value="system"/>
     <parameter name="oracle-dba-clear-password" value="dba"/>
     <parameter name="oracle-connect-as" value="SYSDBA"/>
     <parameter name="oracle-create-new-user" value="true"/>
     <parameter name="oracle-i3-user" value="I3_OR_1234"/>
     <parameter name="oracle-i3-clear-password" value="mypassword"/>
     <parameter name="installation-cd-path" value="d:\"/>
</parameters>

The following table describes the updated elements of the parameter file. Element names marked with an asterisk (*) can be updated after installation.

Table 2-10    Elements 10 Elements of the Precise for Oracle parameter file

...