This topic describes how you can install Application Server components on your computer by running the installation program from a wizard-based UI. During the installation process, you can choose whether to follow a typical or custom installation path. This topic provides the details for both options.
This topic provides the following information:
Space requirements
A typical installation requires approximately 3 GB of available storage. The Data Warehouse aging configuration can be specified during installation and will impact the disk space required on the database server.
The following options are available for installing the Application Server components:
Install using the root user: You can use any existing user or create a new user for the product during installation. You can also enter the details required for setting up a shared repository.
If you do not have a sysdba password, follow the steps described in Preparing to install without a sysdba password, and then continue with Installing the Application Server and components.
If you have a sysdba password, continue with Installing the Application Server and components.
If you do not have a sysdba password, follow the steps described in Preparing to install without a sysdba password, and then continue with Installing the Application Server and components.
Information
Some of the screens during the installation process are available only when the installation is run using the root user.
Unzip and extract the installation files: In the temporary directory that you created, unzip and extract the installation archive by using the following commands.
Unzip command with example |
---|
Unzip: Example: |
Extract command with example |
Extract: Example: |
Best Practice
Ensure that the directory permissions are preserved during extraction to avoid any folder permission related errors when you install from a read-only location.
As a best practice, retain the installation archive if you plan to install additional machines.
Change the directory: After extracting the installation files, change to the directory where you extracted the install files. For example, BCO/Disk1
.
Set the DISPLAY environment: Set the DISPLAY environment correctly to enable the Installer UI to launch.
Scenario | Command |
---|---|
If the computer has a local graphical console: Set the DISPLAY environment variable to start the installer UI locally. |
|
If the computer does not have a local graphical console: Set the DISPLAY environment variable to export to an XServer on a different workstation. Note: On the workstation used to display the UI, provide access grants to every incoming X window. If the workstation is a Linux computer, or running X over a bash shell for Windows, type the command |
|
Note
For launching the installer UI for Linux from the remote a Windows computer, see
Forwarding using Xming and Putty
.
Run the installation: At the shell prompt, type ./setup.sh and press Enter.
Tip
You can start another session and type tail –f
on the installation log (bco_install_log.txt
) to view detailed messages during the installation that will help debug installation issues.
Welcome screen and EULA: At the product installation Welcome screen, click Next. Agree to the End User License Agreement (EULA), and click Next again.
Directory Selection: In the Directory Selection screen, type the installation directory (default: /opt/bmc/BCO
) to which you want to install the product, or click Browse to select a directory on your system, and click Next.
Enter a username: In the BMC TrueSight Capacity Optimization User screen, provide a user name (new or existing user) for running the product after the installation, and click Next.
The installer will not proceed with the default entry, root
, in the username box.
Select the installation step: In the Installation Step screen, select Install the first machine and click Next.
(To install the Application Server components on additional computers, see Installing Application Server components on additional computers.)
Custom Setup: Select the check box corresponding to the components you want to install.
Typical Setup: Application Server | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Screen | Description/options | ||||||||||||||||||||||||||||||||||||||||||||
Web Server Configuration | Select a protocol to be used by the TrueSight Capacity Optimization console, and click Next.
| ||||||||||||||||||||||||||||||||||||||||||||
Select either of the configuration options, type the details as required, and click Next.
| |||||||||||||||||||||||||||||||||||||||||||||
Database Information - Select Database type | Select the Database you want to use for installation:
| ||||||||||||||||||||||||||||||||||||||||||||
Expand the following section to view the details required to use a PostgreSQL database for installing TrueSight Capacity Optimization. If you want to use Oracle database as source for an ETL, ensure that you configure the Oracle database and follow Using Oracle database as source for an ETL. | |||||||||||||||||||||||||||||||||||||||||||||
Database Information - Connection details | Enter information for connecting to and configuring the database. | ||||||||||||||||||||||||||||||||||||||||||||
Select Database connection properties OR LDAP Database connection properties (Advanced) or Custom JDBC connection URL (Advanced) for advanced settings. | |||||||||||||||||||||||||||||||||||||||||||||
Property | Description | ||||||||||||||||||||||||||||||||||||||||||||
Database connection properties | |||||||||||||||||||||||||||||||||||||||||||||
Use SID (for Oracle only) | System ID or service name. Specify the details for the database instance that your database administrator created. | ||||||||||||||||||||||||||||||||||||||||||||
Use Service Name (for Oracle only) | |||||||||||||||||||||||||||||||||||||||||||||
Database Host Name | Name of the database host where the database schema is stored. | ||||||||||||||||||||||||||||||||||||||||||||
Listener Port | Listener port number for the database. (Default: 1521) | ||||||||||||||||||||||||||||||||||||||||||||
LDAP Database connection properties (Advanced) | |||||||||||||||||||||||||||||||||||||||||||||
LDAP Host Name | Host name or IP address of the LDAP server. Note: Only LDAP servers that allow anonymous bind connections are supported. | ||||||||||||||||||||||||||||||||||||||||||||
LDAP Port | Port that should be used for connecting to the LDAP server. | ||||||||||||||||||||||||||||||||||||||||||||
Service Name | Service name for the database instance. | ||||||||||||||||||||||||||||||||||||||||||||
LDAP Context | Node from which the database instance search is initiated. | ||||||||||||||||||||||||||||||||||||||||||||
Custom JDBC connection URL (Advanced) | |||||||||||||||||||||||||||||||||||||||||||||
JDBC URL | JDBC URL of the database through which it is referenced. Syntaxfor Oracle: jdbc:odbc:<data source name> | ||||||||||||||||||||||||||||||||||||||||||||
From the Creation of database users and tablespaces section, select Installer shall create Database users and tablespaces OR Database users and tablespaces have already been created externally for advanced settings. | |||||||||||||||||||||||||||||||||||||||||||||
Property | Description | ||||||||||||||||||||||||||||||||||||||||||||
Installer shall create Database users and tablespaces | |||||||||||||||||||||||||||||||||||||||||||||
Privileged User Name | Name of the user setting up the database schema. This name is either sys or another user that your database administrator has created for the purpose. | ||||||||||||||||||||||||||||||||||||||||||||
Privileged User Password | Password of the user that is setting up the database schema. | ||||||||||||||||||||||||||||||||||||||||||||
Tablespaces parent directory | Path where the datafile is saved by your database administrator. Some of the common ways to specify the datafile path are:
| ||||||||||||||||||||||||||||||||||||||||||||
Testing database connectivity Use sqlplus from the command line, and connect to the TrueSight Capacity Optimization database as the sys user.
| |||||||||||||||||||||||||||||||||||||||||||||
Database users and tablespaces have already been created externally | |||||||||||||||||||||||||||||||||||||||||||||
Select this option if you have already created database users and tablespaces for your database externally (manually). | |||||||||||||||||||||||||||||||||||||||||||||
Testing database connectivity Use sqlplus from the command line, and connect to the TrueSight Capacity Optimization database as the [DB Owner] user.
| |||||||||||||||||||||||||||||||||||||||||||||
From the Names for database users and tablespaces section, select Use defaults or Allow me to customize names for advanced settings. | |||||||||||||||||||||||||||||||||||||||||||||
Use defaults | |||||||||||||||||||||||||||||||||||||||||||||
Select this option if you want to use the (default) database user names and tablespace names provided by TrueSight Capacity Optimization. | |||||||||||||||||||||||||||||||||||||||||||||
Allow me to customize names | |||||||||||||||||||||||||||||||||||||||||||||
Property | Description | ||||||||||||||||||||||||||||||||||||||||||||
TNS Names File Location | Location of tnsnames.ora, a configuration file that defines database addresses for establishing connections. It is normally located in /<Oracle Home>/network/admin . | ||||||||||||||||||||||||||||||||||||||||||||
Catalog Tablespace | Name of the tablespace for the database Catalog. | ||||||||||||||||||||||||||||||||||||||||||||
Catalog Index | Name of the catalog index. | ||||||||||||||||||||||||||||||||||||||||||||
Data Tablespace | Name of the database tablespace where all the data is stored. | ||||||||||||||||||||||||||||||||||||||||||||
Data Index | Name of the data index. | ||||||||||||||||||||||||||||||||||||||||||||
Views Tablespace | Name of the tablespace where all database views are stored. | ||||||||||||||||||||||||||||||||||||||||||||
Console Role | Role of the database owner. | ||||||||||||||||||||||||||||||||||||||||||||
DB Owner | Name of the database owner. | ||||||||||||||||||||||||||||||||||||||||||||
DB Owner Password | Password of the database owner. | ||||||||||||||||||||||||||||||||||||||||||||
Views Role | Database role used by the console for storing view configuration. | ||||||||||||||||||||||||||||||||||||||||||||
Views User Name | Name of the database user used by the console for storing view configuration. | ||||||||||||||||||||||||||||||||||||||||||||
Views Password | Password of the database user used by the console for storing view configuration. | ||||||||||||||||||||||||||||||||||||||||||||
Reports Role | Name of the database role that the console uses to access data for Data Marts and Advanced Reporting public views. | ||||||||||||||||||||||||||||||||||||||||||||
Reports User Name | Name of the database user that console uses to access data for Data Marts and Advanced Reporting public views. | ||||||||||||||||||||||||||||||||||||||||||||
Reports Password | Password of the database user that console uses to access data for Data Marts and Advanced Reporting public views. | ||||||||||||||||||||||||||||||||||||||||||||
Data Warehouse Aging Configuration | Enter the following information and click Next. | ||||||||||||||||||||||||||||||||||||||||||||
Property | Description | ||||||||||||||||||||||||||||||||||||||||||||
Use default aging configuration | Use the default setting for aging configuration, which is approximately 280 GB space for the database considering 5000 systems. This configuration allows you to import historical data from the last two months. | ||||||||||||||||||||||||||||||||||||||||||||
Specify custom aging configuration | Set the following Data Warehouse aging parameters for System Data and Business Driver Data. This aging configuration will affect the amount of storage used by the Data Warehouse.
Note: The summary field below the parameter entry boxes will be updated with the actual total amount of storage that will be used by the DWH for 5000 systems, based on your custom values. This information provides a good overview of your configuration. |
To finish a Typical Install on the first computer, go to Step 10.
Custom setup
Custom setup | ||
---|---|---|
Screen | Description/Options | |
Select the Components | Select any or all of the following components to install: | |
Component | Description | |
TrueSight Capacity Optimization 10.7.00 Installation | Selects all components. If you select this option, the installation is similar to a Typical install. | |
Install Database Schema 10.7.00 | Install and set up the database schema. Note By default, the Database Schema will be installed when you install the Application Server. You cannot clear the option selected for installing the Database Schema. | |
Install Application Server 10.7.00 If you install the Web Server before installing Datahub, an error is displayed on the web console home page. | Install the following Application Server components:
| |
Install ETL Engine Server 10.7.00 | Install the ETL Engine Server component:
| |
Web Server Configuration | The task from this screen onwards (including this screen) is the same as that for performing a Typical Setup. |
Connect with existing TrueSight Capacity Optimization Server: Select one of the options given below:
Field | Description |
---|---|
Direct connection | This computer is able to directly access the Database. Enter details for the Web Server Address, Protocol, Web Port. |
Remote connection | This computer is located on a remote network with an unstable or slow connection, and only has HTTP visibility to the DataHub. |
Installation Preview: In the Installation Preview screen, verify all the installation settings, and click Install.
The installation can take up to 15 minutes.
The Installation Summary screen provides information about whether the installation was completed successfully. You can click View Log from this screen to see more details. Otherwise, proceed to step 12.
(Optional) If required, add additional computers to your deployment. For more information, see Installing Application Server components on additional computers.
Best Practice
For information about installer-related error codes, see Working with error codes.
Before you can start using the product, you must verify the installation and configure TrueSight Capacity Optimization.
6 Comments
Melody Locke
Melody Locke
Melody Locke
Vikram Shinde
Hi Team,
Use
sqlplus
from the command line, and connect to the TrueSight Capacity Optimization database as the[DB Owner]
user.does this user should have SYSDBA privileges? else can we use BCO_OWN user to connect to database while installation? If sysdba privileges are assigned to BCO_OWN while installation, can they revoked after installation?
Regards,
Vikram
Bipin Inamdar
Bipin Inamdar