How To Install tuned-profiles-sap.noarch on Amazon Linux 2

In this tutorial we learn how to install tuned-profiles-sap.noarch in Amazon Linux 2. tuned-profiles-sap.noarch is Additional tuned profile(s) targeted to SAP NetWeaver loads

Introduction

In this tutorial we learn how to install tuned-profiles-sap.noarch on Amazon Linux 2.

What is tuned-profiles-sap.noarch

Additional tuned profile(s) targeted to SAP NetWeaver loads.

We can use yum to install tuned-profiles-sap.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tuned-profiles-sap.noarch.

Install tuned-profiles-sap.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tuned-profiles-sap.noarch using yum by running the following command:

sudo yum -y install tuned-profiles-sap.noarch

How To Uninstall tuned-profiles-sap.noarch on Amazon Linux 2

To uninstall only the tuned-profiles-sap.noarch package we can use the following command:

sudo yum remove tuned-profiles-sap.noarch

tuned-profiles-sap.noarch Package Contents on Amazon Linux 2

/usr/lib/tuned/sap-netweaver
/usr/lib/tuned/sap-netweaver/script.sh
/usr/lib/tuned/sap-netweaver/tuned.conf
/usr/share/man/man7/tuned-profiles-sap.7.gz

References

Summary

In this tutorial we learn how to install tuned-profiles-sap.noarch on Amazon Linux 2 using yum.