SlideShare a Scribd company logo
1 of 40
Download to read offline
Exalytics, DR, EPM Multi-
Instance Over Bare Metal, and
Tying it All Together
Mike Paladino Doug Fiedler
About Us
Business Intelligence
• Scorecards & Dashboards; Mobile Delivery
• Prepackaged Analytic Applications (OBIA)
• BI Foundation (OBIEE / Essbase)
• Financial & Operational Analytics
• Reporting & Publishing
• Visual Exploration
• Information Discovery (Endeca)
• Business Intelligence Cloud Service (BICS)
Financial Close & Consolidations
• Legal, Segment, & Mgmt Reporting
• Financial Performance & Close
• Optimization & Performance Lab
• Tax Provisioning
• Regulatory Requirements
Data Integration Services
• ERP Integration
• Financial Data Management
• Data Warehousing
• MDM & DRM
• ETL Services and Automation
Infrastructure
• Hardware Sizing, Installation, & Configuration
• Exalytics Benchmarking
• System Monitoring, Backup, & Disaster Recovery
• Upgrade & Migrations
Enterprise Planning & Analytics
• Strategic Planning (HSF) &
Modeling
• Planning, Budgeting & Forecasting
• Workforce, Capital, & Project
Financial Planning
• Public Sector Planning
• Cloud Services
Costing & Profitability Management
• HPCM Standard & Detail Models
• Waterfall Allocations
• Shared Service Charges
• Activity Based Costing
• Customer, Product, Segment &
LOB Profitability
Advisory Services
• Project/Program Management &
Process Change
• EPM & BI Road Maps
Training & Support Services
• Standard & Custom Training
• Virtual Classroom
• Multimedia and UPK
• Service Level Agreements
• Managed Services & Hosting
• Performance Engineering
Financial Close &
Consolidations
Business
Intelligence
Enterprise
Planning &
Analytics
Data Integration
Services
Training &
Support Services
Advisory ServicesInfrastructure
Costing &
Profitability
Mgmt
Our Services
The Sherwin-Williams Company
The Sherwin-Williams Company was founded by
Henry Sherwin and Edward Williams in 1866.
Today, we are global leader in the manufacture,
development, distribution and sale of coatings and related
products to professional, industrial, commercial and retail
customers.
The Company manufactures products under well-known brands such as
Sherwin-Williams®, Dutch Boy®, Krylon®, Minwax®, Thompson’s® Water
Seal® and many more. With global headquarters in Cleveland, Ohio, Sherwin-
Williams® branded products are sold exclusively through more than 4,000
company-operated stores and facilities, while the Company’s other brands are
sold through leading mass merchandisers, home centers, hardware stores,
automotive retailers and industrial distributors.
www.sherwin-williams.com
The Sherwin-Williams Company
 Largest Producer of Paint & Coatings in US; among Top 3 worldwide
 Founded in 1866 in Cleveland, OH
 2016 marks 150th Anniversary
 2013: $10.19 billion in sales
 Business in 120+ Countries
 34,000+ employees
 4,000+ Company-Owned Stores
 90+ Manufacturing Facilities Globally
 11.1.1.3 Planning/Budgeting
 11.1.2.1 Upgraded
● VM Farm
● Performance Issues
 New Hardware
 Enterprise reporting
Some History
 A fully functional DR system
● EPMA Deployments
● Essbase Studio deployments
● Planning
● Essbase
● FRS
 RTO – 8 hours
 RPO – 24 Hours
 Use existing infrastructure
 No VMs
The Challenge
DR Solution Architecture
 If you want to connect to Oracle RAC via infiniband, you
cannot use OVM
 You want to save the resource overhead required by the
OVM hypervisor
 Prevent oversubscription and performance issues
associated with OVM
 More consistent disk and network I/O performance
 It is an extra skill set and technology that needs to be
accounted for
 One less point of failure
 Allow more direct control over the environment (i.e. DR
Process)
Why use bare metal over Oracle VM?
 Offset the ports of the second instance by a certain
