++blog/100 servers
This commit is contained in:
parent
0396a9cca3
commit
5cb1fe4281
1 changed files with 46 additions and 1 deletions
|
@ -50,7 +50,52 @@ actual workload is scheduled via kubernetes to these specific hosts.
|
|||
As usual, the servers are running in IPv6 only networks, but have
|
||||
access to the Internet via NAT64.
|
||||
|
||||
## Celebrating
|
||||
## More about server100
|
||||
|
||||
So, what kind of server is this server100 anyway? It is a 24 bay,
|
||||
Supermicro X9QRi-F with 64 cores and 512GB RAM. It is connected to our
|
||||
network with 2x 10 Gbit/s network cards running LACP bonding. Not only
|
||||
in terms of computing it is big, it is with it's 1620W PSU also one of
|
||||
the "heaviest" servers in our data center (the average PSU is
|
||||
rated somewhere in the 1000W area).
|
||||
|
||||
Some more insights coming from the terminal:
|
||||
|
||||
```
|
||||
[17:33] server100.place10:~# cat /proc/cpuinfo | grep ^process | wc -l
|
||||
64
|
||||
[17:33] server100.place10:~# free -g
|
||||
total used free shared buff/cache available
|
||||
Mem: 503 0 502 0 1 501
|
||||
Swap: 0 0 0
|
||||
```
|
||||
|
||||
Obviously, the uptime is not yet that high...
|
||||
|
||||
```
|
||||
[17:46] server100.place10:~# uptime
|
||||
17:46:42 up 1:37, load average: 0.00, 0.00, 0.00
|
||||
```
|
||||
|
||||
... neither are the measured temperatures:
|
||||
|
||||
```
|
||||
root@2157f4626763:/# ipmitool sensor | grep degrees
|
||||
CPU1 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 97.000 | 100.000 | 102.000
|
||||
CPU2 Temp | 28.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 97.000 | 100.000 | 102.000
|
||||
CPU3 Temp | 28.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 97.000 | 100.000 | 102.000
|
||||
CPU4 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 97.000 | 100.000 | 102.000
|
||||
PCH Temp | 43.000 | degrees C | ok | -11.000 | -8.000 | -5.000 | 90.000 | 95.000 | 100.000
|
||||
System Temp | 16.000 | degrees C | ok | -9.000 | -7.000 | -5.000 | 80.000 | 85.000 | 90.000
|
||||
Rear Left Temp | 17.000 | degrees C | ok | -9.000 | -7.000 | -5.000 | 80.000 | 85.000 | 90.000
|
||||
Rear Right Temp | 14.000 | degrees C | ok | -9.000 | -7.000 | -5.000 | 80.000 | 85.000 | 90.000
|
||||
root@2157f4626763:/#
|
||||
```
|
||||
|
||||
As you can see, we have a lot of fun with our latest servers. And this
|
||||
brings us to the important point: celebration.
|
||||
|
||||
## Celebration
|
||||
|
||||
Over the years we learned many great stories and have done many great
|
||||
projects together with our customers and partners. Many of them have
|
||||
|
|
Loading…
Reference in a new issue