SlideShare a Scribd company logo
1 of 27
SAP S/4HANA
Installation and Monitoring
This is a compilation of notes taken during installation of IDES S4HANA.
Also include monitoring of S/4HANA using the IT-Conductor
By OZSoft Consulting for ITConductor.com
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 1
Introduction/References
IDES based on S4HANA was available as per OSS note
2445594
Main Reference: 2445594 - IDES S/HANA 1610
Additional References:
• SAP HANA Server Installation GUide
• Installation Guide - NW NW 7.3 to 7.5 on UNIX: SAP HANA
DB
• Published blogs and documents
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 2
Introduction
SAP Product Availability Matrix
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 3
Installation
The IDES S4HANA was installed with/on the following
• AS ABAP 7.51 for S/4HANA 1610
• SAP Kernel 7.49 64-BIT UNICODE
• SAP HANA Database 2.0 (SPS00)
• Linux SUSE SLES 12/X86-64 64BIT
SAP HANA and The SAP NW AS ABAP server were deployed on
one server
The installation’s general steps
1. Install the HANA server
2. Install the NW ABAP server
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 4
Installation – HANA server
Install the HANA server as root
./hdblcm --component_root=<extracted HANA 2.0>
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 5
HANA2 SPS00 installed, with database mode ‘single_container’.
Note that if HANA2 SPS01 was used, then the only option is
‘multiple_container’ (i.e. MDB)
Installation – HANA server
Installation check
cd /hana/shared/H4S/hdblcm/hdblcm
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 6
Installation – NW ABAP server
As root, from the SWPM extract folder, run sapinst
1. Preparation – Prerequisite check
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 7
Installation – NW ABAP server
2. Install ABAP server – Standard system
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 8
NW SID = S4H
HANA SID = H4S
Installation – NW ABAP server
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 9
Depending on your
server’s resources,
reduce or increase the
parallelism
Installation – NW ABAP server
To monitor the import of the packages, go to the installation directory.
• The file ‘import_state_properties’ indicates the status of each package, e.g.
• A package with corresponding TSK.bck file means it is being processed. At the
start of processing of a package, the .TSK file is copied into TSK.bck, then the TSK
is emptied. For each task completed, the TSK is updated
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 10
‘?’ = its in progress (it has corresponding
TSK.bck file) – see below
‘+’ = its complete without error
‘-‘ = error
‘0’ = still to do
Installation – NW ABAP server
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 11
Review and process accordingly, e.g. below
Installation – NW ABAP server
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 12
Perform standard installation post-tasks (e.g. SGEN)
Fact check: Comparison
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 13
IDES Personas ERP
6.0 EHP7 IDES S/4HANA
CVERS Software components 224 162
DD02T SAP DD: SAP Table Texts 7,357,481 5,581,980
REPOSRC Report Source Code 5,212,388 5,531,016
TFDIR Function Module 516,549 502,440
TRDIR System table TRDIR 5,212,111 5,531,007
TADIR Directory of Repository Objects 4,041,073 4,346,880
Comparison on the IDES S/4HANA and IDES ERP 6.0 EHP7 on ASE
• We were expecting a reduction in both the code and dictionary
tables based on SAP’s marketing message, but some actually
went up!
Tip: Reclaiming DATAVOLUME unused space
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 14
The DATAVOLUME can go up to > 250Gb.
To free up the unused space, issue the following SQL command
‘ALTER SYSTEM RECLAIM DATAVOLUME 110 DEFRAGMENT’
This reduced the datavolume size from 205Gb to 107GB! This
process can take many hours or days depending on server and
storage speed.
Note that before doing the reclaim/defragmentation, the following
steps were taken
- Create the initial backup (note that at this stage, the
auto_log_backup was still disabled)
- Stopped the ABAP system
Monitoring – using cloud-based IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 15
After the installation
and post-tasks, the
installed IDES S/4HANA
was registered to the IT-
Conductor. The process
is quick (< 5 minutes),
and straight forward.
Once the ABAP system
S4H is registered in ITC,
the tool ‘discovers’ all
related objects (e.g.
application server,
HANA and its services).
ITC has ‘drill-down’
feature, by a single click
on an object
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 16
Click on any object for drill-down
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 17
Drill-down on CCMS for further
analysis/detail
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 18
Configurable alert thresholds, e.g. for Gateway Heartbeat
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 19
Application Server Analysis
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 20
HANA Server - Overview
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 21
Drill-down
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 22
Drill-down feature
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 23
Click on any object (e.g. CPU,
response time) or the arrow (in
volumes) for more information
(see next page)
Monitoring – using IT-Conductor
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 24
Summary – S/4HANA Installation
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 25
• The process is not much different than other SAP NW installation
• The HANA database or appliance installation is a separate task, and can
be quite complex if HA/DR is included
• Space reclamation is key to reduce the size of the database following
installation
• Sizing HANA and configuring appropriately is key to operational
performance, otherwise it can be quite slow.
• Monitoring of S/4HANA Availability and Performance is critical to
maintaining its health
• Technically S/4HANA is not simpler than Netweaver on any-DB
• Security configuration of new roles, Fiori, SAP Netweaver Gateway, and
optional Java instance are additional effort
Summary – Deployment Comparison
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 26
S/4HANA
• S/4HANA Cloud deployment is much more simple and can be operational in a
few hours, especially with pre-configured instances
• S/4HANA On-premise deployment can take days depending on infrastructure
requirements and other optional components
IT-Conductor Monitoring of complete S/4HANA Stack
• On-cloud S/4HANA: Such as at AWS, Azure, Google Cloud Platform – less than an
hour
• On-premise S/4HANA: Includes complex scale-out HANA platform, 30 minutes or
less
• In both cases, and including Hybrid environments: IT-Conductor reduces SAP
monitoring effort and cost up to 90% compared to Solution Manager
• Any Questions?
• Contact Info:
Linh Nguyen linh.nguyen@itconductor.com
Terry Kempis terry.kempis@itconductor.com
Let
itconductor.com
@itconductor