number (we added 110 to each port #)
How to change the ports for the 2nd instance
 Most of the ports are weblogic-based and can be changed in the EPM config tool or
in the weblogic admin console
 R & A RMI ports are changed via the config tool
 Planning RMI port is tricky; it needs to be changed in the EPM registry and in the
following files:
/oracle/Middleware/EPMSystem11R1/common/RMI/11.1.2.0/HyperionRMIRegistry
 And in this file as well :
/oracle/Middleware/user_projects/epmsystem1/RMI/HyperionRMIRegistry
 Essbase studio ports are changed via the EPM registry
 OPMN ports are changed via the following file:
How to change the ports
 Essbase Studio & EPMA
 Create EPM REG scripts to change hostname &
ports as part of the failover process
How to handle products that are not HA
capable to work in an automated DR fashion
Run a registry report to find Essbase Studio values
Sample Script to change EPM registry for Essbase Studio
#Essbase Studio
#PRD
epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@url
"http://PROD_SERVER_NAME:12080/eas"
epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@transport.port "5300"
epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@server.httpPort "12080"
epmsys_registryupdateproperty
#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@ESSBASE_STUDIO_INSTANCE
“/Middleware/user_projects/epmsystem1/BPMS"
epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@server.datafile.dir
“/Middleware/prod/datafiles"
epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@instance_home
"/Middleware/user_projects/epmsystem1"
epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@localhost_name
"PROD_SERVER_NAME"
 Create a friendly name in DNS like
“hyperion.company.com”
 This can then be controlled via changing the DNS
pointer or by pointing it to a VIP in a load balancer
 When the environment fails over to DR, it will be
transparent to the end users
How to setup a dynamic host naming
convention for failover & failback
How to Handle the RDBMS Oracle Data Guard
Oracle Data Guard ensures high availability, data protection, and disaster recovery
for the Oracle DBMS through the creation and maintenance of a standby database
which is a copy of the production database. If the production database becomes
unavailable because of a planned or an unplanned outage, Oracle Data Guard can
switch any standby database to the production role.
Oracle Data Guard Setup
1. Configure all EPM Products to use the Data Guard URL
1. Allows transparent connection to the Standby in a Fail over situation
2. JDBC URL for Hyperion when using Oracle DataGuard (Doc ID 1359130.1)
3. Bug 20729245 - ESSBASE DOES NOT START WITH DATA GUARD URL
2. Create a Physical Standby
1. Provides a physically identical copy of the primary database, with on disk database structures that are identical to the
primary database
2. A physical standby database is kept synchronized with the primary database, through Redo Apply, which recovers the
redo data received from the primary database and applies the redo to the physical standby database.
1. http://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB00200
3. If using 12c apply this patch https://updates.oracle.com/Orion/Services/download?type=readme&aru=17704007
1. https://support.oracle.com/epmos/faces/BugDisplay?_afrLoop=3939865576206499&id=17877323&_afrWindow
Mode=0&_adf.ctrl-state=obgnx2qnt_224
1. ORA-600 [KRBI_INIT_FRA_METADATA_NOT_BACKUP_CTL] RMAN DUPLICATE FROM ACTIVE
DATABASE with STANDBY as TARGET (Doc ID 1618470.1)
3. Create a Data Guard Broker Configuration
1. Provides a management system to maintain and monitor the configuration and interactions between the primary
database and the standby
4. Monitor
1. We use Grid control to alert us when there are issues with the standby.
Oracle Data Guard Switchover
Oracle Data Guard Switchover
We switchover to the standby database instance using
Data Guard
● The instances switch roles in which the DR database
becomes the primary and updates the standby database
(which was PROD)
● In a true DR situation, this would be done as a failover
because the PROD database would not be available
● Use dgmgrl
Oracle Data Guard Switchover
● In our case, we have to manually mount the standby
instance; this is due to a bug with the local_listener
parameter in the database which needs to be fixed
● srvctl start database -d <dbname> -o mount
● Once that is done, archive log shipping resumes to
PROD (which is the standby now)
 Backups
● Obviously to support Production issues
● To keep DR application in sync
● Failsafe when switching to DR
● Need
● RDBMS
● Rman and datapump export
● Essbase
● Export (level 0 or full of all apps)
● Applicationor database files
● Full ARBORPATHand MIDDLEWARE_HOME (in case of media failure)
● LCM
● EPMA
● Subvars
● Security
● Good to have after DR failover for insurance
Important Prerequisites
1. Nightly backups that:
a) Back up essbase data
b) Back up essbase artifacts
c) Back up outline
2. Copy the files to the DR server using rsync
3. Sync the RM1/LCM directories using rsync
How to setup Essbase replication scripting
4. Restore the backups to the essbase server
a) If a new database/application create it,
remove the Shared Services project if it is a
Planning app
b) Copy outline to the application
c) Copy the artifacts
d) Load data
How to setup Essbase replication scripting
 We are using an rsync process to sync up a
backup area and the RM1/LCM directories
 rsync -avz source directory>
user@server:<target directory>
 A replicated NAS (such as NetApp) could use
be used instead of rsync
How to configure replication of EPM shared
directories
We got it down to 9 easy steps!
 1. Run stop.sh/.bat on Exa01, Exa02
 2. Fail Data Guard instance to DR
 3. Execute a sql script that changes Planning data sources for Oracle &
Essbase Host names
 4. Execute a script that makes necessary EPM registry changes for
non HA aware products like EPMA & Essbase Studio
 5. Manually change FR data source properties in EPM workspace (this is
stored in a binary file in the RM1 folder and thus cannot be scripted)
 6. Flip Rsync Job from PROD -> DR to DR -> PROD
 7. Fail Data Guard back to PROD
 8. Revert registry and SQL changes back to PROD
 9. Run start.sh/.bat Exa01, Exa02
