在搭建DB2 PURESCALE環境,在作環境檢查時,意外地遇到如下錯誤:
Validating “modprobe.conf” …
DBT3588W The db2prereqcheck utility was unable to validate the configuration of the log_mtts_per_seg parameter on the following host machine: “node02”. Reason code: “1”.
WARNING : Requirement not matched.
[root@node02 server]# more /etc/modprobe.conf
/etc/modprobe.conf: No such file or directory
[root@node02 server]# echo “options mlx4_core log_mtts_per_seg=7” >> /etc/modprobe.conf
[root@node02 server]# more /etc/modprobe.conf
options mlx4_core log_mtts_per_seg=7
[root@node02 server]# ./db2prereqcheck
Validating “modprobe.conf” …
Requirement matched.
至此,全部安裝條件符合,可以順利安裝DB2 PURESCALE功能組件啦。。
以下文章點擊率最高
Loading…