2.13. TuneD のインストールと有効化
この手順では、TuneD アプリケーションをインストールして有効にし、TuneD プロファイルをインストールして、システムにデフォルトの TuneD プロファイルをあらかじめ設定します。
手順
TuneD
パッケージをインストールします。# yum install tuned
TuneD
サービスを有効にして開始します。# systemctl enable --now tuned
オプション: リアルタイムシステム用の TuneD プロファイルをインストールします。
リアルタイムシステムの Tuned プロファイルの場合は、
rhel-8
リポジトリーを有効にします。# subscription-manager repos --enable=rhel-8-for-x86_64-nfv-beta-rpms
インストールします。
# yum install tuned-profiles-realtime tuned-profiles-nfv
TuneDプロファイルが有効であり、適用されていることを確認します。
$ tuned-adm active Current active profile: throughput-performance
注記TuneD が自動的にプリセットするアクティブなプロファイルは、マシンのタイプとシステム設定によって異なります。
$ tuned-adm verify Verification succeeded, current system settings match the preset profile. See tuned log file ('/var/log/tuned/tuned.log') for details.