SlideShare a Scribd company logo
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

PPTX
SAP HANA Migration Deck.pptx
PPTX
Benefit SAP S4HANA.pptx
PPTX
example of SAP Cut over strategy FI CO MM PS module
PPTX
Sap s4 hana sourcing and procurement
PDF
SAP CAPEX Solution: IQX E-Book
PDF
An Overview of SAP S4/HANA
PPT
Activate Methodology
PDF
Sap S4 HANA Everything You Need To Know
SAP HANA Migration Deck.pptx
Benefit SAP S4HANA.pptx
example of SAP Cut over strategy FI CO MM PS module
Sap s4 hana sourcing and procurement
SAP CAPEX Solution: IQX E-Book
An Overview of SAP S4/HANA
Activate Methodology
Sap S4 HANA Everything You Need To Know

What's hot (20)

PDF
SAP Training
PDF
BW Adjusting settings and monitoring data loads
DOCX
Cutover strategy in sap fico
PDF
Wp sap data_migration
DOCX
SAP Landscape
PDF
SAP CPI-DS.pdf
PDF
S/4HANA Cash Management: Upload house bank accounts
PPTX
Accelerate Adoption of SAP S/4HANA with Intelligent, Continuous Automation
PPT
Concepts of cutover planning and management
PDF
Migration to sap s4 hana
PDF
Sap basis administration handbook
PDF
S4HANA Migration Overview
PDF
SUCCESSFUL CHARM IMPLEMENTATION IN A VALIDATED ENVIRONMENT
PDF
Ragavendiran's Resume
PDF
Implementação SAP S/4 HANA Finance
PPTX
SAP EAM/PM Organization Structure
PPTX
S4 HANA presentation.pptx
PDF
SAP TRAINING MATERIAL FREE DOWNLOAD - ERPTAC is best
PPTX
SAP S/4HANA - What it really is and what not
PDF
S4 h 188 sap s4hana cloud implementation with sap activate
SAP Training
BW Adjusting settings and monitoring data loads
Cutover strategy in sap fico
Wp sap data_migration
SAP Landscape
SAP CPI-DS.pdf
S/4HANA Cash Management: Upload house bank accounts
Accelerate Adoption of SAP S/4HANA with Intelligent, Continuous Automation
Concepts of cutover planning and management
Migration to sap s4 hana
Sap basis administration handbook
S4HANA Migration Overview
SUCCESSFUL CHARM IMPLEMENTATION IN A VALIDATED ENVIRONMENT
Ragavendiran's Resume
Implementação SAP S/4 HANA Finance
SAP EAM/PM Organization Structure
S4 HANA presentation.pptx
SAP TRAINING MATERIAL FREE DOWNLOAD - ERPTAC is best
SAP S/4HANA - What it really is and what not
S4 h 188 sap s4hana cloud implementation with sap activate
Ad

Viewers also liked (6)

PDF
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
PDF
SAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
PDF
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
PDF
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
PDF
SAP S/4HANA: Everything you need to know for a successul implementation
PPTX
10 Golden Rules for S/4 HANA Migrations
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
SAP S/4HANA: Everything you need to know for a successul implementation
10 Golden Rules for S/4 HANA Migrations
Ad

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

