S4H in Azure Setup and Config in One Day v1 PDF
S4H in Azure Setup and Config in One Day v1 PDF
S4H in Azure Setup and Config in One Day v1 PDF
Azure
SETUP AND CONFIG IN ONE DAY
Sachin Ghorpade
Table of Contents
Overview ..................................................................................................................................................... 2
Key Observations ........................................................................................................................................ 2
Pre-Requisite .............................................................................................................................................. 3
Setup Detail ................................................................................................................................................ 3
1. Setup the VM for database layer ........................................................................................................ 4
2. Setup the VM for application layer ..................................................................................................... 4
3. Generate the stack configuration file.................................................................................................. 5
4. Download the SAP Installation bits ..................................................................................................... 8
5. Prepare the database host .................................................................................................................. 8
6. Install the S/4H with Fiori .................................................................................................................... 9
6.1 Upgrade with SUM .......................................................................................................................... 24
7. Configure the Fiori ............................................................................................................................ 31
Appendix ................................................................................................................................................... 33
You want to perform a setup of SAP S/4 HANA in Azure. And you do want to do it quick so that you can
experience the overall process and get ready for your landscape deployment. If so, this document is for
you. This document enables you to perform the setup and configuration of the S/4H in Azure.
In this setup, we used the embedded option of SAP Fiori. What is embedded option? Don’t worry, we will
cover the basics later in this document. This is a hybrid mode installation where SAP Application layer runs
on Windows and Large Instances on linux operating system.
Yes! You can accomplish this all in less than 1 day. Excited? Let’s begin…
Note! This document does not replace any of the SAP documentation. In fact, this document
complements those SAP documentations like Installation, config, or operations guide.
Key Observations
Before we jump to the installation, let’s first learn the few concepts/information.
1. You need SWPM2.0 SP2 for S/4H 1809 installation. With SWPM2SP02, you get the option to
install the following components
2. You need to download a stack configuration file which you pass to SWPM for the installation.
Refer Generate the stack configuration file for more details.
3. When you install Fiori server on top of S/4H Server, it is done via a SUM. SWPM automatically
triggers the SUM (if selected in the SWPM option) to install the Fiori components.
4. STMS is automatically setup by SWPM.
5. You don’t extract the .SAR or .ZIP files (except for the SWPM one). SWPM automatically extracts
them during its execution.
6. There are two options to install Fiori components with S/4H:
a. Embedded: In this case, Fiori components are installed on the S/4H layer.
Pre-Requisite
• Virtual Machine is up and running for SAP Application layer
• Virtual Machine is up and running for database layer
• You have read master guide and installation guide from SAP
• You have validated the supported VMs for your workload (OSS note: 1928533)
• You have reviewed the Product Availability Matrix (PAM) for your OS, database, and SAP
application support
• SAP installation bits are download (Requires an OSS ID)
Setup Detail
• HANA Database server
o VM: Standard GS5 (32 vcpus, 448 GB memory)
o Operating System: SLES for SAP 12 SP3
o HANA Version: HANA 2 SP3 Rev 33
• Application server
o VM: Standard DS3 v2 (4 vcpus, 14 GB memory)
o Operating System: Windows Server 2016 Datacenter
o S/4H version: 1809
Enter SID and select the target version of the S/4H stack
In the following screen, we deselected the all the languages. By default, it will install English (EN)
and German (DE).
You can now download the stack configuration file by clicking “Download Stack File”. You also
“Push to download basket” and this tool will already push the list of bits to your download basket.
Once the bits are downloaded, you need to extract the SWPM20SP02_0-70003212.SAR file to get
SWPM installer. I extracted the SWPM file at F:\SWPM2SP2. DO NOT extract any other file, installer
will automatically extract them.
Once the bits are available, you can install the SAP HANA on the database host.
Choose an action
• SAPSID: SGH
• PAS Instance: 00
• ASCS Instance: 01
#Command to use
sapinst SAPINST_STACK_XML=<stack configuration file>
#Example command
F:\SAPbits\SWPM2SP2>sapinst.exe SAPINST_STACK_XML=f:\SAPbits\SWPM2SP2\MP_Stack.xml
If the host is not reachable, you will get the following error message:
You can click to the SWPM URL and it will proceed to complete it to 100%.
In system>Status, you can now see Fiori installed (Along with front end server – remember, we chose
embedded option!)
You are all set to launch Fiori for the first time. Congratulations!
To open Fiori: Call a transaction /n/UI2/FLP and it will open an internet explorer window.
URL: https://<hostname>:8001/sap/bc/ui2/flp?sap-client=000&sap-language=EN#Shell-home
IMPORTANT There are several post install activities like licenses, client copy, security, backup etc.
They are not in configured in this document.