SlideShare a Scribd company logo
1 of 27
Download to read offline
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
1 
SAP BusinessObjects BI 4.1 Upgrade Webinar Series 
BI 4.1 Deployment Best Practices 
Presenter: Harjeet Judge 
SAP Customer Experience Group 
Brought to you by the Customer Experience Group
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
2 
We bring to you all that you need to successfully upgrade to the SAP BusinessObjects BI Platform 4.1. 
You can find a BI 4.1 Upgrade Overview page on SCN at: http://scn.sap.com/docs/DOC- 56525 
Webinars also complement these published resources: http://scn.sap.com/docs/DOC- 56308 
SAP BusinessObjects BI Platform 4.1 Upgrade Enablement
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
3 
•Web Tier Deployment 
•Intelligence Tier Deployment 
•Processing Tier Deployment 
•System Configuration Wizard Demo 
•High Availability and Load Balancing Scenarios 
•Q&A 
Agenda
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
4 
•BI 4 is all 64-bit 
•BOE 3.1 was designed to squeeze the whole suite within a 32-bit architecture 
•BI 4 is designed to take advantage of modern hardware and RAM (64-bit addressing) 
•BI 4 can “stretch out” and is no longer artificially limited for resources 
•BI 4 is architecturally different than 3.1 
•BOE 3.1 was a collection of applications with their own connectivity stacks 
•BI 4 components share a new common Semantic Layer for data connectivity 
•BI 4 is designed as a first-class and highly integrated SAP client for BI 
•BI 4 is bigger because it includes new services and applications 
•BI 4 is designed for modern infrastructure – don’t expect to run on the same hardware 
SAP BI 4.x is not a technical upgrade from BOE 3.1 or XI R2 
Conduct sizing exercise using the Sizing Estimator
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
5 
What are the conceptual tiers in a BIPlatform ?
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
6 
•Web Tier Deployment 
•Intelligence Tier Deployment 
•Processing Tier Deployment 
•System Configuration Wizard Demo 
•High Availability and Load Balancing Scenarios 
•Q&A 
Agenda
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
7 
Background Need for Web Tier Tuning 
XIR2 
XI3.1 
BI4.0
© 2013 SAP AG or an SAP affiliate company. All rights reserved. 8 
Optimizing BI Server Tiers 
Web Server / Web Tier 
BI 4.1 
Tomcat 7 + SAP JVM 6 
BI 4.1 
Apache 2.4 +Tomcat 7 + 
JVM 7 
~25% or better improvement in delivery of static content 
• Improving the User Experience in SAP BI Platform 4.0 with Apache http://scn.sap.com/docs/DOC-6191
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
9 
Optimizing BI Server Tiers Web Application Server (Java) 
•The embedded Tomcat web application server now utilizes SAP JVM 1.6.0_37 as of the first release of BI4.1 
Tomcat 7 and SAP JVM 1.6.0_37 standard 
•As of Java 7, a new garbage collector called the Garbage First Collector (or GC1) is enabled and is optimal for use with multi-CPU servers. You can find details on GC1 as it pertains to BI4.x here. 
Java 7 + GC1 
•GC1 simplifies garbage collection and can improve performance for java application servers running on multi-core systems 
Key Message 
•Roadmap for SAPJVM includes plans to update to Java 7. BI4.2? 
Key Message 
+ Be generous with Tomcat’s memory pool! (configuration)
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
10 
•Web Tier Deployment 
•Intelligence Tier Deployment 
•Processing Tier Deployment 
•System Configuration Wizard Demo 
•High Availability and Load Balancing Scenarios 
•Q&A 
Agenda
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
11 
Understanding the Management / Intelligence tier.
© 2013 SAP AG or an SAP affiliate company. All rights reserved. 12 
Optimizing BI Server Tiers 
Management/ Intelligence Tier 
Central Management Server System Database / Repository 
Metadata 
Security 
Server Info 
Key Message: The CMS must have sufficient connections to the system database, else pending 
requests are queued, causing degradation in user-response times. Increase up to 50 if poss.
© 2013 SAP AG or an SAP affiliate company. All rights reserved. 13 
Optimizing BI Server Tiers 
Management/ Intelligence Tier 
CMS Objects in Cache 
Max objects in cache increased from 10K to 100K default in BI 4.0 
Increasing this value corresponds to higher memory consumption 
from CMS 
Incrementing with System Database sizes larger than 100K objects 
may improve CMS performance 
-maxobjectsincache 250000
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
14 
•Web Tier Deployment 
•Intelligence Tier Deployment 
•Processing Tier Deployment 
•System Configuration Wizard Demo 
•High Availability and Load Balancing Scenarios 
•Q&A 
Agenda
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
15 
•It can host a number of services simultaneously 
•Out of box configuration has all services in a single APS instance 
•Default install is to get system “up and running” and configurable for your scenarios 
•Configured for “small” systems – Dev, Test, Trial, limited deployments 
•Customers are not expected to go to production without re-configuration 
•For production, host important services in their own APS 
•Increased throughput, improved scalability, and better response times 
•Slightly higher memory consumption due to more service containers (one per APS) 
•Each service has its own memory and processor requirements: 
New in SAP BI 4.x: Adaptive Processing Service (APS) 
The BI Sizing Guide and BI Platform Installation Guide contain detailed technical information on specific services that is critical to configure and size correctly
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
16 
•Troubleshooting and getting support is going to be painful 
•22 services in one APS makes debugging that APS almost impossible 
•Typically need to create additional APSes before proceeding with Support 
•System resources harder to manage – what does a 16 GB process look like? 
•You may experience non-optimal system behavior 
•Lack of service isolation can magnify otherwise imperceptive operations 
•Example: Normal Java garbage collection processes: 
•Reclamation of freed memory for 22 services is computationally large 
•JVM may need to focus on collection instead of executing processes 
•Magnified wait times for the APS can affect entire system performance 
“What’s wrong with one APS if I have enough RAM?” 
Proper deployment is not about just “adding up the numbers”, it is about making better decisions based on the numbers you have
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
17 
Using the System Configuration Wizard (Demo) 
New in 4.1: Wizard performs essential post-install configuration 
•Quick way to configure whole system consistently 
•Response + log files are generated each run . 
•SCW can be invoked in script mode 
•Response file can be edited, and rerun using SCW.bat
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
18 
Tailoring specific Services & Applications 
•Deploy only one server for Lifecycle Management Service 
Most heavy lifting is not handled by this service anyway 
•Lifecycle Management Job service deployed in multiple servers 
Can scale out for handling more load 
•Put Security Token Service (STS) alongside DSL_Bridge for BW SSO. 
•Auditing and Monitoring applications can be enable/disabled. 
•Build-up scope of Search Index gradually
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
19 
•Poorly provisioned databases will have an invisible effect 
•CMS DB latencies have a cascading effect – one BI admins can’t see! 
•Ensure that each reporting database has I/O path are large enough 
•I/O bottlenecks – disk and network – have severe effects 
•Worst thing you can do to an I/O intensive application is to starve it for data 
•Being on an underperforming file server can starve the BI system 
•Patch your SAP BW systems – incremental performance gains can be big 
•Many poorly performing WEBI instances can be traced back to a lack of BW patches 
•Ensure virtualization hosts can handle aggregate requirements 
•Putting 5 processing server VMs on one host means the host must have at least 5x the IO capability and 5x the RAM! 
Role of external systems to deployment
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
20 
•Keeping up to date on BI system patching is important 
•Updates almost always have stability and performance improvements 
•Do not need to apply every patch, but at least every minor version and evaluate every support pack 
•Multi-node patching 
•Not always “fun” – ensure you are orchestrating the patches to minimize downtime 
•Parallel Patching available as of BI 4.0 SP05 
•First, update in parallel all CMS host servers. 
•Second, update in parallel all non-CMS host servers. 
Role of maintenance strategy in deployments
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
21 
•Web Tier Deployment 
•Intelligence Tier Deployment 
•Processing Tier Deployment 
•System Configuration Wizard Demo 
•High Availability and Load Balancing Scenarios 
•Q&A 
Agenda
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
22 
•“Scale Up” or “Scale Out”? 
•Scaling up has its limits, but machines are too large for single processes anymore 
•Putting 5 WEBI servers on a machine might make sense – but watch out for bottlenecks (i.e. I/O)! 
•Requires planning and analysis of your scenarios: 
•If you schedule Crystal Reports mostly at night, the CR Job/Processing Services may be run on the same machine as the Web Intelligence Server 
•If CR users are actively analyzing data, putting CR and WEBI on the same server is a bad idea since they are both resource intensive 
•“Scale out” more of an option than before 
•Virtualization enables “splitting” a lot easier as there isn’t incremental hardware cost. 
•Design principles for scale out are no different than other enterprise software 
Homogeneous vs. Heterogeneous Nodes?
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
23 
Single Server Deployments 
Web Application Server 
BusinessObjects Enterprise servers 
FRS Root Folder 
Database server hosting CMS system database 
Suited for a small organization 
Assuming you have proper backup, a disaster may lead to long periods of unavailability. 
Trusted disaster recovery and back up strategies are critical to regaining availability. 
Vertical Deployment 
Web Client
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
24 
Scale Out 
BI Cluster 
SAN Storage 
Database Cluster 
Default Servers running on all machines
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
25 
Scale Out Web Server to server static content 
Web Server 
Serves static content or redirector only 
Web Client 
BI Server(s) 
Web Application Server 
Serves dynamic content only
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
26 
Scale Out Web Server to server static content 
Web Client 
Web Server Farm 
Static content or redirector only 
Clustered Application Servers (Session Replication) 
Business Intelligence Servers 
Hardware redirector (Load Balancer)
©2013 SAP AG or an SAP affiliate company. All rights reserved. 
27 
SAP BusinessObjects BI 4.1 Upgrade Webinar Series 
BI 4.1 Deployment Best Practices 
Q & A 
Brought to you by the Customer Experience Group

