5 Copyright © 2009, Oracle. All rights reserved. Configuring Essbase Server.

Slides:



Advertisements
Similar presentations
2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
Advertisements

Overview of Database Administrator (DBA) Tools
Oracle9i Database Administrator: Implementation and Administration 1 Chapter 2 Overview of Database Administrator (DBA) Tools.
5 Copyright © 2006, Oracle. All rights reserved. Securing Grid Control.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 5: Managing File Access.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 5: Managing File Access.
Advanced Databases Basic Database Administration Guide to Oracle 10g 1.
2 Copyright © 2009, Oracle. All rights reserved. Installing your Oracle Software.
A Guide to Oracle9i1 Introduction to Oracle9i Database Administration Chapter 11.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 11 Managing and Monitoring a Windows Server 2008 Network.
4 Copyright © 2008, Oracle. All rights reserved. Configuring Backup Specifications.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
13 Copyright © 2004, Oracle. All rights reserved. Oracle Shared Servers.
1 Copyright © 2009, Oracle. All rights reserved. Exploring the Oracle Database Architecture.
Module 15: Monitoring. Overview Formulate requirements and identify resources to monitor in a database environment Types of monitoring that can be carried.
1 Chapter Overview Monitoring Server Performance Monitoring Shared Resources Microsoft Windows 2000 Auditing.
Course 6425A Module 9: Implementing an Active Directory Domain Services Maintenance Plan Presentation: 55 minutes Lab: 75 minutes This module helps students.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 3 Administration of Users.
5 Copyright © 2008, Oracle. All rights reserved. Configuring the Oracle Network Environment.
5 Copyright © 2007, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Recovery Manager Overview Target Database Recovery Catalog Database Enterprise Manager Recovery Manager (RMAN) Media Options Server Session.
12 Copyright © 2004, Oracle. All rights reserved. Oracle Net Services.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Oracle10g RAC Service Architecture Overview of Real Application Cluster Ready Services, Nodeapps, and User Defined Services.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
5 Copyright © 2008, Oracle. All rights reserved. Using RMAN to Create Backups.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 5: Managing File Access.
15 Copyright © 2005, Oracle. All rights reserved. Performing Database Backups.
6 Copyright © 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Oracle 10g Database Administrator: Implementation and Administration Chapter 2 Tools and Architecture.
A Guide to Oracle9i1 Database Instance startup and shutdown.
Database Architectures Database System Architectures Considerations – Data storage: Where do the data and DBMS reside? – Processing: Where.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
SMS Software Distribution. Overview  Explaining How SMS Distributes Software  Managing Distribution Points  Configuring Software Distribution and the.
Module 3: Configuring Mailbox Server Roles. Overview Overview of Exchange Server 2007 Administration Tools Implementing Mailbox Server Roles Managing.
14 Copyright © 2005, Oracle. All rights reserved. Backup and Recovery Concepts.
Shell Interface Shell Interface Functions Data. Graphical Interface Graphical Interface Command-line Interface Command-line Interface Experiments Private.
2 Copyright © 2004, Oracle. All rights reserved. Installing Oracle Database 10g Software.
18 Copyright © 2004, Oracle. All rights reserved. Backup and Recovery Concepts.
E Copyright © 2006, Oracle. All rights reserved. Oracle Shared Servers.
2 Copyright © 2006, Oracle. All rights reserved. Configuring Recovery Manager.
8 Copyright © 2007, Oracle. All rights reserved. Using RMAN to Duplicate a Database.
18 Copyright © 2004, Oracle. All rights reserved. Recovery Concepts.
14 Copyright © 2005, Oracle. All rights reserved. Backup and Recovery Concepts.
1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Introduction to Essbase.
6 Copyright © 2007, Oracle. All rights reserved. Managing Security and Metadata.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED INTERSTAGE BPM ARCHITECTURE BPMS.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
19 Copyright © 2004, Oracle. All rights reserved. Database Backups.
3 Copyright © 2004, Oracle. All rights reserved. Database Architecture Comparison.
13 Copyright © 2007, Oracle. All rights reserved. Using the Data Recovery Advisor.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
C Copyright © 2006, Oracle. All rights reserved. Oracle Secure Backup Additional Installation Topics.
Oracle 10g Administration Oracle Server Introduction Copyright ©2006, Custom Training Institute.
4 Copyright © 2004, Oracle. All rights reserved. Managing the Oracle Instance.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
5 Copyright © 2005, Oracle. All rights reserved. Managing the Oracle Instance.
11 Copyright © 2009, Oracle. All rights reserved. Enhancing ETL Performance.
Module Overview Installing and Configuring a Network Policy Server
Essbase Overview Copyright © 2003 HP corporate presentation. All rights reserved.
Administration Services
Creating an Oracle Database
Oracle Solaris Zones Study Purpose Only
Oracle Architecture Overview
Introduction to Essbase
Essbase Data Integrity
Configuring Essbase Server
Creating and Managing Folders
Microsoft SQL Server 2014 for Oracle DBAs Module 1
Presentation transcript:

5 Copyright © 2009, Oracle. All rights reserved. Configuring Essbase Server