Failover & Failback Process
● Essbase subvars need to be loaded if changed
● This can be done by using the LCM backups from
production that are carried over to DR
● Security
● If you do not maintain security for DR then security will
have to be provisioned in HSS
● Planning to Essbase discrepancy
● If you redeployed Planning since your last Essbase
backup you recovered from DR with, then Planning will
need to be redeployed to Essbase
Some things that may have to be manually
done after failover
● Rebuild Partitions
● Aggregate Data
● Test
Some things that may have to be manually
done after failover
 We had to manually reconfigure Shared Services
connection using a registry edit command on
failover and back
● In versions past, you can use a Data Guard URL
● JDBC URL for Hyperion when using Oracle Data Guard (Doc ID
1359130.1)
● This does not work with a RAC database and Data Guard and
the note above needs to be updated
Challenges Encountered
● Readme for 11.1.2.3.0 states:
● 16618139, 16515442 -- High Availability. When the Oracle
Hyperion Foundation Services database is configured on an
Oracle Real Application Clusters (RAC) database in which the
JDBC URL connection string specifies more than one node of the
RAC database, Essbasefails to start in failover mode.
● The SCAN listener work around also does not work if you want to
include the Data Guard instance in the URL also, even though the
note states you cannot configure 2 nodes in the URL (which is
why you use SCAN), it also seems to apply to 2 different
databases (which was allowed in prior releases)
Challenges Encountered
● Readme for 11.1.2.3.0 states:
● This will not work
● jdbc:oracle:thin:@(DESCRIPTION=(CONNECT_TIMEOUT=3)(AD
DRESS_LIST=(FAILOVER=on)(ADDRESS=(PROTOCOL=TCP)(H
OST=PROD-
SCAN)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=DR-
SCAN)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=EP
M)))
Challenges Encountered
● Issues making the LWAs work in DR
● Had to update some ports not to use LWA for Calc
manager, Planning
● EPMA Planning Application Deployment Hangs at 10%
Without Errors (Doc ID 1334738.1)
● The hardware load balancer has not been configured to
accept loopback requests that come from the internal
Oracle processes
● Issues making Essbase Studio start
● startServer.sh & stopServer.sh scripts did not have
execute permissions; once I chmoded them, they
worked. This appears to be a bug with the Linux
installer/configurator
Challenges Encountered
● Issues making Essbase Studio start
● Need to modify
$EPM_ORACLE_INSTANCE/config/starter/Essba
seStudio.properties
● > start.script/BPMS/bin/startServer.sh
● env=JAVA_HOME=$MIDDLEWARE_HOME/jdk160_3
5/jre,JAVA_OPTIONS=-
DESSBASE_STUDIO_INSTANCE=$MIDDLEWARE_
HOME/user_projects/epmsystem1/BPMS –
DsuppressAPSProductInf
● stop.script/BPMS/bin/stopServer.sh
Challenges Encountered
● Issues making Essbase Studio start
● added the following highlighted lines to the
“server.properties” on the DR Server; this caused
Essbase Studio to override what is the EPM registry.
● transport.port=5410
● catalog.url=oracle://scan-listener:1521/SERVICE
● catalog.username=studio_schema
● catalog.password=<encryptedvalue>
● url=http://host:12190/eas
● server.httpPort=12190
● Make sure to not use
server.enableNativeAdministrator=true in
server.properties; if you do, you won’t be able to login
to the Essbase Studio Console.
Challenges Encountered
● Updating Hyperion Shared Services (HSS)
Registry with Host Name for
SHARED_SERVICES_PRODUCT/LOGICAL
_WEB_APP Fails with Error "Multiple host
components exist for host name" (Doc ID
825974.1)
Challenges Encountered
● RMI Port issue
● check the HyperionRMI_Port.properties and the
registry; both are set to the custom RMI port of
11443
● Also check:
$EPM_ORACLE_HOME/common/RMI/11.1.2.0/Hyp
erionRMIRegistry
● Change port there also
● F5 LWA port and port 10080 must be opened to
use LWA for EAS
Challenges Encountered
 June 2015, did full epm failover test
 Tested full functional of all epm applications
including EPMA deployments & Essbase Studio
 The test was a success
Sherwin DR Test
Questions?
Doug Fiedler
dfiedler@ranzal.com
www.ranzal.com
Mike Paladino
Michael.E.Paladino@sherwin.com
http://www.sherwin-williams.com/
Come see us @ Booth 500!
exalytics_kscope

More Related Content

What's hot

Blistering fast access to Hadoop with SQL
Blistering fast access to Hadoop with SQLBlistering fast access to Hadoop with SQL
Blistering fast access to Hadoop with SQLSimon Harris
 
Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...
Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...
Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...Trivadis
 
War of the Indices- SQL Server and Oracle
War of the Indices-  SQL Server and OracleWar of the Indices-  SQL Server and Oracle
War of the Indices- SQL Server and OracleKellyn Pot'Vin-Gorman
 
Presentation oracle on power power advantages and license optimization
Presentation   oracle on power power advantages and license optimizationPresentation   oracle on power power advantages and license optimization
Presentation oracle on power power advantages and license optimizationsolarisyougood
 
Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013
Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013
Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013Michael Bohlig
 
