technische_naslag:sid:zwaard
Verschillen
Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.
Volgende revisie | Vorige revisie | ||
technische_naslag:sid:zwaard [2024/09/28 14:15] – Basis-verhaal over de test-server. michelle | technische_naslag:sid:zwaard [2025/04/11 12:47] (huidige) – ProxMox 8.4 michelle | ||
---|---|---|---|
Regel 14: | Regel 14: | ||
Afhankelijk van wat er getest wordt of waar ik mee wil spelen draait dit hok een Linux OS of een HyperVisor... | Afhankelijk van wat er getest wordt of waar ik mee wil spelen draait dit hok een Linux OS of een HyperVisor... | ||
- | ==== ProxMox 8.2 ==== | + | ==== ProxMox 8.4 ==== |
=== Specs === | === Specs === | ||
- | * Storage: | + | * Storage: |
- | * OS: ProxMox VE 8.2.7 | + | * 2x 146GB/15kRPM SAS-disken in RAID1 |
+ | * 2x 1.2TB/10kRPM SAS-disken in RAID1 | ||
+ | * OS: ProxMox VE 8.4.1 | ||
=== Installatie === | === Installatie === | ||
- | De installatie is gedaan met een ISO van ProxMox 8.2-2 welke ik gedownload heb en op DVD heb gebrand. In eerste instantie wilde de onderliggende Debian GNU/Linux 12 " | + | == Repositories == |
+ | |||
+ | De installatie is gedaan met een ISO van ProxMox 8.2-2 welke ik gedownload heb en op DVD heb gebrand. In eerste instantie wilde de onderliggende Debian GNU/Linux 12 " | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | == Netwerk == | ||
+ | |||
+ | Networking instellen is een instinker, want ik wilde IPv4 op DHCP laten staan (voor demo's buiten de deur, bij mijn werkgever [[http:// | ||
+ | |||
+ | <code bash> | ||
+ | michelle@zwaard: | ||
+ | # network interface settings; autogenerated | ||
+ | # Please do NOT modify this file directly, unless you know what | ||
+ | # you're doing. | ||
+ | # | ||
+ | # If you want to manage parts of the network configuration manually, | ||
+ | # please utilize the ' | ||
+ | # so. | ||
+ | # PVE will preserve these directives, but will NOT read its network | ||
+ | # configuration from sourced files, so do not attempt to move any of | ||
+ | # the PVE managed interfaces into external files! | ||
+ | |||
+ | auto lo | ||
+ | iface lo inet loopback | ||
+ | |||
+ | iface enp3s0f0 inet manual | ||
+ | iface enp3s0f0 inet6 manual | ||
+ | |||
+ | iface enp3s0f1 inet manual | ||
+ | iface enp3s0f1 inet6 manual | ||
+ | |||
+ | iface enp4s0f0 inet manual | ||
+ | iface enp4s0f0 inet6 manual | ||
+ | |||
+ | iface enp4s0f1 inet manual | ||
+ | iface enp4s0f1 inet6 manual | ||
+ | |||
+ | auto vmbr0 | ||
+ | iface vmbr0 inet static | ||
+ | address 192.168.1.3 | ||
+ | netmask 255.255.255.0 | ||
+ | network 192.168.1.0 | ||
+ | gateway 192.168.1.1 | ||
+ | broadcast 192.168.1.255 | ||
+ | dns-nameservers 192.168.1.1 8.8.8.8 8.8.4.4 | ||
+ | dns-search vlet.net | ||
+ | bridge-ports enp3s0f0 | ||
+ | bridge-stp off | ||
+ | bridge-fd 0 | ||
+ | |||
+ | iface vmbr0 inet6 static | ||
+ | address 2a02: | ||
+ | autoconf 1 | ||
+ | accept_ra 2 | ||
+ | |||
+ | source / | ||
+ | </ | ||
+ | |||
+ | En dan moet je vervolgens, vanwege die bridge-interface, | ||
+ | |||
+ | <code bash> | ||
+ | michelle@zwaard: | ||
+ | net.ipv6.conf.all.accept_ra = 2 | ||
+ | net.ipv6.conf.default.accept_ra = 2 | ||
+ | net.ipv6.conf.enp3s0f0.accept_ra = 2 | ||
+ | net.ipv6.conf.enp3s0f1.accept_ra = 2 | ||
+ | net.ipv6.conf.enp4s0f0.accept_ra = 2 | ||
+ | net.ipv6.conf.enp4s0f1.accept_ra = 2 | ||
+ | net.ipv6.conf.lo.accept_ra = 1 | ||
+ | net.ipv6.conf.vmbr0.accept_ra = 2 | ||
+ | </ | ||
+ | |||
+ | === Virtual Machines: QEMU clients === | ||
+ | |||
+ | Om VM's soepeler te laten lopen moet je wel de QEMU client erop zetten: | ||
+ | |||
+ | * [[https:// | ||
==== VMware 6.7 ==== | ==== VMware 6.7 ==== | ||
Regel 32: | Regel 110: | ||
* Storage: | * Storage: | ||
- | * 2x 146GB/15kRPM SAS-disken in RAID1 (=146GB totaal) | + | * 4x 146GB/ |
- | * 2x 1.2TB/10kRPM SAS-disken in RAID1 (=1.2TB totaal) | + | |
* OS: VMware 6.7u3 | * OS: VMware 6.7u3 | ||
Regel 41: | Regel 118: | ||
* Storage: 2x300GB/ | * Storage: 2x300GB/ | ||
- | * OS: RedHat Enterprise Linux (RHEL) 9.4 | + | * OS: RedHat Enterprise Linux (RHEL) 9.5 |
==== Debian GNU/Linux 12 ==== | ==== Debian GNU/Linux 12 ==== | ||
Regel 48: | Regel 125: | ||
* Storage: 1x 40GB Intel SATA-SSD. | * Storage: 1x 40GB Intel SATA-SSD. | ||
- | * OS: Debian GNU/Linux 12.7 | + | * OS: Debian GNU/Linux 12.9 |
+ | |||
+ | Je wilt hierop (net als met ProxMox trouwens, want ook dat is Debian!) wel de HP Management Component Pack installeren om de tools te verkrijgen om bijvoorbeeld de status van de RAID-controller en disken uit te lezen: | ||
+ | |||
+ | * [[https:// |
technische_naslag/sid/zwaard.1727525711.txt.gz · Laatst gewijzigd: 2024/09/28 14:15 door michelle