Gebruikershulpmiddelen

Site-hulpmiddelen


technische_naslag:sid:zwaard

Verschillen

Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.

Link naar deze vergelijking

Volgende revisie
Vorige revisie
technische_naslag:sid:zwaard [2024/09/28 14:15] – Basis-verhaal over de test-server. michelletechnische_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.====+==== ProxMox 8.====
  
 === Specs === === Specs ===
  
-  * Storage: 4x 146GB/10kRPM SAS-disken in RAID5 (=440 GB totaal) +  * 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 "bookworm" OS wel updaten maar helaas de ProxMox software niet vanwege subscription-gezeik. Uiteindelijk bleek er een aparte no-subscription repo te bestaan:+== 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 "bookworm" OS wel updaten maar helaas de ProxMox software niet vanwege subscription-gezeik. Uiteindelijk bleek er een aparte no-subscription repo te bestaan. Verder de HP spulleboel toegevoegd:
  
   * [[https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo]]   * [[https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo]]
 +  * [[https://downloads.linux.hpe.com/SDR/project/mcp/|HP Management Component Pack]], wel even de [[https://downloads.linux.hpe.com/SDR/keys.html|APT key]] toevoegen voor gebruik!
 +
 +== Netwerk ==
 +
 +Networking instellen is een instinker, want ik wilde IPv4 op DHCP laten staan (voor demo's buiten de deur, bij mijn werkgever [[http://www.proxy.nl|Proxy Services B.V.]] bijvoorbeeld, terwijl ik IPv6 gewoon semi-statisch wilde maken. Nou, dat werkt dus niet! Dus zet IPv4 op DHCP en weet dat IPv6 dan SLAAC doet (autoconf) voor demo's buiten de deur, en maak een statische config voor thuis:
 +
 +<code bash>
 +michelle@zwaard:~$ cat /etc/network/interfaces
 +# 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 'source' or 'source-directory' directives to do
 +# 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:a461:8c99:1::3/64
 + autoconf 1
 + accept_ra 2
 +
 +source /etc/network/interfaces.d/*
 +</code>
 +
 +En dan moet je vervolgens, vanwege die bridge-interface, die //accept_ra// doordrukken via sysctl:
 +
 +<code bash>
 +michelle@zwaard:~$ sudo sysctl -a | grep accept_ra\ \=
 +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
 +</code>
 +
 +=== Virtual Machines: QEMU clients ===
 +
 +Om VM's soepeler te laten lopen moet je wel de QEMU client erop zetten:
 +
 +  * [[https://pve.proxmox.com/wiki/Qemu-guest-agent|QEMU guest agent]]
  
 ==== VMware 6.7 ==== ==== VMware 6.7 ====
Regel 32: Regel 110:
  
   * Storage:   * Storage:
-    * 2x 146GB/15kRPM SAS-disken in RAID1 (=146GB totaal) +    * 4x 146GB/10kRPM SAS-disken in RAID5 (=440GB totaal)
-    * 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/10kRPM SAS-disken in RAID1 (=300GB totaal)   * Storage: 2x300GB/10kRPM SAS-disken in RAID1 (=300GB totaal)
-  * 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.
 + 
 +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://downloads.linux.hpe.com/SDR/project/mcp/|HP Management Component Pack]], wel even de [[https://downloads.linux.hpe.com/SDR/keys.html|APT key]] toevoegen voor gebruik!
technische_naslag/sid/zwaard.1727525711.txt.gz · Laatst gewijzigd: 2024/09/28 14:15 door michelle