Care and Maintenance of Your EPM Environment
Care and Maintenance of Your EPM EnvironmentCare and Maintenance of Your EPM Environment
Care and Maintenance of Your EPM EnvironmentEmtec Inc.
 
Using SAS GRID v 9 with Isilon F810
Using SAS GRID v 9 with Isilon F810Using SAS GRID v 9 with Isilon F810
Using SAS GRID v 9 with Isilon F810Boni Bruno
 
Sap solutions-on-v mware-best-practices-guide
Sap solutions-on-v mware-best-practices-guideSap solutions-on-v mware-best-practices-guide
Sap solutions-on-v mware-best-practices-guidenarendar99
 
Goodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETL
Goodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETLGoodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETL
Goodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETLInside Analysis
 
SAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery ConfidenceSAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery ConfidenceDirk Oppenkowski
 
Chris Asano.dba.20160512a
Chris Asano.dba.20160512aChris Asano.dba.20160512a
Chris Asano.dba.20160512aChris Asano
 
Select Refresh For SAP PPT Show
Select Refresh  For SAP PPT ShowSelect Refresh  For SAP PPT Show
Select Refresh For SAP PPT Showcspencert
 
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by KeylabsSAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by Keylabskeylabstraining
 
VMworld 2013: Real-world Design Examples for Virtualized SAP Environments
VMworld 2013: Real-world Design Examples for Virtualized SAP Environments VMworld 2013: Real-world Design Examples for Virtualized SAP Environments
VMworld 2013: Real-world Design Examples for Virtualized SAP Environments VMworld
 
Consolidating Oracle database servers on the Dell PowerEdge R930
Consolidating Oracle database servers on the Dell PowerEdge R930Consolidating Oracle database servers on the Dell PowerEdge R930
Consolidating Oracle database servers on the Dell PowerEdge R930Principled Technologies
 
websphere cast iron labs
 websphere cast iron labs websphere cast iron labs
websphere cast iron labsAMIT KUMAR
 
Monitoring and Tuning Oracle FMW 11g
Monitoring and Tuning Oracle FMW 11gMonitoring and Tuning Oracle FMW 11g
Monitoring and Tuning Oracle FMW 11gMatthias Furrer
 

What's hot (18)

Blistering fast access to Hadoop with SQL
Blistering fast access to Hadoop with SQLBlistering fast access to Hadoop with SQL
Blistering fast access to Hadoop with SQL
 
Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...
Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...
Trivadis TechEvent 2016 Does and Don'ts during a POC of Oracle Database Appli...
 
War of the Indices- SQL Server and Oracle
War of the Indices-  SQL Server and OracleWar of the Indices-  SQL Server and Oracle
War of the Indices- SQL Server and Oracle
 
Presentation oracle on power power advantages and license optimization
Presentation   oracle on power power advantages and license optimizationPresentation   oracle on power power advantages and license optimization
Presentation oracle on power power advantages and license optimization
 
Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013
Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013
Amazon Redshift - Bay Area CloudSearch Meetup June 19, 2013
 
Care and Maintenance of Your EPM Environment
Care and Maintenance of Your EPM EnvironmentCare and Maintenance of Your EPM Environment
Care and Maintenance of Your EPM Environment
 
Using SAS GRID v 9 with Isilon F810
Using SAS GRID v 9 with Isilon F810Using SAS GRID v 9 with Isilon F810
Using SAS GRID v 9 with Isilon F810
 
Sap solutions-on-v mware-best-practices-guide
Sap solutions-on-v mware-best-practices-guideSap solutions-on-v mware-best-practices-guide
Sap solutions-on-v mware-best-practices-guide
 
Goodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETL
Goodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETLGoodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETL
Goodbye, Bottlenecks: How Scale-Out and In-Memory Solve ETL
 
SAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery ConfidenceSAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery Confidence
 
Chris Asano.dba.20160512a
Chris Asano.dba.20160512aChris Asano.dba.20160512a
Chris Asano.dba.20160512a
 
10053 otw
10053 otw10053 otw
10053 otw
 
Select Refresh For SAP PPT Show
Select Refresh  For SAP PPT ShowSelect Refresh  For SAP PPT Show
Select Refresh For SAP PPT Show
 
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by KeylabsSAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
 
VMworld 2013: Real-world Design Examples for Virtualized SAP Environments
VMworld 2013: Real-world Design Examples for Virtualized SAP Environments VMworld 2013: Real-world Design Examples for Virtualized SAP Environments
VMworld 2013: Real-world Design Examples for Virtualized SAP Environments
 
Consolidating Oracle database servers on the Dell PowerEdge R930
Consolidating Oracle database servers on the Dell PowerEdge R930Consolidating Oracle database servers on the Dell PowerEdge R930
Consolidating Oracle database servers on the Dell PowerEdge R930
 