More Related Content

What's hot

Managing and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System ReplicationManaging and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System ReplicationLinh Nguyen
 
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringMastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringLinh Nguyen
 
Configuring and Monitoring HANA Extension Node
Configuring and Monitoring HANA Extension NodeConfiguring and Monitoring HANA Extension Node
Configuring and Monitoring HANA Extension NodeLinh Nguyen
 
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1Linh Nguyen
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringLinh Nguyen
 
SAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New FeaturesSAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New FeaturesLinh Nguyen
 
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationLinh Nguyen
 
SAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HASAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HALinh Nguyen
 
SAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
SAP HANA 2 – Dynamic Tiering Overview including HANA MonitoringSAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
SAP HANA 2 – Dynamic Tiering Overview including HANA MonitoringLinh Nguyen
 
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringLinh Nguyen
 
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentMastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentLinh Nguyen
 
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Linh Nguyen
 
10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service Management10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service ManagementLinh Nguyen
 
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...Linh Nguyen
 
What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2Aditya Shivhare
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTPreet Kamal Singh
 
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)Linh Nguyen
 
Oracle EBS Release 12: Tips for Patching
Oracle EBS Release 12: Tips for PatchingOracle EBS Release 12: Tips for Patching
Oracle EBS Release 12: Tips for PatchingScott Jenner
 
SAP LVM Post Copy Automation Integration
SAP LVM Post Copy Automation IntegrationSAP LVM Post Copy Automation Integration
SAP LVM Post Copy Automation IntegrationAliter Consulting
 
SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...
SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...
SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...Tomas Krojzl
 

What's hot (20)

Managing and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System ReplicationManaging and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System Replication
 
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringMastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
 
Configuring and Monitoring HANA Extension Node
Configuring and Monitoring HANA Extension NodeConfiguring and Monitoring HANA Extension Node
Configuring and Monitoring HANA Extension Node
 
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload Monitoring
 
SAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New FeaturesSAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New Features
 
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
 
SAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HASAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HA
 
SAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
SAP HANA 2 – Dynamic Tiering Overview including HANA MonitoringSAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
SAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
 
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA Monitoring
 
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentMastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP Environment
 
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
 
10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service Management10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service Management
 
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
 
What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
 
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
 
Oracle EBS Release 12: Tips for Patching
Oracle EBS Release 12: Tips for PatchingOracle EBS Release 12: Tips for Patching
Oracle EBS Release 12: Tips for Patching
 
SAP LVM Post Copy Automation Integration
SAP LVM Post Copy Automation IntegrationSAP LVM Post Copy Automation Integration
SAP LVM Post Copy Automation Integration
 
SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...
SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...
SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (H...
 

Similar to S/4HANA Installation Quickstart Guide and Monitoring S/4HANA

Ebs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practicesEbs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practicesaioughydchapter
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)pasalapudi123
 
OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2vasuballa
 
E-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12c
E-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12cE-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12c
E-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12cAndrejs Karpovs
 
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...Nagios
 
Using ACFS as a Storage for EBS
Using ACFS as a Storage for EBSUsing ACFS as a Storage for EBS
Using ACFS as a Storage for EBSAndrejs Karpovs
 
MIgrating from Single Instance to RAC via Dataguard
MIgrating from Single Instance to RAC via DataguardMIgrating from Single Instance to RAC via Dataguard
MIgrating from Single Instance to RAC via DataguardFuad Arshad
 
