インフラ系SEの技術メモ

雑なエンジニアが低信頼性のメモを書いています。参考程度にとどめてください。

(TSAMP)インストールの試行錯誤メモ

preチェック

IBM Tivoli System Automation for Multiplatformsのインストールの試行錯誤。

インストール前のチェック。OSのバージョンやらプロダクトが入っているかどうか見られる。
例えば以下は必要なモジュールがないとエラーが...

# ./prereqSAM
prereqSAM: Error: Prerequisite checking for the ITSAMP installation failed:  RHEL 7.9 x86_64
prereqSAM: One or more required packages are not installed: perl, perl-Sys-Syslog
prereqSAM: For details, refer to the 'Error:' entries in the log file:  /tmp/prereqSAM.1.log

それらを入れて再度チェックをかけるとOKに。

# ./prereqSAM
prereqSAM: All prerequisites for the ITSAMP installation are met on operating system:
Red Hat Enterprise Linux Server release 7.9 (Maipo)

インストール

いざインストール。

# ./installSAM
prereqSAM: All prerequisites for the ITSAMP installation are met on operating system:
Red Hat Enterprise Linux Server release 7.9 (Maipo)
...
Product: IBM Tivoli System Automation for Multiplatforms 4.1.0.0
installSAM: For details, refer to the 'Error:' entries in the log file:  /tmp/installSAM.1.log

成功したっぽい。専用コマンドも使えるように。

# which preprpnode
/usr/bin/preprpnode