This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:192 [2020/04/03 13:20] hmeij07 [EXX96] |
cluster:192 [2022/03/08 18:29] (current) hmeij07 [Recipe] |
||
---|---|---|---|
Line 10: | Line 10: | ||
The Usage section below is HPCC users wnatig to use queue '' | The Usage section below is HPCC users wnatig to use queue '' | ||
- | Debug for node n89 which turns itself off...grrhhh | + | Debug for node n89 which turns itself off...grrhhh. Create a usb bootable stick with https:// |
< | < | ||
+ | |||
[root@n89 ~]# ipmitool sel elist | [root@n89 ~]# ipmitool sel elist | ||
1 | 02/29/2020 | 16:57:33 | Memory #0xd1 | Uncorrectable ECC | Asserted | 1 | 02/29/2020 | 16:57:33 | Memory #0xd1 | Uncorrectable ECC | Asserted | ||
Line 53: | Line 54: | ||
ROM Size: 32 MB | ROM Size: 32 MB | ||
Characteristics: | Characteristics: | ||
- | ...[snip... | + | ...[snip]... |
UEFI is supported | UEFI is supported | ||
BIOS Revision: 5.14 | BIOS Revision: 5.14 | ||
Line 195: | Line 196: | ||
systemctl restart network | systemctl restart network | ||
dig google.com | dig google.com | ||
+ | #centos7 | ||
yum install -y iptables-services | yum install -y iptables-services | ||
vi / | vi / | ||
Line 226: | Line 228: | ||
yum install cmake cmake-devel -y | yum install cmake cmake-devel -y | ||
yum install libjpeg libjpeg-devel libjpeg-turbo-devel -y | yum install libjpeg libjpeg-devel libjpeg-turbo-devel -y | ||
+ | # amber | ||
+ | yum -y install tcsh make \ | ||
+ | gcc gcc-gfortran gcc-c++ \ | ||
+ | which flex bison patch bc \ | ||
+ | | ||
+ | perl perl-ExtUtils-MakeMaker util-linux wget \ | ||
+ | bzip2 bzip2-devel zlib-devel tar | ||
yum update -y | yum update -y | ||
yum clean all | yum clean all |