websphere cast iron labs
 websphere cast iron labs websphere cast iron labs
websphere cast iron labs
 
Monitoring and Tuning Oracle FMW 11g
Monitoring and Tuning Oracle FMW 11gMonitoring and Tuning Oracle FMW 11g
Monitoring and Tuning Oracle FMW 11g
 

Viewers also liked

Presentación1
Presentación1Presentación1
Presentación1jbeulo2
 
Clasificación de los animales
Clasificación de los animalesClasificación de los animales
Clasificación de los animaleswilly2020
 
Btec Diploma - Samir Mahmood Nanjihudani
Btec Diploma - Samir Mahmood NanjihudaniBtec Diploma - Samir Mahmood Nanjihudani
Btec Diploma - Samir Mahmood NanjihudaniSameer Nanji
 
prezentacja diamenty_Nescom
prezentacja diamenty_Nescomprezentacja diamenty_Nescom
prezentacja diamenty_NescomDimitrij Dahno
 

Viewers also liked (7)

Presentación1
Presentación1Presentación1
Presentación1
 
Clasificación de los animales
Clasificación de los animalesClasificación de los animales
Clasificación de los animales
 
Btec Diploma - Samir Mahmood Nanjihudani
Btec Diploma - Samir Mahmood NanjihudaniBtec Diploma - Samir Mahmood Nanjihudani
Btec Diploma - Samir Mahmood Nanjihudani
 
La internet
La internetLa internet
La internet
 
report7
report7report7
report7
 
prezentacja diamenty_Nescom
prezentacja diamenty_Nescomprezentacja diamenty_Nescom
prezentacja diamenty_Nescom
 
Documento de ayuda
Documento de ayudaDocumento de ayuda
Documento de ayuda
 

Similar to exalytics_kscope

Exalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All Together
Exalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All TogetherExalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All Together
Exalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All TogetherAlithya
 
UKOUG APPS 14: Optimizing Performance for Oracle EPM Systems
UKOUG APPS 14: Optimizing Performance for Oracle EPM SystemsUKOUG APPS 14: Optimizing Performance for Oracle EPM Systems
UKOUG APPS 14: Optimizing Performance for Oracle EPM SystemsAlithya
 
Maintaining and Caring for your EPM Environment
Maintaining and Caring for your EPM EnvironmentMaintaining and Caring for your EPM Environment
Maintaining and Caring for your EPM EnvironmentEmtec Inc.
 
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Protect724mouni
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Andrejs Prokopjevs
 
Muhammad Hameed Chaudhry
Muhammad Hameed ChaudhryMuhammad Hameed Chaudhry
Muhammad Hameed ChaudhryAamir Chaudhry
 
VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...
VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...
VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...VMworld
 
Zero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle ExalogicZero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle ExalogicPaulo Fagundes
 
DoneDeal - AWS Data Analytics Platform
DoneDeal - AWS Data Analytics PlatformDoneDeal - AWS Data Analytics Platform
DoneDeal - AWS Data Analytics Platformmartinbpeters
 
Veeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud Connect
Veeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud ConnectVeeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud Connect
Veeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud ConnectTanawit Chansuchai
 
VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...
VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...
VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...VMworld
 
Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014Goetz Lessmann
 
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)sheriframadan18
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-PresentationChuck Walker
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxSergioBruno21
 
Dipesh Singh 01112016
Dipesh Singh 01112016Dipesh Singh 01112016
Dipesh Singh 01112016Dipesh Singh
 
FOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptxFOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptxssuser20fcbe
 
SamBarrie_Primaryvzt
SamBarrie_PrimaryvztSamBarrie_Primaryvzt
SamBarrie_PrimaryvztSam Barrie
 

Similar to exalytics_kscope (20)

Exalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All Together
Exalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All TogetherExalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All Together
Exalytics, DR, EPM Multi-Instance Over Bare Metal, and Tying it All Together
 
UKOUG APPS 14: Optimizing Performance for Oracle EPM Systems
UKOUG APPS 14: Optimizing Performance for Oracle EPM SystemsUKOUG APPS 14: Optimizing Performance for Oracle EPM Systems
UKOUG APPS 14: Optimizing Performance for Oracle EPM Systems
 
Maintaining and Caring for your EPM Environment
Maintaining and Caring for your EPM EnvironmentMaintaining and Caring for your EPM Environment
Maintaining and Caring for your EPM Environment
 
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
Migrating ESM Resources From Oracle to CORR-Engine for ESM 6.5c SP1
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
 
Muhammad Hameed Chaudhry
Muhammad Hameed ChaudhryMuhammad Hameed Chaudhry
Muhammad Hameed Chaudhry
 
VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...
VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...
VMworld 2013: VMware Disaster Recovery Solution with Oracle Data Guard and Si...
 
Zero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle ExalogicZero Downtime for Oracle E-Business Suite on Oracle Exalogic
Zero Downtime for Oracle E-Business Suite on Oracle Exalogic
 
