In this tutorial, we will walk through the process of installing SAP S/4HANA 1610 on SUSE Linux Enterprise Server 12 SP3. This guide is designed for beginners and will cover all necessary steps, from system requirements to the final installation.
System Requirements
Before we begin the installation, it is crucial to understand the system requirements for both the application server and the database server.
Application Server Requirements
- Operating System: SUSE Enterprise Server 12 SP3
- RAM: 52 GB
- vCPU: 4
- HDD: 400 GB
- Swap Size: 50 GB
Database Server Requirements
- Operating System: SUSE Enterprise Server 12 SP3
- RAM: 52 GB
- vCPU: 4
- HDD: 500 GB
- Swap Size: 50 GB
Software Requirements
- SAP HANA server version TS030 or later
- SAP S/4HANA installation export files
Preparing for Installation
- Download Required Software: Ensure that you have downloaded all necessary software components for both the application and database servers.
- Mount the Software: Mount the downloaded software to the appropriate directories on both servers.
- Transfer Installers: Transfer the relevant installer files to the respective servers.
Installation Process
Step 1: Install the Database Server
- Access the HANA Directory: Navigate to the HANA installation directory.
cd /hana
ls
- Run the Installer: Use the graphical user interface (GUI) to start the installation.
./hdblcmgui
- Follow the Installation Wizard: The installation wizard will guide you through the process. Select the option to install a new system and provide the necessary details such as system ID, instance number, and passwords.
- Monitor Installation: The installation will take some time. You can monitor the progress through the GUI.
- Verify Installation: Once completed, verify that the HANA database is running by logging into the system.
hdbsql -u SYSTEM -p <password>
Step 2: Install the Application Server
- Set Up Host Entries: Edit the hosts file to include both the application and database server entries.
vi /etc/hosts
- Access Software Provisioning Manager: Open a web browser and navigate to the Software Provisioning Manager (SWPM) URL.
- Select Installation Type: Choose the option for SAP S/4HANA installation and follow the prompts to define parameters such as system ID and installation paths.
- Provide Database Details: Enter the database host name, instance number, and passwords as required.
- Complete Installation: Review all parameters and start the installation process. This may take several hours.
Step 3: Post-Installation Configuration
- Log into the SAP System: After installation, log into the SAP S/4HANA system using the provided credentials.
- Check System Status: Verify the system details and ensure that all components are functioning correctly.
sapgui
Conclusion
Installing SAP S/4HANA 1610 on SUSE Linux can be a straightforward process if you follow the steps outlined in this guide. Ensure that you meet all system requirements and carefully follow the installation prompts. With the successful installation, you can now explore the capabilities of SAP S/4HANA.
Thank you for following this tutorial. If you found it helpful, please consider sharing it with others who may benefit from it.