Developing a Ceph Appliance for Secure Environments
Developing a Ceph Appliance for Secure EnvironmentsDeveloping a Ceph Appliance for Secure Environments
Developing a Ceph Appliance for Secure EnvironmentsCeph Community
 
EPM Infrastructure: An Investigation
EPM Infrastructure: An InvestigationEPM Infrastructure: An Investigation
EPM Infrastructure: An InvestigationAlithya
 
Using oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgradeUsing oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgradevasuballa
 
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...BIOVIA
 
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdfTips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdfAkhashRamnath
 
MIgrating to RAC using Dataguard
MIgrating to RAC  using Dataguard MIgrating to RAC  using Dataguard
MIgrating to RAC using Dataguard Fuad Arshad
 
Introducing Gridiron Security and Compliance Management Platform and Enclave ...
Introducing Gridiron Security and Compliance Management Platform and Enclave ...Introducing Gridiron Security and Compliance Management Platform and Enclave ...
Introducing Gridiron Security and Compliance Management Platform and Enclave ...Aptible
 
EnCase Enterprise Basic File Collection
EnCase Enterprise Basic File Collection EnCase Enterprise Basic File Collection
EnCase Enterprise Basic File Collection Damir Delija
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostChristoph Adler
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boostpanagenda
 
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2pasalapudi
 
Staged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business SuiteStaged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business Suitevasuballa
 

Similar to S/4HANA Installation Quickstart Guide and Monitoring S/4HANA (20)

Ebs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practicesEbs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practices
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
 
OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2
 
E-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12c
E-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12cE-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12c
E-Business Suite Rapid Provisioning Using Latest Features Of Oracle Database 12c
 
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
 
Using ACFS as a Storage for EBS
Using ACFS as a Storage for EBSUsing ACFS as a Storage for EBS
Using ACFS as a Storage for EBS
 
MIgrating from Single Instance to RAC via Dataguard
MIgrating from Single Instance to RAC via DataguardMIgrating from Single Instance to RAC via Dataguard
MIgrating from Single Instance to RAC via Dataguard
 
Developing a Ceph Appliance for Secure Environments
Developing a Ceph Appliance for Secure EnvironmentsDeveloping a Ceph Appliance for Secure Environments
Developing a Ceph Appliance for Secure Environments
 
EPM Infrastructure: An Investigation
EPM Infrastructure: An InvestigationEPM Infrastructure: An Investigation
EPM Infrastructure: An Investigation
 
Using oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgradeUsing oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgrade
 
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
 
OraChk
OraChkOraChk
OraChk
 
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdfTips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
 
MIgrating to RAC using Dataguard
MIgrating to RAC  using Dataguard MIgrating to RAC  using Dataguard
MIgrating to RAC using Dataguard
 
Introducing Gridiron Security and Compliance Management Platform and Enclave ...
Introducing Gridiron Security and Compliance Management Platform and Enclave ...Introducing Gridiron Security and Compliance Management Platform and Enclave ...
Introducing Gridiron Security and Compliance Management Platform and Enclave ...
 
EnCase Enterprise Basic File Collection
EnCase Enterprise Basic File Collection EnCase Enterprise Basic File Collection
EnCase Enterprise Basic File Collection
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
 
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
 
Staged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business SuiteStaged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business Suite
 

Recently uploaded

How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 

Recently uploaded (20)

Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 

