SAP

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.

Overview

Aaron Patkau A Aaron Patkau June 27, 2025
Created on March 10, 2017
Contributors

More from Aaron Patkau

See all 4 tutorials by Aaron Patkau →

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 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
  • 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>/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.
Next