1.13. TuneD のインストールと有効化
この手順では、TuneD アプリケーションをインストールして有効にし、TuneD プロファイルをインストールして、システムにデフォルトの TuneD プロファイルをあらかじめ設定します。
手順
TuneDパッケージをインストールします。# dnf install tunedTuneDサービスを有効にして開始します。# systemctl enable --now tunedオプション: リアルタイムシステム用の TuneD プロファイルをインストールします。
リアルタイムシステムの TuneD プロファイルの場合は、
rhel-9リポジトリーを有効にします。# subscription-manager repos --enable=rhel-9-for-x86_64-nfv-beta-rpmsインストールします。
# dnf install tuned-profiles-realtime tuned-profiles-nfvTuneD プロファイルがアクティブで、適用されていることを確認します。
$ 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.