Hallo,
yeap das habe ich dann auch gerade begriffen. Aus dem System läuft nur das DC. Ich habe einfach mal nur die Dialoge durch geklickt und nur die minimalen Antworten gegeben. ich dachte das reicht für eine rudimentäre erste Testinstallation...
Passt so, dein MGMT untagged übers Native-VLAN am Switchport zu fahren ist völlig in Ordnung, das läuft dann einfach auf vmbr0 ohne Tag und der Switch packt's ins richtige VLAN. Die getaggten VMs hängen ja über die selbe vmbr0 mit ihrem...
I followed this guide: https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP
All the networking is working correctly and when I create a container and assign it a static IP it uses the static IP. However, looking in IPAM a DHCP...
Wenn du den Proxmox Datacenter Manager benutzt, musst du kein Answer file mehr manuell erstellen - das wird direkt vom Datacenter Manager erledigt.
Konfigurieren kannst du das ganze ·unter Remotes > Automated Installations im Web UI...
Hallo @rprengel, ich glaub da ist ein Denkfehler drin: bei --fetch-from http liegt die answer.toml nicht als Datei in irgendeinem Ordner rum. Der Installer macht einen POST an die URL und erwartet die fertige TOML als Antwort zurück. Auf der...
Your board has BMC video output capability. How did you configure the corresponding jumper (VGA_SW1) on the board?
Where did you connect the cable to the actual phyiscal display? Aspeed (BMC) video output or the AMD card?
Hi,
another solution is to modify the verbose of ZED :
In "/etc/zfs/zed.d/zed.rc" ZED_NOTIFY_VERBOSE=1
systemctl reload-or-restart zed.service
srub a pool
And get the mail a the scrub
Revert back with ZED_NOTIFY_VERBOSE=0 & systemctl...
For simulated "degraded" ZFS pool and then mail , best way is zinject
Adapt sdX3 and rpool :
apt install zfs-test ( require PVE repo enabled , like no-subscription )
zinject -d /dev/sdX3 -e io -f 100 rpool (error trigger)
zinject -c all (cancel...
Alles klar, super, danke.
Ich hab leider nur zwei NICs.
NICs 1: MGMT und Up-Link und Vlans
NIC2 : ZFS-Replication
MGMT wollte ich über Vlan1 laufen lassen, also kein Tagging.
Ok,
vermutlichn nur ein Brett vor dem Kopf aber ....
Ich habe im DC autoinstall konfiguriert und möchte die antwortdatei per
--fetch-from http --url https://srvproxdc.rprengel.de:8443/api2/json/auto-install/answer (Syntax aus der Doku)...
Klar, da gibt's eine eindeutige Empfehlung: nimm die VLAN-aware Bridge mit Tags (deine Variante 2). Im Cluster ist das einfach angenehmer, weil du nur EINE Bridge (vmbr0) auf allen Nodes identisch konfigurierst und das VLAN dann pro VM am NIC...
I just reinstalled Proxmox VE (9.2-1) on my Homeserver (Asus Rog Strix Z690-E Mainboard with Intel Core I9-14900K) because the server freezes while booting at different points. After fresh installation with "proxmox-kernel-7.0.2-6-pve-signed"...
Did you update your bios to the latest version? I have same mainboard and cpu and I had trouble, too a year ago. I reinstalled proxmox a few days ago without problems with bios version 3107. Now I have the issues that with latest proxmox kernel...
Hallo Zusammen,
ich arbeite sehr viel mit Vlans für die Netzwerksegmentierung und auch wegen der Sicherheit.
Bisher habe ich die meisten Erfahrungen mit VMware und Hyper-V und stelle mich jetzt langfristig auf Proxmox ein.
Ich bin gerade dabei...
Take a look here: https://pve.proxmox.com/wiki/Backup_and_Restore#_hook_scripts or there: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts
Please put more effort into your posts. A proper title and code blocks for command outputs/logs are a bare minimum. To fix the duplicate try
rm -f /etc/apt/sources.list.d/pve-enterprise.list
apt update
Make sure your subscription is configured...