Copyright © 2009, Oracle. All rights reserved. Objectives After completing this lesson, you should be able to: Set up runtime and connection options for Essbase Configure block storage and aggregate storage disk allocation Identify the primary information logs available to Essbase system administrators Create an essbase.cfg server configuration file Configure Smart View for Office

Copyright © 2009, Oracle. All rights reserved. About Configuring Essbase Runtime configuration Running Essbase Servers as background processes and Windows services Connection options Disk allocation Transaction and lock settings Information logs

Copyright © 2009, Oracle. All rights reserved. #!/bin/sh PASS=$1 Essbase -b -secure << EOF & ${PASS} EOF essbase.secure essbase.exe –service install essbase.exe –service remove Running Essbase Servers as Background Processes Windows service* UNIX * Prior to Release 9.3

Copyright © 2009, Oracle. All rights reserved. Windows Service Considerations Advantages: –Cannot accidentally close windows (no visible agent window) –Can shutdown client processes without affecting server –Can give priority to foreground services Disadvantages: –Cannot use agent commands –Cannot observe server activity directly –Cannot monitor running applications –Cannot shut down Essbase Server from the server console window—must use command-line interface or stop Windows service

Copyright © 2009, Oracle. All rights reserved. Run window commandBAT files Primary instance All other instances Running Multiple Essbase Servers as Windows Services (Release 9) Effective with release 9.3, you can run multiple Essbase Servers as Windows services using the following method:

Copyright © 2009, Oracle. All rights reserved. EPM System Installer Install primary instance Install other instances Running Multiple Essbase Servers as Windows Services (Release 11) Effective with release 11.1, you can run multiple Essbase Servers as Windows services using the following method: Configure primary instance EPM System Configurator Configure other instances

Copyright © 2009, Oracle. All rights reserved. Connection Options Use these to eliminate network timeouts: NETDELAY –Network request delay time in milliseconds –Default value: 200 milliseconds NETRETRYCOUNT –Number of times Essbase tries to make a network connection before reporting an error –Default value: 600 retries

Copyright © 2009, Oracle. All rights reserved. Disk Allocation Block storage Aggregate storage

Copyright © 2009, Oracle. All rights reserved. Block Storage Disk Allocation Default directory is ARBORPATH/apps directory Maximum file size is 2GB (ess00001.ind, ess00001.pag,…) Can span volumes, for example: 12 GB allocated for Essbase files 16 GB allocated for Essbase files

Copyright © 2009, Oracle. All rights reserved. Aggregate Storage Disk Allocation TablespaceContains Change location/size? default Database structure and data Yes, if empty temp Temporary work space Yes, if empty log Transaction log No metadata File locations No Four tablespaces

Copyright © 2009, Oracle. All rights reserved. Aggregate Storage Load Buffers Data sources ASO MDB Administration Services Console Load buffer(s) Essbase Server Rules files MaxL DDL scripts MaxL shell

Copyright © 2009, Oracle. All rights reserved. Data Slices Incremental commits of the data load buffer to aggregate storage databases Create in Administration Services Console… …or MaxL import database HyptekAS.HyptekAS data from load_buffer with buffer_id 1 override values create slice;

Copyright © 2009, Oracle. All rights reserved. Information Logs Server log Application log Outline Change log Starting Log Viewer for an application

Copyright © 2009, Oracle. All rights reserved. Outline modification information –Date/Time/User –Type of modification –Details Outline Change Log file size limits –Minimum/Maximum/Default –Maintain settings in essbase.cfg file Outline Change Log File

Copyright © 2009, Oracle. All rights reserved. Log Analyzer Provides a graphical analysis tool for log information Is accessed from Administration Services Console

Copyright © 2009, Oracle. All rights reserved. Essbase Configuration File Is an ASCII file located in ARBORPATH\bin Specifies server-wide application and database settings Requires Essbase server restart after changing essbase.cfg

Copyright © 2009, Oracle. All rights reserved. Smart View Smart View Client ConnectionData SourceData Model XML Planning Provider Financial Management Provider Analytic Provider Java API Infrastructure Planning Application Server Financial Management Application Server Client Tier Application Tier Web Tier HTTP(s) TCPIP / DCOM Essbase RDBMS Data Tier

Copyright © 2009, Oracle. All rights reserved. Quiz In Release 11.1, you can run more than one instance of the Essbase agent as a Windows service. 1.True 2.False

Copyright © 2009, Oracle. All rights reserved. Quiz Select the advantages of running Essbase as a Windows Service. 1.You cannot accidentally close the agent window. 2.When Essbase Server is started from a client process, the agent does not automatically shut down when the client process is shut down. 3.You cannot use the agent commands. 4.You can give priority to foreground services.

Copyright © 2009, Oracle. All rights reserved. Quiz Select the Essbase log files. 1.Server log 2.Application log 3.Outline change log 4.Captain's log

Copyright © 2009, Oracle. All rights reserved. Quiz The Essbase configuration file (essbase.cfg) specifies server- wide application and database settings. 1.True 2.False

Copyright © 2009, Oracle. All rights reserved. Summary In this lesson, you should have learned to: Set up runtime and connection options for Essbase Configure block storage and aggregate storage disk allocation Identify the primary information logs available to Essbase system administrators Create an essbase.cfg server configuration file Configure Smart View for Office