Versions Compared

Key

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

This section topic includes the following sub-topics:

  • System configuration requirements for large environments
  • In our laboratory tested environments

...

Table of Contents
maxLevel2

...

System configuration requirements for large environments

...

...

Precise configuration

Precise registry parameters should be set in the <Precise_root>\products\i3fp\registry\products\infrastructure\sts\settings.xml file:

Table A- 1 Registry parameters in the settings.xml file

ParameterValue

correlation-queue-max-size

700000000

queue-max-size

200000000

backup-max-total-files-size

3000000000

NOTE
Info

To reserve more space in the backup folder, you can increase the size of the backup-max-total-files-size parameter. This may be useful when your database or PMDB is down or experiences a data load delay.

After changing the above parameters, you need to restart the Precise FocalPoint and Precise Listeners.

In the <Precise_root>\products\i3fp\registry\products\pw\maintain\db-sizes.xml file:

Table A- 2 Registry parameters in the db-sizes.xml file

ParameterValue
save-oracle-db-sizesfalse

and in In the <Precise_root>\products\i3fp\registry\products\insight\focalpoint.xml file:

Table A- 3 Registry parameters in the focalpoint.xml file

Parameter

Value

ParameterValue

sts-max-number-of-threads-for-cor relation

5

Table A-3 Registry parameters in the focalpoint.xml file

sts-max-files-in-processor-files-fold er

50000
NOTE
Info

After changing the above parameters, you need to restart the Insight FocalPoint.

In large environments you have to update the memory configuration for the Precise framework JVMs in the relevant XML files. The following code example indicates where you have to insert the parameter in those files (replace <number> with a number). The <jvm-options> section appears in all files:

The memory configuration for the Precise framework JVMs (XMX configuration) should be as follows:

Table A- 4 Memory configuration

ComponentSizeLocation

Precise FocalPoint

1024 MB

<Precise_root>\products\i3fp\bin\psin_i3fp_init.xml

J2EE FocalPoint

512 MB

<Precise_root>\products\j2ee\bin\psje_focal_init.xml

PMDB FocalPoint

768 MB

<Precise_root>\products\pw\bin\pspw_focal_init.xml

Insight FocalPoint

2048 MB

<Precise_root>\products\insight\bin\psis_focal_init.xml

Web FocalPoint

768 MB

<Precise_root>\products\www\bin\psww_focal_init.xml

Web Data Loader

768 MB

<Precise_root>\products\www\bin\psww_dataloader_init.xml

GUI FocalPoint

1024 MB

<Precise_root>\products\gui\website\bin\psin_gui_init.xml

NOTE
Info

After making changes in size of one or more of the components above, you

...

must restart the related component(s).

If you define multiple alerts, you may want to increase the XMX-size of the Alerts FocalPoint and Informpoint.

If you intend to create several reports, you may want to increase the XMX-size of the Report Manager FocalPoint.

The memory configuration for each production server with either J2EE, Web, or .NET should be as follows

Table A- 5 Memory configuration

ComponentSizeLocation

Listener

356 MB

<Precise_root>\infra\bin\psin_listner_java_init.xml

NOTE
Info

After making changes in size of the component above, you will need to restart the related component

...

.

...

...

Oracle-based PMDB configuration

This section is divided into information for Oracle 11g and 10g

Oracle 11g

In Oracle 11g the automated maintenance tasks infrastructure known as AutoTask enables Oracle to automatically schedule Automatic Maintenance Tasks. AutoTask schedules automatic maintenance tasks to run in a set of Oracle Scheduler windows known as maintenance windows. Maintenance windows are those windows that are members of the Oracle Scheduler window group MAINTENANCE_WINDOW_GROUP.
Oracle 11g includes three automated database maintenance tasks:

...

NOTE

If you experience performance problems in Precise during the default maintenance times, we recommend to change the maintenance schedules or ask advice from your Oracle DBA.
It is recommended to use a block size of 16 Kbytes.

...

provides recommended values for Oracle configuration. The following tables describe the Oracle-based PMDB configuration parameters and sizing recommendations

...

If Automatic Memory Management is not used, the following parameter values are recommended.

Table 6 Oracle-based PMDB configuration parameters

ParameterValue

MEMORY_TARGET

45 GB

MEMORY_MAX_TARGET

45 GB

LOG_BUFFER

5 MB+

SESSIONS

1500

PROCESSES

1000

UNDO_RETENTION

7200

DB_WRITER_PROCESSES

4

Table

...

7 Oracle

...

-based PMDB sizing recommendation