PPTX
2015 04 Preparing for the SAP S/4HANA Migration
PDF
Sap hana installation_guide_en
PDF
In-memory Computing with SAP HANA on IBM eX5 Systems
PDF
Best Practices to Administer, Operate, and Monitor an SAP HANA System
PPTX
SAP ECC/S4HANA INTRODUCTION AND HISTORY
PPTX
HPE presentation at SAPPHIRE 2016 in SUSE Mini-theatre
PPTX
HPE presentation at SAPPHIRE 2016 in SUSE Mini-theatre
PPTX
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
PDF
SAP HANA® Deployment Guide | Symmetry
PDF
Sap hana master_guide_en
PDF
Sap hana master guide
PDF
Suse linux enterprise_server_12_x_for_sap_applications_configuration_guide_fo...
PDF
Ecc6 sr3 ora_win_instguide
PDF
SAP HANA SPS09- Administration Monitoring
PDF
5 SAP HANA Implementation Tips CIOs Sould Know
PDF
SAP S4/HANA meetup overview
PDF
Data Center Economics
PPTX
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
PDF
IT Simplification with the SAP HANA platform
PDF
SQL Data Warehousing in SAP HANA (Sefan Linders)
2015 04 Preparing for the SAP S/4HANA Migration
Sap hana installation_guide_en
In-memory Computing with SAP HANA on IBM eX5 Systems
Best Practices to Administer, Operate, and Monitor an SAP HANA System
SAP ECC/S4HANA INTRODUCTION AND HISTORY
HPE presentation at SAPPHIRE 2016 in SUSE Mini-theatre
HPE presentation at SAPPHIRE 2016 in SUSE Mini-theatre
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
SAP HANA® Deployment Guide | Symmetry
Sap hana master_guide_en
Sap hana master guide
Suse linux enterprise_server_12_x_for_sap_applications_configuration_guide_fo...
Ecc6 sr3 ora_win_instguide
SAP HANA SPS09- Administration Monitoring
5 SAP HANA Implementation Tips CIOs Sould Know
SAP S4/HANA meetup overview
Data Center Economics
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
IT Simplification with the SAP HANA platform
SQL Data Warehousing in SAP HANA (Sefan Linders)

More from Linh Nguyen (20)

PPTX
Configuring and Monitoring HANA Extension Node
PDF
Managing and Monitoring HANA 2 active:active with System Replication
PDF
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
PDF
SAP HANA Dynamic Tiering Test-drive
PDF
SAP HANA SPS12 Exploring New Features
PDF
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
PDF
SAP HANA System Replication - Setup, Operations and HANA Monitoring
PDF
SAP HANA Distributed System Scaleout and HA
PDF
BW Migration to HANA Part 3 - Post-processing on the Migrated System
PDF
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
PDF
BW Migration to HANA Part1 - Preparation in BW System
PDF
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
PDF
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
PDF
Mastering SAP Monitoring - Workload Monitoring
PDF
Mastering SAP Monitoring - Determining the Health of your SAP Environment
PDF
10 Ways to Better Application-Centric Service Management
PDF
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
PDF
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
PPTX
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
PPTX
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
Configuring and Monitoring HANA Extension Node
Managing and Monitoring HANA 2 active:active with System Replication
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA Dynamic Tiering Test-drive
SAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA Distributed System Scaleout and HA
BW Migration to HANA Part 3 - Post-processing on the Migrated System
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part1 - Preparation in BW System
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Determining the Health of your SAP Environment
10 Ways to Better Application-Centric Service Management
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...

Recently uploaded (20)

PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Transform Your Business with a Software ERP System
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Nekopoi APK 2025 free lastest update
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Introduction to Artificial Intelligence
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
medical staffing services at VALiNTRY
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
L1 - Introduction to python Backend.pptx
PPTX
history of c programming in notes for students .pptx
PDF
top salesforce developer skills in 2025.pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Design an Analysis of Algorithms II-SECS-1021-03
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Transform Your Business with a Software ERP System
ISO 45001 Occupational Health and Safety Management System
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Nekopoi APK 2025 free lastest update
How to Migrate SBCGlobal Email to Yahoo Easily
Introduction to Artificial Intelligence
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
CHAPTER 2 - PM Management and IT Context
Navsoft: AI-Powered Business Solutions & Custom Software Development
medical staffing services at VALiNTRY
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Odoo POS Development Services by CandidRoot Solutions
How Creative Agencies Leverage Project Management Software.pdf
L1 - Introduction to python Backend.pptx
history of c programming in notes for students .pptx
top salesforce developer skills in 2025.pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Design an Analysis of Algorithms I-SECS-1021-03
Design an Analysis of Algorithms II-SECS-1021-03

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