エラー内容
TFAのインストール時に以下のようにperlモジュールが見つからないとエラーが発生
[oracle@hellomyworld ahf]$ ./ahf_setup -ahf_loc /opt -data_dir /ahf/diag
AHF Installer for Platform Linux Architecture x86_64
Starting Autonomous Health Framework (AHF) Installation
AHF Version: 22.2.4 Build Date: 202209092344
PERL : /bin/perl
[ERROR] : AHF-00074: Perl Modules not found : Net::Ping
対処法2
perl を以下のようにインストールする
yum install perl
実行例
[root@hellomyworld ahf]# yum install perl
Extra Packages for Enterprise Linux Modular 8 - x86_64 137 kB/s | 27 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 135 kB/s | 28 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 1.6 MB/s | 13 MB 00:08
Oracle Linux 8 BaseOS Latest (x86_64) 88 kB/s | 3.6 kB 00:00
Oracle Linux 8 BaseOS Latest (x86_64) 66 MB/s | 51 MB 00:00
Oracle Linux 8 Application Stream (x86_64) 113 kB/s | 3.9 kB 00:00
Oracle Linux 8 Application Stream (x86_64)
対処法2
root ユーザーで unzip やインストールをする必要があるので、そのあたりも要確認