KnowHow

技術的なメモを中心にまとめます。
検索にて調べることができます。

SLURM: RockyLinux8へmungeをインストール

登録日 :2023/07/29 21:50
カテゴリ :SLURM

mungeのインストールは、Rocky Linux8でコンパイルされたel8の以下のrpmファイルがあれば、追加のライブラリはなく、インストールが可能であった。

munge-0.5.14-1.el8.x86_64.rpm
munge-libs-0.5.14-1.el8.x86_64.rpm
munge-debuginfo-0.5.14-1.el8.x86_64.rpm
munge-libs-debuginfo-0.5.14-1.el8.x86_64.rpm
munge-debugsource-0.5.14-1.el8.x86_64.rpm
munge-devel-0.5.14-1.el8.x86_64.rpm

インストール

# rpm -ivh munge*
Verifying...                          ########################################
準備しています...              ########################################
更新中 / インストール中...
munge-debugsource-0.5.14-1.el8        ########################################
munge-debuginfo-0.5.14-1.el8          ########################################
munge-libs-0.5.14-1.el8               ########################################
munge-0.5.14-1.el8                    ########################################
Run /usr/sbin/mungekey as the munge user to create a key.
For example: "sudo -u munge /usr/sbin/mungekey -v".
Refer to the mungekey(8) manpage for more information.
munge-devel-0.5.14-1.el8              ########################################
munge-libs-debuginfo-0.5.14-1.el8     ########################################