After following 10 different articles including 5 from this site I got 1 node to successfully accept the new FC storage. the other 2 show it there but with a status unknown. when checking the services it says the storage (5T size) is inactive...
Hi,
The CPU "GX-415GA" does support AMD-V[1][2], but if HP doesn't expose the settings in the BIOS, you are screwed.
[1]https://www.cpu-world.com/CPUs/Jaguar/AMD-G-Series%20GX-415GA%20-%20GE415GIBJ44HM.html...
Hello Support,
Please added a new user to my Proxmox PVE and granted admin privileges, after am not able to login with the root account.
With new user too am able to login via ssh and the console but am not able to stop, start and destroy VMs...
The Script works without jq.
The drawback of the custom script is that no further SpamAssassin checks are executed if the returned score is greater than 5.0 and I often had the issue that the custom check seemed too high from my perspective.
At...
Hi,
Thanks for the suggestion. I gave it a try but the disk was simply excluded in the backup job.
Sounds rather normal when the backup checkbox is unchecked.
It looks like Proxmox does not support taking backup for selected partitions on disks...
Please remove your IP from the screenshot above. GMail does not accept the mail because you are not sending it from a properly configured mailserver.
There are tutorials to configure Proxmox to be able to send mails using gmail.
@fribse
I would search with:
grep -ir you@example.com /etc
P.S. After posting it I've noticed that the email address in the command was automatically placed between EMAIL and /EMAIL tags. Of course the real command has to be without these...
Hello,
Here is a short feedback regarding this issue.
Initial symptoms
Web UI accessible
Shell access returned:
apt upgrade failing with permission errors
Error 500: close (rename) atomic file '/var/log/pve/tasks/active' failed: Permission...
You can boot your computer from some "live CD" and issue:
grep -E 'svm|vmx' /proc/cpuinfo
or for better readability:
grep --color=auto -E 'svm|vmx' /proc/cpuinfo
If the output contains svm (for AMD) or vmx (for Intel) then the CPU supports...
Well, the usual reasons against ZFS are a) some higher wearout = the SSD won't last as long as with LVM/ext4 and b) slower performance because of more write-activity. (And no PLP which would allow delaying the actual write...)
The required...
Er liest die VMware .vmx Datei aus und schlägt vor was da drin steht. Schau dir deine Konfigurationen der VMs unter vSphere an. Das ist vSphere Default.
Hier wirfst du ganz viele Sachen durcheinander.
Bei einem 2 Sockel Server, hast du 2 Sockel...
How to check if systemd-boot is being used — and how to safely remove it
Step 1: Check which bootloader is in use
(if it is grub for example it is saffe to remove systemd-boot)
Run the following command to inspect your current EFI boot...
Hi @nvanaert ,
There's quite a bit to unpack here.
First and foremost, Proxmox VE does not monitor storage or network path health. An All Paths Down (APD) condition will not result in a node fence, nor does it interact with the VM HA subsystem...