Search results

  1. I

    [SOLVED] Promox question marks on all machines and storage

    Is there anything I can do to get things up and running here? I have this questions mark everywhere still and I have upgraded both nodes several times. I assume it doesn't have anything to do with the cluster, since I have earlier had this issue on single Proxmox server. All the servers work...
  2. I

    [SOLVED] Promox question marks on all machines and storage

    I can't say that I noticed anything the latest months, I have checked both those logs. It is also two machines at same time, so it must be something common I think. I ran update to 6.3 on both: proxmox-ve: 6.3-1 (running kernel: 5.4.34-1-pve) pve-manager: 6.3-3 (running version: 6.3-3/eee5f901)...
  3. I

    [SOLVED] Promox question marks on all machines and storage

    Note that I run an apt upgrade/update on each server after posting here (to see if it was fixed by upgrade) - just in case there is difference. :~# pveversion -v proxmox-ve: 6.3-1 (running kernel: 5.4.34-1-pve) pve-manager: 6.2-12 (running version: 6.2-12/b287dd27) pve-kernel-helper: 6.3-3...
  4. I

    [SOLVED] Promox question marks on all machines and storage

    I have two proxmox machines in Cluster and I do not run any vms on shared storage (but I do backups to the shared nfs storage) and no HA or redundancy or remote storage for any vm. Suddenly, all machines shows question mark and about each 2nd nigth, two of the machines (running really ligth...
  5. I

    Backup takes forever

    Not Proxmox error directly, but I have a problem with a vm. I have a Kerio Mailserver Linux-software on it, with about 15 users, that I have had for years on dedicated hardware. Last year, I have had it in a lxc with redundant ssd on the host, server hw-card and enterprise SSD-disks. One day, a...
  6. I

    Changing Proxmox backup limit number.

    It wasn't completely clear to me: Do ProxMox now delete backups when the number is equal to max? All years before, I always have had to manually delete or otherwise the backup would just stop creating new ones. Or do I need to add this -1 to the file?
  7. I

    [SOLVED] Installing packages..

    Already do on the Proxmox mail gateway and will evaluate with time even on VM. I always reccomend Proxmox to customers using a lot of vms, my own use is to little to defend costs. Just a tip.. if people download it in their business just to test and system stops in the middle, with no obvious...
  8. I

    [SOLVED] Installing packages..

    Did a clean install today and I struggle already from start when tried to add packages like parted. I found out I could do without, but when needing ifupdown, I hit the problem again. It seems to be rleated to sources? apt update Hit:1 http://ftp.no.debian.org/debian buster InRelease Hit:2...
  9. I

    Connection timeout against local disks

    I ended up risking everything and did a reboot - everything seems fine. So must have been some sort of crash...
  10. I

    Connection timeout against local disks

    I have two proxservers, both connected to a Qnap. I have transfered vm from one of them to the other through the Qnap and backup. After transfering 10 servers, the cifs connection isn't stable. I can see the backups if I go into Content, but when I can't select local disks when choosing what...
  11. I

    Protocol not supported

    I can access the qnap nfs server through Windows, but none of the ProxMox respond at all. I have tried to only enable nfs3 and tried upgrading the qnap to latest firmware and everything. Now I have both nfs3 and nfs4 active. I have no clue what is going on. I can ping the qnap from both ProxMox...
  12. I

    Protocol not supported

    RPC: Remote system error - No route to host mount.nfs: trying text-based options 'vers=4.2,addr=XX,clientaddr=XX' mount.nfs: mount(2): Device or resource busy I only run nfs 4 on the Qnap. At same time, I can ping and I am connected to the same network with a smb-mount/windows-computer. No...
  13. I

    Protocol not supported

    Without doing anything, all backups to a nfs mount have just stopped. It had been running for months. I can access the nfs mont from shell and I can see all the backups done up until now when I navigate to the mounted folder. In the web GUI, it says this: "TASK ERROR: could not get storage...
  14. I

    ISO Mounts and best practice

    Thank you for trying :) But when I do this, it doesn't seem like it is a directory that is created. It seems like a file... root@px1:/mnt/pve/.../template# ls iso iso.old root@px1:/mnt/pve/.../template# cd iso -bash: cd: iso: No such file or directory 6 May 26 22:58 iso -> ../iso
  15. I

    ISO Mounts and best practice

    root@px:/mnt/pve/NAMEOFMACHINE/template# ls iso iso.old root@px:/mnt/pve/NAMEOFMACHINE/template# rm -Rf iso root@px:/mnt/pve/NAMEOFMACHINE/template# ls iso.old root@px1:/mnt/pve/NAMEOFMACHINE/template# ln -s ../iso iso root@px1:/mnt/pve/NAMEOFMACHINE/template# cd iso...
  16. I

    ISO Mounts and best practice

    Thanks. When looking at the logs in terminal, this below is what I did. I have used ln at lot, but it goes months between each time I use it ;) But it looks like it is similar to what suggested here or do I overlook something? From the logs, I have only replaced my machine-name. cd...
  17. I

    ISO Mounts and best practice

    I have this mount on smb in Windows and other places also, so that 2nd command seemed to create a unlimited tree of iso-folders (see below). Units like Qnap even have ready-made share for isos. Other times, the iso have not been updated because of maybe connection problems or similar. So the...
  18. I

    ISO Mounts and best practice

    Hi, I have been "struggling" with this ever since I started using Proxmox and in the beginning I was thinking it was only a bug. But after installing it many times over the years in different versions and different file servers, it seems like this is how it is. On vmware, on iso for...
  19. I

    Grow a lvm partition

    Found it :) lvextend -L 4.2TB /dev/pve/data
  20. I

    Grow a lvm partition

    Thanks, it looks like something I manage before, but shows two different paritions. But if I can pull ut off, maybe it can work.. root@px1:~# vgextend pve /dev/sda4 Volume group "pve" successfully extended The volume group pve contains now to partitions. When going into thinpool based on this...