S/4HANA Installation Quickstart Guide and Monitoring S/4HANA

  • 1. SAP S/4HANA Installation and Monitoring This is a compilation of notes taken during installation of IDES S4HANA. Also include monitoring of S/4HANA using the IT-Conductor By OZSoft Consulting for ITConductor.com Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 1
  • 2. Introduction/References IDES based on S4HANA was available as per OSS note 2445594 Main Reference: 2445594 - IDES S/HANA 1610 Additional References: • SAP HANA Server Installation GUide • Installation Guide - NW NW 7.3 to 7.5 on UNIX: SAP HANA DB • Published blogs and documents Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 2
  • 3. Introduction SAP Product Availability Matrix Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 3
  • 4. Installation The IDES S4HANA was installed with/on the following • AS ABAP 7.51 for S/4HANA 1610 • SAP Kernel 7.49 64-BIT UNICODE • SAP HANA Database 2.0 (SPS00) • Linux SUSE SLES 12/X86-64 64BIT SAP HANA and The SAP NW AS ABAP server were deployed on one server The installation’s general steps 1. Install the HANA server 2. Install the NW ABAP server Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 4
  • 5. Installation – HANA server Install the HANA server as root ./hdblcm --component_root=<extracted HANA 2.0> Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 5 HANA2 SPS00 installed, with database mode ‘single_container’. Note that if HANA2 SPS01 was used, then the only option is ‘multiple_container’ (i.e. MDB)
  • 6. Installation – HANA server Installation check cd /hana/shared/H4S/hdblcm/hdblcm Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 6
  • 7. Installation – NW ABAP server As root, from the SWPM extract folder, run sapinst 1. Preparation – Prerequisite check Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 7
  • 8. Installation – NW ABAP server 2. Install ABAP server – Standard system Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 8 NW SID = S4H HANA SID = H4S
  • 9. Installation – NW ABAP server Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 9 Depending on your server’s resources, reduce or increase the parallelism
  • 10. Installation – NW ABAP server To monitor the import of the packages, go to the installation directory. • The file ‘import_state_properties’ indicates the status of each package, e.g. • A package with corresponding TSK.bck file means it is being processed. At the start of processing of a package, the .TSK file is copied into TSK.bck, then the TSK is emptied. For each task completed, the TSK is updated Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 10 ‘?’ = its in progress (it has corresponding TSK.bck file) – see below ‘+’ = its complete without error ‘-‘ = error ‘0’ = still to do
  • 11. Installation – NW ABAP server Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 11 Review and process accordingly, e.g. below
  • 12. Installation – NW ABAP server Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 12 Perform standard installation post-tasks (e.g. SGEN)
  • 13. Fact check: Comparison Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 13 IDES Personas ERP 6.0 EHP7 IDES S/4HANA CVERS Software components 224 162 DD02T SAP DD: SAP Table Texts 7,357,481 5,581,980 REPOSRC Report Source Code 5,212,388 5,531,016 TFDIR Function Module 516,549 502,440 TRDIR System table TRDIR 5,212,111 5,531,007 TADIR Directory of Repository Objects 4,041,073 4,346,880 Comparison on the IDES S/4HANA and IDES ERP 6.0 EHP7 on ASE • We were expecting a reduction in both the code and dictionary tables based on SAP’s marketing message, but some actually went up!
  • 14. Tip: Reclaiming DATAVOLUME unused space Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 14 The DATAVOLUME can go up to > 250Gb. To free up the unused space, issue the following SQL command ‘ALTER SYSTEM RECLAIM DATAVOLUME 110 DEFRAGMENT’ This reduced the datavolume size from 205Gb to 107GB! This process can take many hours or days depending on server and storage speed. Note that before doing the reclaim/defragmentation, the following steps were taken - Create the initial backup (note that at this stage, the auto_log_backup was still disabled) - Stopped the ABAP system
  • 15. Monitoring – using cloud-based IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 15 After the installation and post-tasks, the installed IDES S/4HANA was registered to the IT- Conductor. The process is quick (< 5 minutes), and straight forward. Once the ABAP system S4H is registered in ITC, the tool ‘discovers’ all related objects (e.g. application server, HANA and its services). ITC has ‘drill-down’ feature, by a single click on an object
  • 16. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 16 Click on any object for drill-down
  • 17. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 17 Drill-down on CCMS for further analysis/detail
  • 18. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 18 Configurable alert thresholds, e.g. for Gateway Heartbeat
  • 19. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 19 Application Server Analysis
  • 20. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 20 HANA Server - Overview
  • 21. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 21 Drill-down
  • 22. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 22 Drill-down feature
  • 23. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 23 Click on any object (e.g. CPU, response time) or the arrow (in volumes) for more information (see next page)
  • 24. Monitoring – using IT-Conductor Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 24
  • 25. Summary – S/4HANA Installation Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 25 • The process is not much different than other SAP NW installation • The HANA database or appliance installation is a separate task, and can be quite complex if HA/DR is included • Space reclamation is key to reduce the size of the database following installation • Sizing HANA and configuring appropriately is key to operational performance, otherwise it can be quite slow. • Monitoring of S/4HANA Availability and Performance is critical to maintaining its health • Technically S/4HANA is not simpler than Netweaver on any-DB • Security configuration of new roles, Fiori, SAP Netweaver Gateway, and optional Java instance are additional effort
  • 26. Summary – Deployment Comparison Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 26 S/4HANA • S/4HANA Cloud deployment is much more simple and can be operational in a few hours, especially with pre-configured instances • S/4HANA On-premise deployment can take days depending on infrastructure requirements and other optional components IT-Conductor Monitoring of complete S/4HANA Stack • On-cloud S/4HANA: Such as at AWS, Azure, Google Cloud Platform – less than an hour • On-premise S/4HANA: Includes complex scale-out HANA platform, 30 minutes or less • In both cases, and including Hybrid environments: IT-Conductor reduces SAP monitoring effort and cost up to 90% compared to Solution Manager
  • 27. • Any Questions? • Contact Info: Linh Nguyen linh.nguyen@itconductor.com Terry Kempis terry.kempis@itconductor.com Let itconductor.com @itconductor