DoneDeal - AWS Data Analytics Platform
DoneDeal - AWS Data Analytics PlatformDoneDeal - AWS Data Analytics Platform
DoneDeal - AWS Data Analytics Platform
 
Veeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud Connect
Veeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud ConnectVeeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud Connect
Veeam - Fast Secure Cloud base Disaster Recovery with Veeam Cloud Connect
 
VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...
VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...
VMworld 2013: Strategic Reasons for Classifying Workloads for Tier 1 Virtuali...
 
Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014
 
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-Presentation
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
 
Sap overview
Sap overviewSap overview
Sap overview
 
sappm-171220062959.pdf
sappm-171220062959.pdfsappm-171220062959.pdf
sappm-171220062959.pdf
 
Dipesh Singh 01112016
Dipesh Singh 01112016Dipesh Singh 01112016
Dipesh Singh 01112016
 
FOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptxFOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptx
 
SamBarrie_Primaryvzt
SamBarrie_PrimaryvztSamBarrie_Primaryvzt
SamBarrie_Primaryvzt
 

exalytics_kscope

  • 1.
  • 2. Exalytics, DR, EPM Multi- Instance Over Bare Metal, and Tying it All Together Mike Paladino Doug Fiedler
  • 4. Business Intelligence • Scorecards & Dashboards; Mobile Delivery • Prepackaged Analytic Applications (OBIA) • BI Foundation (OBIEE / Essbase) • Financial & Operational Analytics • Reporting & Publishing • Visual Exploration • Information Discovery (Endeca) • Business Intelligence Cloud Service (BICS) Financial Close & Consolidations • Legal, Segment, & Mgmt Reporting • Financial Performance & Close • Optimization & Performance Lab • Tax Provisioning • Regulatory Requirements Data Integration Services • ERP Integration • Financial Data Management • Data Warehousing • MDM & DRM • ETL Services and Automation Infrastructure • Hardware Sizing, Installation, & Configuration • Exalytics Benchmarking • System Monitoring, Backup, & Disaster Recovery • Upgrade & Migrations Enterprise Planning & Analytics • Strategic Planning (HSF) & Modeling • Planning, Budgeting & Forecasting • Workforce, Capital, & Project Financial Planning • Public Sector Planning • Cloud Services Costing & Profitability Management • HPCM Standard & Detail Models • Waterfall Allocations • Shared Service Charges • Activity Based Costing • Customer, Product, Segment & LOB Profitability Advisory Services • Project/Program Management & Process Change • EPM & BI Road Maps Training & Support Services • Standard & Custom Training • Virtual Classroom • Multimedia and UPK • Service Level Agreements • Managed Services & Hosting • Performance Engineering Financial Close & Consolidations Business Intelligence Enterprise Planning & Analytics Data Integration Services Training & Support Services Advisory ServicesInfrastructure Costing & Profitability Mgmt Our Services
  • 5. The Sherwin-Williams Company The Sherwin-Williams Company was founded by Henry Sherwin and Edward Williams in 1866. Today, we are global leader in the manufacture, development, distribution and sale of coatings and related products to professional, industrial, commercial and retail customers. The Company manufactures products under well-known brands such as Sherwin-Williams®, Dutch Boy®, Krylon®, Minwax®, Thompson’s® Water Seal® and many more. With global headquarters in Cleveland, Ohio, Sherwin- Williams® branded products are sold exclusively through more than 4,000 company-operated stores and facilities, while the Company’s other brands are sold through leading mass merchandisers, home centers, hardware stores, automotive retailers and industrial distributors. www.sherwin-williams.com
  • 6. The Sherwin-Williams Company  Largest Producer of Paint & Coatings in US; among Top 3 worldwide  Founded in 1866 in Cleveland, OH  2016 marks 150th Anniversary  2013: $10.19 billion in sales  Business in 120+ Countries  34,000+ employees  4,000+ Company-Owned Stores  90+ Manufacturing Facilities Globally
  • 7.  11.1.1.3 Planning/Budgeting  11.1.2.1 Upgraded ● VM Farm ● Performance Issues  New Hardware  Enterprise reporting Some History
  • 8.  A fully functional DR system ● EPMA Deployments ● Essbase Studio deployments ● Planning ● Essbase ● FRS  RTO – 8 hours  RPO – 24 Hours  Use existing infrastructure  No VMs The Challenge
  • 10.  If you want to connect to Oracle RAC via infiniband, you cannot use OVM  You want to save the resource overhead required by the OVM hypervisor  Prevent oversubscription and performance issues associated with OVM  More consistent disk and network I/O performance  It is an extra skill set and technology that needs to be accounted for  One less point of failure  Allow more direct control over the environment (i.e. DR Process) Why use bare metal over Oracle VM?
  • 11.  Offset the ports of the second instance by a certain number (we added 110 to each port #) How to change the ports for the 2nd instance
  • 12.  Most of the ports are weblogic-based and can be changed in the EPM config tool or in the weblogic admin console  R & A RMI ports are changed via the config tool  Planning RMI port is tricky; it needs to be changed in the EPM registry and in the following files: /oracle/Middleware/EPMSystem11R1/common/RMI/11.1.2.0/HyperionRMIRegistry  And in this file as well : /oracle/Middleware/user_projects/epmsystem1/RMI/HyperionRMIRegistry  Essbase studio ports are changed via the EPM registry  OPMN ports are changed via the following file: How to change the ports
  • 13.  Essbase Studio & EPMA  Create EPM REG scripts to change hostname & ports as part of the failover process How to handle products that are not HA capable to work in an automated DR fashion
  • 14. Run a registry report to find Essbase Studio values
  • 15. Sample Script to change EPM registry for Essbase Studio #Essbase Studio #PRD epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@url "http://PROD_SERVER_NAME:12080/eas" epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@transport.port "5300" epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@server.httpPort "12080" epmsys_registryupdateproperty #a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@ESSBASE_STUDIO_INSTANCE “/Middleware/user_projects/epmsystem1/BPMS" epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@server.datafile.dir “/Middleware/prod/datafiles" epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@instance_home "/Middleware/user_projects/epmsystem1" epmsys_registryupdateproperty#a5963aff3ec60eda7cc94dbc148d6bb51baS789e/@localhost_name "PROD_SERVER_NAME"
  • 16.  Create a friendly name in DNS like “hyperion.company.com”  This can then be controlled via changing the DNS pointer or by pointing it to a VIP in a load balancer  When the environment fails over to DR, it will be transparent to the end users How to setup a dynamic host naming convention for failover & failback
  • 17. How to Handle the RDBMS Oracle Data Guard Oracle Data Guard ensures high availability, data protection, and disaster recovery for the Oracle DBMS through the creation and maintenance of a standby database which is a copy of the production database. If the production database becomes unavailable because of a planned or an unplanned outage, Oracle Data Guard can switch any standby database to the production role.
  • 18. Oracle Data Guard Setup 1. Configure all EPM Products to use the Data Guard URL 1. Allows transparent connection to the Standby in a Fail over situation 2. JDBC URL for Hyperion when using Oracle DataGuard (Doc ID 1359130.1) 3. Bug 20729245 - ESSBASE DOES NOT START WITH DATA GUARD URL 2. Create a Physical Standby 1. Provides a physically identical copy of the primary database, with on disk database structures that are identical to the primary database 2. A physical standby database is kept synchronized with the primary database, through Redo Apply, which recovers the redo data received from the primary database and applies the redo to the physical standby database. 1. http://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB00200 3. If using 12c apply this patch https://updates.oracle.com/Orion/Services/download?type=readme&aru=17704007 1. https://support.oracle.com/epmos/faces/BugDisplay?_afrLoop=3939865576206499&id=17877323&_afrWindow Mode=0&_adf.ctrl-state=obgnx2qnt_224 1. ORA-600 [KRBI_INIT_FRA_METADATA_NOT_BACKUP_CTL] RMAN DUPLICATE FROM ACTIVE DATABASE with STANDBY as TARGET (Doc ID 1618470.1) 3. Create a Data Guard Broker Configuration 1. Provides a management system to maintain and monitor the configuration and interactions between the primary database and the standby 4. Monitor 1. We use Grid control to alert us when there are issues with the standby.
  • 19. Oracle Data Guard Switchover
  • 20. Oracle Data Guard Switchover We switchover to the standby database instance using Data Guard ● The instances switch roles in which the DR database becomes the primary and updates the standby database (which was PROD) ● In a true DR situation, this would be done as a failover because the PROD database would not be available ● Use dgmgrl
  • 21. Oracle Data Guard Switchover ● In our case, we have to manually mount the standby instance; this is due to a bug with the local_listener parameter in the database which needs to be fixed ● srvctl start database -d <dbname> -o mount ● Once that is done, archive log shipping resumes to PROD (which is the standby now)
  • 22.  Backups ● Obviously to support Production issues ● To keep DR application in sync ● Failsafe when switching to DR ● Need ● RDBMS ● Rman and datapump export ● Essbase ● Export (level 0 or full of all apps) ● Applicationor database files ● Full ARBORPATHand MIDDLEWARE_HOME (in case of media failure) ● LCM ● EPMA ● Subvars ● Security ● Good to have after DR failover for insurance Important Prerequisites
  • 23. 1. Nightly backups that: a) Back up essbase data b) Back up essbase artifacts c) Back up outline 2. Copy the files to the DR server using rsync 3. Sync the RM1/LCM directories using rsync How to setup Essbase replication scripting
  • 24. 4. Restore the backups to the essbase server a) If a new database/application create it, remove the Shared Services project if it is a Planning app b) Copy outline to the application c) Copy the artifacts d) Load data How to setup Essbase replication scripting
  • 25.  We are using an rsync process to sync up a backup area and the RM1/LCM directories  rsync -avz source directory> user@server:<target directory>  A replicated NAS (such as NetApp) could use be used instead of rsync How to configure replication of EPM shared directories
  • 26.
  • 27. We got it down to 9 easy steps!  1. Run stop.sh/.bat on Exa01, Exa02  2. Fail Data Guard instance to DR  3. Execute a sql script that changes Planning data sources for Oracle & Essbase Host names  4. Execute a script that makes necessary EPM registry changes for non HA aware products like EPMA & Essbase Studio  5. Manually change FR data source properties in EPM workspace (this is stored in a binary file in the RM1 folder and thus cannot be scripted)  6. Flip Rsync Job from PROD -> DR to DR -> PROD  7. Fail Data Guard back to PROD  8. Revert registry and SQL changes back to PROD  9. Run start.sh/.bat Exa01, Exa02 Failover & Failback Process
  • 28. ● Essbase subvars need to be loaded if changed ● This can be done by using the LCM backups from production that are carried over to DR ● Security ● If you do not maintain security for DR then security will have to be provisioned in HSS ● Planning to Essbase discrepancy ● If you redeployed Planning since your last Essbase backup you recovered from DR with, then Planning will need to be redeployed to Essbase Some things that may have to be manually done after failover
  • 29. ● Rebuild Partitions ● Aggregate Data ● Test Some things that may have to be manually done after failover
  • 30.  We had to manually reconfigure Shared Services connection using a registry edit command on failover and back ● In versions past, you can use a Data Guard URL ● JDBC URL for Hyperion when using Oracle Data Guard (Doc ID 1359130.1) ● This does not work with a RAC database and Data Guard and the note above needs to be updated Challenges Encountered
  • 31. ● Readme for 11.1.2.3.0 states: ● 16618139, 16515442 -- High Availability. When the Oracle Hyperion Foundation Services database is configured on an Oracle Real Application Clusters (RAC) database in which the JDBC URL connection string specifies more than one node of the RAC database, Essbasefails to start in failover mode. ● The SCAN listener work around also does not work if you want to include the Data Guard instance in the URL also, even though the note states you cannot configure 2 nodes in the URL (which is why you use SCAN), it also seems to apply to 2 different databases (which was allowed in prior releases) Challenges Encountered
  • 32. ● Readme for 11.1.2.3.0 states: ● This will not work ● jdbc:oracle:thin:@(DESCRIPTION=(CONNECT_TIMEOUT=3)(AD DRESS_LIST=(FAILOVER=on)(ADDRESS=(PROTOCOL=TCP)(H OST=PROD- SCAN)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=DR- SCAN)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=EP M))) Challenges Encountered
  • 33. ● Issues making the LWAs work in DR ● Had to update some ports not to use LWA for Calc manager, Planning ● EPMA Planning Application Deployment Hangs at 10% Without Errors (Doc ID 1334738.1) ● The hardware load balancer has not been configured to accept loopback requests that come from the internal Oracle processes ● Issues making Essbase Studio start ● startServer.sh & stopServer.sh scripts did not have execute permissions; once I chmoded them, they worked. This appears to be a bug with the Linux installer/configurator Challenges Encountered
  • 34. ● Issues making Essbase Studio start ● Need to modify $EPM_ORACLE_INSTANCE/config/starter/Essba seStudio.properties ● > start.script/BPMS/bin/startServer.sh ● env=JAVA_HOME=$MIDDLEWARE_HOME/jdk160_3 5/jre,JAVA_OPTIONS=- DESSBASE_STUDIO_INSTANCE=$MIDDLEWARE_ HOME/user_projects/epmsystem1/BPMS – DsuppressAPSProductInf ● stop.script/BPMS/bin/stopServer.sh Challenges Encountered
  • 35. ● Issues making Essbase Studio start ● added the following highlighted lines to the “server.properties” on the DR Server; this caused Essbase Studio to override what is the EPM registry. ● transport.port=5410 ● catalog.url=oracle://scan-listener:1521/SERVICE ● catalog.username=studio_schema ● catalog.password=<encryptedvalue> ● url=http://host:12190/eas ● server.httpPort=12190 ● Make sure to not use server.enableNativeAdministrator=true in server.properties; if you do, you won’t be able to login to the Essbase Studio Console. Challenges Encountered
  • 36. ● Updating Hyperion Shared Services (HSS) Registry with Host Name for SHARED_SERVICES_PRODUCT/LOGICAL _WEB_APP Fails with Error "Multiple host components exist for host name" (Doc ID 825974.1) Challenges Encountered
  • 37. ● RMI Port issue ● check the HyperionRMI_Port.properties and the registry; both are set to the custom RMI port of 11443 ● Also check: $EPM_ORACLE_HOME/common/RMI/11.1.2.0/Hyp erionRMIRegistry ● Change port there also ● F5 LWA port and port 10080 must be opened to use LWA for EAS Challenges Encountered
  • 38.  June 2015, did full epm failover test  Tested full functional of all epm applications including EPMA deployments & Essbase Studio  The test was a success Sherwin DR Test