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/10/15 16:49] manu |
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 | + | :!: 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 52: | 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> | ||