More Related Content

More from SAP Analytics

#askSAP Analytics Innovations Community Call – Bridging the Information Gap
#askSAP Analytics Innovations Community Call – Bridging the Information Gap#askSAP Analytics Innovations Community Call – Bridging the Information Gap
#askSAP Analytics Innovations Community Call – Bridging the Information GapSAP Analytics
 
Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...
Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...
Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...SAP Analytics
 
#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...
#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...
#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...SAP Analytics
 
#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...
#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...
#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...SAP Analytics
 
#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...
#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...
#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...SAP Analytics
 
#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...
#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...
#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...SAP Analytics
 
#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...
#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...
#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...SAP Analytics
 
SAP Leonardo: An Overview
SAP Leonardo: An OverviewSAP Leonardo: An Overview
SAP Leonardo: An OverviewSAP Analytics
 
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...SAP Analytics
 
Data & Analytics: The Competitive Edge for Small and Midsize Businesses
Data & Analytics: The Competitive Edge for Small and Midsize BusinessesData & Analytics: The Competitive Edge for Small and Midsize Businesses
Data & Analytics: The Competitive Edge for Small and Midsize BusinessesSAP Analytics
 
Data Analytics Help Drive Digital Transformation Infographic
Data Analytics Help Drive Digital Transformation InfographicData Analytics Help Drive Digital Transformation Infographic
Data Analytics Help Drive Digital Transformation InfographicSAP Analytics
 
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...SAP Analytics
 
