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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
14 | |
11 | |
11 | |
10 | |
9 | |
7 | |
6 | |
5 | |
5 |