Skip to Content
Author's profile photo Alexandre Ribeiro

Install SAP HANA Dynamic Tiering – Part 2 – Prepare Dynamic Tiering Machine

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

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.