Unify Line of Business Data with SAP Digital Boardroom
Unify Line of Business Data with SAP Digital BoardroomUnify Line of Business Data with SAP Digital Boardroom
Unify Line of Business Data with SAP Digital BoardroomSAP Analytics
 
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...SAP Analytics
 
Can your insights deliver 171% ROI?
Can your insights deliver 171% ROI?Can your insights deliver 171% ROI?
Can your insights deliver 171% ROI?SAP Analytics
 
#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...
#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...
#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...SAP Analytics
 
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...SAP Analytics
 
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...SAP Analytics
 
#askSAP GRC Innovations Community Call: Cybersecurity Risk and Governance
#askSAP GRC Innovations Community Call: Cybersecurity Risk and Governance#askSAP GRC Innovations Community Call: Cybersecurity Risk and Governance
#askSAP GRC Innovations Community Call: Cybersecurity Risk and GovernanceSAP Analytics
 
#askSAP EPM Innovations Community Call: Transform Finance into Instant Insight
#askSAP EPM Innovations Community Call: Transform Finance into Instant Insight#askSAP EPM Innovations Community Call: Transform Finance into Instant Insight
#askSAP EPM Innovations Community Call: Transform Finance into Instant InsightSAP Analytics
 

More from SAP Analytics (20)

