This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gpfs:gpfs_install_linux [2021/03/03 14:19] manu [Create NSD devices] |
gpfs:gpfs_install_linux [2022/03/04 19:52] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Linux Installation and setup ===== | ===== Linux Installation and setup ===== | ||
+ | |||
+ | :!: On VMware, if the Scale cluster doesn't start, remove the **secure boot** into the VM properties | ||
+ | |||
+ | https://github.com/IBM/ibm-spectrum-scale-install-infra | ||
+ | |||
===== GPFS Prechecks ===== | ===== GPFS Prechecks ===== | ||
+ | |||
+ | ==== Log4J disable ==== | ||
+ | |||
+ | Currently a security alert on Log4J, so a workaround is to disable it | ||
+ | |||
+ | Workaround/Mitigation: | ||
+ | |||
+ | Customers are advised to edit the file /etc/sysconfig/gpfsgui on each node running the GUI to include a line like this | ||
+ | LOG4J_FORMAT_MSG_NO_LOOKUPS=true | ||
+ | |||
+ | <cli prompt='#'> | ||
+ | [root@gpfs02 ~]# systemctl restart gpfsgui | ||
+ | </cli> | ||
==== Network / firewall ==== | ==== Network / firewall ==== | ||
Line 50: | Line 68: | ||
yum -y install ethtool | yum -y install ethtool | ||
yum -y install autogen-libopts ntp | yum -y install autogen-libopts ntp | ||
+ | yum -y install elfutils-libelf-devel | ||
+ | yum -y install python3 | ||
</cli> | </cli> | ||