SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Install SAP HANA 2.0, express edition

Extract the installation files and set up your SAP HANA 2.0, express edition installation– with XS Advanced, Web IDE, and SAP HANA Cockpit.

Overview

🎓 beginner 60 min. SAP Hana, Express EditionBeginnerSAP HANAExpress Edition
Aaron Patkau A Aaron Patkau June 27, 2025
Created by April 10, 2018
Contributors

Prerequisites

Prerequisites

You will learn

You will learn how to extract and configure the binary image of SAP HANA 2.0, express edition on your Linux server. You downloaded the Server-only installer file and Applications file in the previous tutorial.

Steps

Step 1 Extract the installation files.

You downloaded the installation files in the previous tutorial.

Navigate to the directory where you wish to extract the installation files.

Extract the contents of the following files:

  • hxe.tgz
  • hxexsa.tgz (if you are installing the Applications package)
  • eml.tgz (if you are installing the External Machine Learning Library)
  • sdi.tgz (if you are installing smart data integration)
  • apl.tgz (if you are installing the Automated Predictive Library)
Shell
tar -xvzf <download_path>/hxe.tgz
Shell
tar -xvzf <download_path>/hxexsa.tgz
Shell
tar -xvzf <download_path>/eml.tgz
Shell
tar -xvzf <download_path>/sdi.tgz
Shell
tar -xvzf <download_path>/apl.tgz

Note: Run the tar command from the command shell as shown, rather than using a GUI-based extraction tool.

Note: You may have to give these files run permissions. Example:

Shell
chmod 444 &lt;download_path&gt;/hxe.tgz
Step 2 Start the installation.
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 2
1. Extract the installation files. 2. Start the installation.

Learn more →