#askSAP Analytics Innovations Community Call – Bridging the Information Gap
#askSAP Analytics Innovations Community Call – Bridging the Information Gap#askSAP Analytics Innovations Community Call – Bridging the Information Gap
#askSAP Analytics Innovations Community Call – Bridging the Information Gap
 
Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...
Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...
Optimize Business Intelligence Efforts With Embedded, Application-Driven Anal...
 
#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...
#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...
#askSAP Analytics Innovations Community Call: SAP Analytics 2019 Strategy and...
 
#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...
#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...
#AskSAP Analytics Innovations Community Call: SAP Analytics Fall 2018 Innovat...
 
#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...
#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...
#askSAP Analytics Innovations Community Call: Become an Intelligent Enterpris...
 
#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...
#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...
#askSAP Analytics Innovations Community Call: SAP 2018 strategy and Roadmap f...
 
#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...
#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...
#asksap Analytics Innovations Community Call: SAP BW/4HANA - the Big Data War...
 
SAP Leonardo: An Overview
SAP Leonardo: An OverviewSAP Leonardo: An Overview
SAP Leonardo: An Overview
 
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
 
Data & Analytics: The Competitive Edge for Small and Midsize Businesses
Data & Analytics: The Competitive Edge for Small and Midsize BusinessesData & Analytics: The Competitive Edge for Small and Midsize Businesses
Data & Analytics: The Competitive Edge for Small and Midsize Businesses
 
Data Analytics Help Drive Digital Transformation Infographic
Data Analytics Help Drive Digital Transformation InfographicData Analytics Help Drive Digital Transformation Infographic
Data Analytics Help Drive Digital Transformation Infographic
 
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
#askSAP: Journey to the Cloud: SAP Strategy and Roadmap for Cloud and Hybrid ...
 
Unify Line of Business Data with SAP Digital Boardroom
Unify Line of Business Data with SAP Digital BoardroomUnify Line of Business Data with SAP Digital Boardroom
Unify Line of Business Data with SAP Digital Boardroom
 
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
#asksap Analytics Innovations Community Call - Take Action in 2017 with Innov...
 
Can your insights deliver 171% ROI?
Can your insights deliver 171% ROI?Can your insights deliver 171% ROI?
Can your insights deliver 171% ROI?
 
#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...
#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...
#askSAP EPM Innovations Community Call: How Planning Can Ignite Digital Trans...
 
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
#askSAP Analytics Innovations Community Call: Reimagine Analytics for the Dig...
 
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
#askSAP Analytics Innovations Community Call: Innovation in Core BI Solutions...
 
#askSAP GRC Innovations Community Call: Cybersecurity Risk and Governance
#askSAP GRC Innovations Community Call: Cybersecurity Risk and Governance#askSAP GRC Innovations Community Call: Cybersecurity Risk and Governance
#askSAP GRC Innovations Community Call: Cybersecurity Risk and Governance
 
#askSAP EPM Innovations Community Call: Transform Finance into Instant Insight
#askSAP EPM Innovations Community Call: Transform Finance into Instant Insight#askSAP EPM Innovations Community Call: Transform Finance into Instant Insight
#askSAP EPM Innovations Community Call: Transform Finance into Instant Insight
 

Recently uploaded

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Recently uploaded (20)

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

