formatting
This commit is contained in:
parent
32f77b5e40
commit
61a72d08c4
1 changed files with 21 additions and 19 deletions
|
|
@ -279,6 +279,8 @@ for i in b c d e; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Extended)'
|
|||
- [How to configure the DELL PERC H700/H710/H730/H730P RAID controller](https://www.scaleway.com/en/docs/dedibox/hardware/how-to/configure-dell-perc-h700/)
|
||||
- [Findiing a DIMM](https://www.dell.com/support/manuals/nl-nl/poweredge-r630/r630_om_pub/memory?guid=guid-b3195109-414f-4e32-adba-f7c8d29c59a8&lang=en-us)
|
||||
|
||||
### vm4 Hard Drives
|
||||
|
||||
| Bay | Model | Serial | Capacity | Installed |
|
||||
| ---- | ----------------------- | ---------------- | -------- | ---------- |
|
||||
| a | Samsung SSD 870 EVO 2TB | S6PNNL0T909370N | 2TB | 22.11.18 |
|
||||
|
|
@ -286,7 +288,7 @@ for i in b c d e; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Extended)'
|
|||
| c | Samsung SSD 870 EVO 2TB | S6PNNL0T708760T | 2TB | 22.11.18 |
|
||||
| d | Samsung SSD 870 EVO 2TB | S6PNNL0T906382W | 2TB | 22.11.18 |
|
||||
|
||||
## vm5.sea.rg.net (vm1 Replacement)
|
||||
## vm5.sea.rg.net Hardware
|
||||
|
||||
* Dell Poweredge R640 server
|
||||
* Service Tag: CQPCHQ2
|
||||
|
|
@ -297,7 +299,7 @@ for i in b c d e; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Extended)'
|
|||
* 2x power supplies, 750W each, 100-240V
|
||||
* 4x Gigabit RJ45 NIC network ports
|
||||
|
||||
## vm5 Disks
|
||||
### vm5 Disks
|
||||
|
||||
for i in a b c d; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Model)'; done
|
||||
|
||||
|
|
@ -317,23 +319,6 @@ for i in a b c d; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Model)'; d
|
|||
- Samsung DDR4 2133MHzCL15 16GB RegECC 2Rx4 (PC4 2133) Internal Memory M393A2G40DB0-CPB
|
||||
- FreeBSD USB key left in USB port
|
||||
|
||||
## r1.sea.rg.net Dell/FRR
|
||||
* Dell R630 GM12D42 Express Service Code: 36160563170
|
||||
* 2x 10-Core 2.4 GHz Intel CPU's Installed (E5-2640V4)
|
||||
* 64G RAM 4x16G
|
||||
* PERC H730 Mini RAID controller
|
||||
* 4x 1 Gigabit RJ45 NIC
|
||||
* Intel X520-SR2 2-Port 10G SFP+ Ethernet, PCI-e
|
||||
* iDRAC8
|
||||
|
||||
### r1.sea Haed Drives
|
||||
|
||||
| Bay | Model | Serial | Capacity | Installed |
|
||||
| ---- | ------------------------ | ---------------- | -------- | ---------- |
|
||||
| a | Samsung SSD 870 EVO 512G | S6PXNS0L100210 | 512G | 2026.02.27 |
|
||||
| b | Samsung SSD 870 EVO 512G | S6PXNS0L101546 | 512G | 2026.02.27 |
|
||||
|
||||
|
||||
### raid0.sea.rg.net Drive Bays
|
||||
|
||||
From `for i in {0..3}; do smartctl -a /dev/ada$i | egrep 'Model|Serial|Capacity'; done`
|
||||
|
|
@ -353,6 +338,23 @@ for i in a b c d; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Model)'; d
|
|||
| 1 | WDC WD6004FRYZ-01CBJB0 | AQ00WHDM | 6tb | 2024.07.10 | 2024.09.26 |
|
||||
| 3 | WDC WD60EFRX-68L0BN1 | WD-WX41D75LN9KC | 6tb | 2018.12.09 | died 2025.11.28
|
||||
|
||||
## r1.sea.rg.net Dell/FRR
|
||||
* Dell R630 GM12D42 Express Service Code: 36160563170
|
||||
* 2x 10-Core 2.4 GHz Intel CPU's Installed (E5-2640V4)
|
||||
* 64G RAM 4x16G
|
||||
* PERC H730 Mini RAID controller
|
||||
* 4x 1 Gigabit RJ45 NIC
|
||||
* Intel X520-SR2 2-Port 10G SFP+ Ethernet, PCI-e
|
||||
* iDRAC8
|
||||
|
||||
### r1.sea Haed Drives
|
||||
|
||||
| Bay | Model | Serial | Capacity | Installed |
|
||||
| ---- | ------------------------ | ---------------- | -------- | ---------- |
|
||||
| a | Samsung SSD 870 EVO 512G | S6PXNS0L100210 | 512G | 2026.02.27 |
|
||||
| b | Samsung SSD 870 EVO 512G | S6PXNS0L101546 | 512G | 2026.02.27 |
|
||||
|
||||
|
||||
## Switches
|
||||
|
||||
| name | mfr | model | ip sddress |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue