0% found this document useful (0 votes)
623 views1 page

SOLMAN Hana Client Installation For Managed System Configuration

This document provides instructions for installing an SAP HANA client and configuring the environment on a system to connect to an SAP HANA database. It describes extracting the HANA client installation files, running the installer, adding the client path to the LD_LIBRARY_PATH variable, logging out and back in to load the new environment, and verifying the path is set correctly.

Uploaded by

Peter Tej
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
623 views1 page

SOLMAN Hana Client Installation For Managed System Configuration

This document provides instructions for installing an SAP HANA client and configuring the environment on a system to connect to an SAP HANA database. It describes extracting the HANA client installation files, running the installer, adding the client path to the LD_LIBRARY_PATH variable, logging out and back in to load the new environment, and verifying the path is set correctly.

Uploaded by

Peter Tej
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SOlman hana connection - solman SID DSO

1597627 - SAP HANA connection

install hana client


go to hana client DVD

dcplnx21608112:/usr/sap/scratch/Medias/HANA_102_05/SAP_HANA_CLIENT # ls
LABEL.ASC client filelist.clientinst hdbinst hdbsetup hdbuninst instruntime

execute:

dcplnx21608112:/usr/sap/scratch/Medias/HANA_102_05/SAP_HANA_CLIENT # ./hdbinst -a
client -p /usr/sap/DSO/hdbclient -s DSO

set enviroment (include hana client path)

dcplnx21608112:dsoadm 55> cd
dcplnx21608112:dsoadm 56> vi .sapenv.sh
dcplnx21608112:dsoadm 57>

LD_LIBRARY_PATH=/usr/sap/DSO/hdbclient:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH

dcplnx21608112:dsoadm 57> vi .sapenv.csh


dcplnx21608112:dsoadm 58>

setenv LD_LIBRARY_PATH /usr/sap/DSO/hdbclient:$LD_LIBRARY_PATH

logout - login
check env under sidadm user

env|grep LD_LIB
dcplnx21608112:dsoadm 50> env|grep LD_LIB

LD_LIBRARY_PATH=/usr/sap/DSO/hdbclient:/usr/sap/DSO/SYS/global/syb/linuxx86_64/sybo
dbc:/sybase/DSO/ASE-16_0/lib:/sybase/DSO/OCS-16_0/lib:/sybase/DSO/OCS-
16_0/lib3p64:/sybase/DSO/OCS-
16_0/lib3p:/usr/sap/DSO/hdbclient:/usr/sap/DSO/SYS/exe/run:/usr/sap/DSO/SYS/exe/uc/
linuxx86_64
dcplnx21608112:dsoadm 50>

restart system

You might also like