Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
ale_ribeiro
Explorer

Hello All!

In this part, we will prepare the machine for Dynamic Tiering Services.

Root Log On

#sudo su -

Install libstdc++6

#sudo zypper install libstdc++6

Install and configure a NFS Client

#yast2 -i nfs-client

#mkdir -p /data1

#mount <IP from NFS Server>:/data1 /data1

Creating Sapsys Group

#groupadd sapsys

#useradd -G sapsys sapadm

Install HostAgent

copy  sapcar and hostagent to  /data1/saphost

#cd /data1/saphost

#sapcar -xvf SAPHOSTAGENT

#./saphostexec -install

Include a line below in a fstab

#vi /etc/fstab

<IP from NFS Server>:/data1 /data1 nfs hard,intr,nolock,proto=tcp 0 0

Install SAP HANA Dynamic Tiering  - Part 3 -  Installation