SAP #BOBJ #BI 4.1 Upgrade Webcast Series 4: BI 4.1 Deployment Best Practices

  • 1. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 1 SAP BusinessObjects BI 4.1 Upgrade Webinar Series BI 4.1 Deployment Best Practices Presenter: Harjeet Judge SAP Customer Experience Group Brought to you by the Customer Experience Group
  • 2. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 2 We bring to you all that you need to successfully upgrade to the SAP BusinessObjects BI Platform 4.1. You can find a BI 4.1 Upgrade Overview page on SCN at: http://scn.sap.com/docs/DOC- 56525 Webinars also complement these published resources: http://scn.sap.com/docs/DOC- 56308 SAP BusinessObjects BI Platform 4.1 Upgrade Enablement
  • 3. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 3 •Web Tier Deployment •Intelligence Tier Deployment •Processing Tier Deployment •System Configuration Wizard Demo •High Availability and Load Balancing Scenarios •Q&A Agenda
  • 4. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 4 •BI 4 is all 64-bit •BOE 3.1 was designed to squeeze the whole suite within a 32-bit architecture •BI 4 is designed to take advantage of modern hardware and RAM (64-bit addressing) •BI 4 can “stretch out” and is no longer artificially limited for resources •BI 4 is architecturally different than 3.1 •BOE 3.1 was a collection of applications with their own connectivity stacks •BI 4 components share a new common Semantic Layer for data connectivity •BI 4 is designed as a first-class and highly integrated SAP client for BI •BI 4 is bigger because it includes new services and applications •BI 4 is designed for modern infrastructure – don’t expect to run on the same hardware SAP BI 4.x is not a technical upgrade from BOE 3.1 or XI R2 Conduct sizing exercise using the Sizing Estimator
  • 5. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 5 What are the conceptual tiers in a BIPlatform ?
  • 6. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 6 •Web Tier Deployment •Intelligence Tier Deployment •Processing Tier Deployment •System Configuration Wizard Demo •High Availability and Load Balancing Scenarios •Q&A Agenda
  • 7. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 7 Background Need for Web Tier Tuning XIR2 XI3.1 BI4.0
  • 8. © 2013 SAP AG or an SAP affiliate company. All rights reserved. 8 Optimizing BI Server Tiers Web Server / Web Tier BI 4.1 Tomcat 7 + SAP JVM 6 BI 4.1 Apache 2.4 +Tomcat 7 + JVM 7 ~25% or better improvement in delivery of static content • Improving the User Experience in SAP BI Platform 4.0 with Apache http://scn.sap.com/docs/DOC-6191
  • 9. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 9 Optimizing BI Server Tiers Web Application Server (Java) •The embedded Tomcat web application server now utilizes SAP JVM 1.6.0_37 as of the first release of BI4.1 Tomcat 7 and SAP JVM 1.6.0_37 standard •As of Java 7, a new garbage collector called the Garbage First Collector (or GC1) is enabled and is optimal for use with multi-CPU servers. You can find details on GC1 as it pertains to BI4.x here. Java 7 + GC1 •GC1 simplifies garbage collection and can improve performance for java application servers running on multi-core systems Key Message •Roadmap for SAPJVM includes plans to update to Java 7. BI4.2? Key Message + Be generous with Tomcat’s memory pool! (configuration)
  • 10. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 10 •Web Tier Deployment •Intelligence Tier Deployment •Processing Tier Deployment •System Configuration Wizard Demo •High Availability and Load Balancing Scenarios •Q&A Agenda
  • 11. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 11 Understanding the Management / Intelligence tier.
  • 12. © 2013 SAP AG or an SAP affiliate company. All rights reserved. 12 Optimizing BI Server Tiers Management/ Intelligence Tier Central Management Server System Database / Repository Metadata Security Server Info Key Message: The CMS must have sufficient connections to the system database, else pending requests are queued, causing degradation in user-response times. Increase up to 50 if poss.
  • 13. © 2013 SAP AG or an SAP affiliate company. All rights reserved. 13 Optimizing BI Server Tiers Management/ Intelligence Tier CMS Objects in Cache Max objects in cache increased from 10K to 100K default in BI 4.0 Increasing this value corresponds to higher memory consumption from CMS Incrementing with System Database sizes larger than 100K objects may improve CMS performance -maxobjectsincache 250000
  • 14. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 14 •Web Tier Deployment •Intelligence Tier Deployment •Processing Tier Deployment •System Configuration Wizard Demo •High Availability and Load Balancing Scenarios •Q&A Agenda
  • 15. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 15 •It can host a number of services simultaneously •Out of box configuration has all services in a single APS instance •Default install is to get system “up and running” and configurable for your scenarios •Configured for “small” systems – Dev, Test, Trial, limited deployments •Customers are not expected to go to production without re-configuration •For production, host important services in their own APS •Increased throughput, improved scalability, and better response times •Slightly higher memory consumption due to more service containers (one per APS) •Each service has its own memory and processor requirements: New in SAP BI 4.x: Adaptive Processing Service (APS) The BI Sizing Guide and BI Platform Installation Guide contain detailed technical information on specific services that is critical to configure and size correctly
  • 16. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 16 •Troubleshooting and getting support is going to be painful •22 services in one APS makes debugging that APS almost impossible •Typically need to create additional APSes before proceeding with Support •System resources harder to manage – what does a 16 GB process look like? •You may experience non-optimal system behavior •Lack of service isolation can magnify otherwise imperceptive operations •Example: Normal Java garbage collection processes: •Reclamation of freed memory for 22 services is computationally large •JVM may need to focus on collection instead of executing processes •Magnified wait times for the APS can affect entire system performance “What’s wrong with one APS if I have enough RAM?” Proper deployment is not about just “adding up the numbers”, it is about making better decisions based on the numbers you have
  • 17. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 17 Using the System Configuration Wizard (Demo) New in 4.1: Wizard performs essential post-install configuration •Quick way to configure whole system consistently •Response + log files are generated each run . •SCW can be invoked in script mode •Response file can be edited, and rerun using SCW.bat
  • 18. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 18 Tailoring specific Services & Applications •Deploy only one server for Lifecycle Management Service Most heavy lifting is not handled by this service anyway •Lifecycle Management Job service deployed in multiple servers Can scale out for handling more load •Put Security Token Service (STS) alongside DSL_Bridge for BW SSO. •Auditing and Monitoring applications can be enable/disabled. •Build-up scope of Search Index gradually
  • 19. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 19 •Poorly provisioned databases will have an invisible effect •CMS DB latencies have a cascading effect – one BI admins can’t see! •Ensure that each reporting database has I/O path are large enough •I/O bottlenecks – disk and network – have severe effects •Worst thing you can do to an I/O intensive application is to starve it for data •Being on an underperforming file server can starve the BI system •Patch your SAP BW systems – incremental performance gains can be big •Many poorly performing WEBI instances can be traced back to a lack of BW patches •Ensure virtualization hosts can handle aggregate requirements •Putting 5 processing server VMs on one host means the host must have at least 5x the IO capability and 5x the RAM! Role of external systems to deployment
  • 20. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 20 •Keeping up to date on BI system patching is important •Updates almost always have stability and performance improvements •Do not need to apply every patch, but at least every minor version and evaluate every support pack •Multi-node patching •Not always “fun” – ensure you are orchestrating the patches to minimize downtime •Parallel Patching available as of BI 4.0 SP05 •First, update in parallel all CMS host servers. •Second, update in parallel all non-CMS host servers. Role of maintenance strategy in deployments
  • 21. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 21 •Web Tier Deployment •Intelligence Tier Deployment •Processing Tier Deployment •System Configuration Wizard Demo •High Availability and Load Balancing Scenarios •Q&A Agenda
  • 22. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 22 •“Scale Up” or “Scale Out”? •Scaling up has its limits, but machines are too large for single processes anymore •Putting 5 WEBI servers on a machine might make sense – but watch out for bottlenecks (i.e. I/O)! •Requires planning and analysis of your scenarios: •If you schedule Crystal Reports mostly at night, the CR Job/Processing Services may be run on the same machine as the Web Intelligence Server •If CR users are actively analyzing data, putting CR and WEBI on the same server is a bad idea since they are both resource intensive •“Scale out” more of an option than before •Virtualization enables “splitting” a lot easier as there isn’t incremental hardware cost. •Design principles for scale out are no different than other enterprise software Homogeneous vs. Heterogeneous Nodes?
  • 23. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 23 Single Server Deployments Web Application Server BusinessObjects Enterprise servers FRS Root Folder Database server hosting CMS system database Suited for a small organization Assuming you have proper backup, a disaster may lead to long periods of unavailability. Trusted disaster recovery and back up strategies are critical to regaining availability. Vertical Deployment Web Client
  • 24. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 24 Scale Out BI Cluster SAN Storage Database Cluster Default Servers running on all machines
  • 25. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 25 Scale Out Web Server to server static content Web Server Serves static content or redirector only Web Client BI Server(s) Web Application Server Serves dynamic content only
  • 26. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 26 Scale Out Web Server to server static content Web Client Web Server Farm Static content or redirector only Clustered Application Servers (Session Replication) Business Intelligence Servers Hardware redirector (Load Balancer)
  • 27. ©2013 SAP AG or an SAP affiliate company. All rights reserved. 27 SAP BusinessObjects BI 4.1 Upgrade Webinar Series BI 4.1 Deployment Best Practices Q & A Brought to you by the Customer Experience Group