The server machine
in these instructions refers to the laptop on which SAP HANA 2.0, express edition is installed, while client machine
refers to your local machine. You do not need to install the two on the same machine or VM.
The clients let you access SAP HANA 2.0, express edition, from your client machine. This is the Reduced SAP Client package.
The clients included with the SAP HANA HDB client software package are:
-
JDBC
-
ODBC
-
SQLDBC
-
ODBO/MDX
-
Python (PyDBAPI
)
-
ADO.NET
Step 1: Download the client package
Install the Download Manager to your client machine and download the client package.
-
Save the Download Manager installation files to your client machine and open it. For instructions on downloading and running the Download Manager, see either the Installing SAP HANA 2.0, express edition (Binary Installer Method) or Installing SAP HANA 2.0, express edition (Virtual Machine Method) tutorials, or go straight to the SAP HANA, express edition registration page.
-
In Download Manager, in the Image
menu, select either Virtual Machine
or Binary Installer
.
-
Click Browse
and select a directory where your client package will be saved.
-
Select the Clients (Linux PPC/Little Endian)
package. Clear the Select boxes of all other packages.
-
Click Download
. The clients_linux_ppc64le.tgz
file downloads to your save directory.
-
Extract the compressed clients file.
Navigate to the directory in which you wish to extract the client files and use the tar
command:
cd <preferred_filepath>
sudo tar <download_filepath>/clients_linux_ppc64le.tgz
This extracts the following files and their contents:
Step 2: Install the SAP HANA HDB client
To install the SAP HANA client on a Linux PowerPC machine, do the following:
-
Go to the directory where you wish to unpack the hdb_client_linux_ppc64le.tgz
files:
cd <your_destination>
-
Unpack the file:
sudo tar -xvzf <unzipped_filepath>/hdb_client_linux_ppc64le.tgz
The directory HDB_CLIENT_LINUX_X86_64
is created.
-
Navigate to the HDB_CLIENT_LINUX_X86_64
directory and run hdbinst
to start the installer:
cd HDB_CLIENT_LINUX_PPC64LE
sudo ./hdbinst
Follow the instructions on the screen to install the SAP HANA HDB client.
Step 3: Log the installation
The system automatically logs the SAP HANA HDB client installation. The log files are stored at /var/temp/hdb_client_<time_stamp>
.
Step 4: Connect to SAP HANA, express edition
Step 5: Uninstall the SAP HANA HDB client
Each installation has its own uninstallation tool. Use the hdbuninst
command to uninstall the client software from your command prompt.
sudo <unzipped_filepath>/HDB_CLIENT_<version>/hdbuninst
Follow the instructions on the screen to uninstall the SAP HANA HDB client.