DescriptionValue

Redo Log

500 MB for 90 instances

...

1000 MB for 180 instances

...

2000 MB for 450 instances

PMDB Temporary Tablespace

4 files and each file 32 GB

Undo Tablespace

4 files and each file 32 GB

If on a Linux server you get an ORA-845 error, you must mount /dev/shm

...

with its proper size. The size is directly influenced by the SGA size of your PMDB.

...

Oracle 10g

...

NOTE

If you experience performance problems in Precise during the default maintenance times, we recommend to change the maintenance schedules, or ask advice from your Oracle DBA.

...

NOTE

It is recommended to use a block size of 16 Bytes.

...

Parameter

Value

SGA_TARGET

45 GB

SGA_MAX_TARGET

45 GB

LOG_BUFFER

5 MB

SESSIONS

1500

PROCESSES

1000

UNDO_RETENTION

7200

...

Parameter

Value

DB_WRITER_PROCESSES

4

...

Description

Value

Redo Log

500 MB for 90 instances,
1000 MB for 180 instances,
2000 MB for 450 instances

PMDB Temporary Tablespace

4 files and each file 32 GB

Undo tablespace

4 files and each file 32 GB

...

This error results when it is set too low.

To mount it, log in as a root user and use the following command: # mount -t tmpfs shmfs -o size=<SGA size> /dev/shm

To activate the setting and make it permanent after a restart, add the entry in /etc/fstab.

...

SQL Server-based PMDB configuration

...

Info

You should place the data and log files on different disks.

The following table describes the SQL Server-based instance configuration parameters as displayed in Figure 1:

Table

...

10 SQL Server-based instance configuration parameters

ParameterValue

SQL Server memory

44000 MB

Minimum memory per query

307200 KB

Figure 1 Server Properties with SQL Server-based instance configuration parameters

Image Modified

The following table describes the SQL Server-based PMDB (database) configuration parameters for the files as displayed in Figure 2:

Table

...

11 SQL Server-based PMDB (database) configuration parameters for the files

ParameterValue
Data

5000 MB

Log

1000 MB

...

Info

The autogrowth parameter should be 100 MB.

Figure 2 Database Properties with SQL Server-based PMDB (database) configuration parameters for the files

Image Modified
The following table describes the SQL Server-based PMDB (database) configuration parameters for the options as displayed in Figure 3:

Table

...

12 SQL Server-based PMDB (database) configuration parameters for the options

ParameterValue

Auto Update Statistics

True

Auto Update Statistics Asynchronously

True

Auto Create Statistics

On

Recovery Model

Simple

Figure 3 Database Properties with SQL Server-based PMDB (database) configuration parameters for the options

Image Modified
The following table describes the SQL Server-based tempdb configuration parameters as displayed in Figure 4:

Table

...

13 SQL Server-based tempdb configuration parameters

ParameterValue

tempdb Auto Update Statistics

False

tempdb Auto Update Statistics Asynchronously

False

tempdb Auto Create Statistics

False

...

Figure 4 Database Properties with SQL Server-based tempdb configuration parameters

Image Added

...

In our laboratory-tested environments

The following table shows the environments that we tested in our laboratory:

Table

...

14 Tested environments

CriteriaOracle-based PMDBSQL Server-based PMDB

J2EE instances

300180

Web instances

15090

Total number of instances

450270
Server platformLinux 64

...

-bitWindows 2008 64

...

-bit
ProcessorsDual quad core CPU X5570 (8

...

core)Dual 6 core CPU X5670 (12

...

core)
Physical memory

68 GB (Oracle SGA - 45 GB)

60 GB (SQL Server memory - 44 GB)

Storage for data files

EMC Symmetrix VMAX

Local 15 K SAS disks

Data files size

1.5 TB

1 TB



Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
Newtabfooter
aliasIDERA
urlhttp://www.idera.com
 | 
Newtabfooter
aliasProducts
urlhttps://www.idera.com/productssolutions/sqlserver
 
Newtabfooter
aliasPurchase
urlhttps://www.idera.com/buynow/onlinestore
 | 
Newtabfooter
aliasSupport
urlhttps://idera.secure.force.com/precise/
 | 
Newtabfooter
aliasCommunity
urlhttp://community.idera.com
 
|
 
Newtabfooter
aliasResources
urlhttp://www.idera.com/resourcecentral
 | 
Newtabfooter
aliasAbout Us
urlhttp://www.idera.com/about/aboutus
 
Newtabfooter
aliasLegal
urlhttps://www.idera.com/legal/termsofuse

Save