0% found this document useful (0 votes)
33 views4 pages

SolarWinds Tech

The document discusses the implementation of SolarWinds Database Performance Analyzer (DPA) to monitor two Oracle EBS database instances and three Oracle BMS database instances. A Windows server was configured as the SolarWinds server hosting the software and database repository. TNS configurations were set up for the EBS and BMS databases. Tablespaces were created in each database to store SolarWinds collected data.

Uploaded by

kwakutse20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views4 pages

SolarWinds Tech

The document discusses the implementation of SolarWinds Database Performance Analyzer (DPA) to monitor two Oracle EBS database instances and three Oracle BMS database instances. A Windows server was configured as the SolarWinds server hosting the software and database repository. TNS configurations were set up for the EBS and BMS databases. Tablespaces were created in each database to store SolarWinds collected data.

Uploaded by

kwakutse20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

SolarWinds DPA Technical Documents

Introduction

SolarWinds Database Performance Analyzer (DPA) is used to monitor, diagnose, and resolve


performance problems for Oracle, SQL Server, MySQL, DB2, and Sybase databases.
SolarWinds DPA has agentless architecture and uses wait-based analytics for extended database
monitoring. SolarWinds DPA uses less than one percent of resources and will not decrease
performance on production systems.

SolarWinds DPA is deployed for NHIA. It monitors EBS database with two instances and BMS
database with three instances.
Implementation

1. A Server (VM) was prepared to hold;


a. The SolarWinds software
b. The repository for the SolarWinds

SolarWinds Server
IP Address: 172.28.155.53
Hostname: solarwind.nhia.accra.local
Operating System: Windows Server 2012
OS username: Administrator

2. Oracle Software was installed on the SolarWinds Server to serve as the repository

DB Information
Oracle Home C:\app\administrator\product\11.2.0\dbhome_1
TNS_HOME C:\app\administrator\product\11.2.0\dbhome_1\network\admin
DB Schema DPA
DB Name DPA

3. TNS configurations for EBS and BMS databases were configured on the SolarWinds
server.
TNS CONFIGURATION
Config file C:\ProgramFiles\SolarWinds\DPA\iwc\tomcat\ignite_config\oracle_config
BMS bionhdb =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.28.155.85)(PORT =
1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = bionhdb)
)
)
EBS PROD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.28.1.23)(PORT =
1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = prod)
)
)

4. A tablespace was created for each database to hold SolarWinds collected data.

Tablespace
EBS DPA_MONITOR 30 GB
BMS DPA_MONITOR 30 GB

Connecting to DPA.
1. URL htpp://172.28.155.53:8123
2. Enter username and password.

You might also like