To download SAP HANA, express edition components, you can use the Download Manager either with the GUI mode or the command line mode as documented in one of the setup tutorials.
The SAP HANA, express edition Download Manager is now provided as part of your SAP HANA, express edition installation in: /usr/sap/HXE/home/bin/
.
Here, it is assumed that the SAP HANA, express edition machine is used to install and TensorFlow Serving.
First, you will need to open a terminal console on your server and switch to the hxeadm
user:
sudo su -l hxeadm
You can then download the packages using the following command:
sudo mkdir -p /opt/hxe/installer
sudo chmod -R a+rwx /opt/hxe
/usr/sap/HXE/home/bin/HXEDownloadManager_linux.bin linuxx86_64 installer \
-d /opt/hxe \
eml.tgz \
clients_linux_x86_64.tgz
Once completed, you can proceed with the installation.
SAP HANA Client
The downloaded archive for the client package contains both the SAP HANA HDB Client and the SAP HANA XS CLI.
Here you will only install the SAP HANA HDB Client.
The SAP HANA HDB Client software package includes the following connectivity/drivers:
- SQLDBC
- ODBC
- JDBC
- Python (
PyDBAPI
)
- Node.js
- Ruby
Then, you need to extract the contents of clients_linux_x86_64.tgz
into the /opt/hxe
directory using the following command:
tar -xvzf /opt/hxe/clients_linux_x86_64.tgz -C /opt/hxe
The following files will be extracted:
hdb_client_linux_x86_64.tgz
: the SAP HANA HDB Client software package
xs.onpremise.runtime.client_linuxx86_64.zip
: the SAP HANA XS CLI software package
You need now to decompress the SAP HANA HDB Client package executing the following command:
tar -xvzf /opt/hxe/hdb_client_linux_x86_64.tgz -C /opt/hxe/installer
And now you can run the installer program executing the following commands:
cd /opt/hxe/installer/HDB_CLIENT_LINUX_X86_64
sudo ./hdbinst
Accept the prompts default values to configure your installation:
- Installation Path :
/usr/sap/hdbclient
Once the installation is completed, you should get the following elements in your console:
Installation done