Search results

  1. C

    Strategy: Fastest way to clear and refill a daily external datastore

    Hello, i would like to discuss the best/fastest way to update the content of a external datastore. Environment: We use a PBS with a big datatsore which stores all our backups. We also have a bunch of external harddrives, one for each day of the week, which we plug one in every day, free their...
  2. C

    Scripted, automatic download of backups to a external drive

    Hello, is there a way to automaticly, via a script, download the file content of a PBS snapshot? In fact automate somehow what can be done in the GUI (see screenshot)
  3. C

    [SOLVED] Proxmox replicaton log shows actual timestamp instead of logged timestamp

    Hello, i just realized that when viewing the log of a replication job, it does not show the timestamp of when the actions have actually happened but a timestamp from some minutes before that absolutly makes no sense. It seems that behavior happens to all the replication logs. That for sure can't...
  4. C

    [SOLVED] After upgrading Nodes in a cluster, i got shh / migration problems

    Hello, i have a cluster with 3 Nodes, now each node on the last PVE version. One was newly installed and integrated, one was updated from PVE 7.x, one had been reinstalled from a old version with the same Name and IP. Now, when doing a migration, it mostly brakes with a ssh error. Only to the...
  5. C

    How to create a user that only can "zfs receiv "

    Hello, i have written a script that every day creates a zfs-snapshot on my VMs and zfs send incremential snapshots of them via a ssh-tunnel to a host as a form of failsafe offline server. My problem is that everything runs as root user and the pwds are hardcoded in that script. I would like to...
  6. C

    How to boot Proxmox PVE from degraded ZFS-RAID10 / grub rescue

    Hello, we are using a old, mostly unused Proxmox server (HP ProLiant DL160 Gen8) as backup/fail-safe Hypervisor for our infrastructure production VMs. I boot up that server ever week and clone the storage of those VMs via "zfs send" to it. Now it seems that one disk is broken and it does not...
  7. C

    Create a VM copy from a VM snapshot

    Hello, i use Proxmox on ZFS. I have a VM with multiple snapshots. I would now create a copy of that VM based on a dedicated snapshot of that VM. Is that possible? With "zfs send | ssh zfs revev " to another host? How to do that? Thanks a lot.
  8. C

    How to replace boot drives (rpool) in a RAID1 Mirror

    Hello, i got a rpool as ZFS-RAID1 with 2 drives where the system boots from. I want to replace those aging drives by new ones. I thought adding those two new drives to the mirror (i already have added one, another one is not included actually), sync it and then remove the old drives from the...
  9. C

    prevent take over of a SPICE-Remotedesktop

    Hello, is it possible to prevent the take over of a existing SPICE remote desktop session? Actually, every user with permissions to a dedicated VM can over take any SPICE Window that another user with similar permissions had used. And therefore spy on any data and use the login on those VM by...
  10. C

    SPICE Verbindung auf einen User beschränken / SPICE privacy?

    Hallo, für einen sehr speziellen Anwendungsfall brauche ich eine Art VDI Lösung die aber privatheit ermöglicht. Es sollte also NICHT möglich sein das jemand die Remotekonsole/SPICE-Fenster einer VM übernimmt und dadurch ein Login (auf der VM) einfach übernimmt und auf die dortigen Daten...
  11. C

    VM cloning with zvol-volumes TERRIBLE slow

    Hello, i#m actually cloning (offline copy) a VM with 125GB RAM (yeah, really, a HANA setup) and three 300GB zvol-volumes from a (ZVOL-SSD to a ZVOL-HDD). After 8h running, not even one zvol got copied. When i look into iotop, i see that there are some qemu-img convert running, each with a write...
  12. C

    "isolating/hiding" a VM with ip overlapping from LAN network with NAT

    Hello, for some test scenarios i need to isolate a copy of VM from the network itself but still need to be access it via dedicated ports. Example. Proxmox host: 192.168.0.10/24 I have a VM0 (bridged) with IP 192.168.0.1 in a LAN with network 192.168.0.0/24 and LAN gateway 192.168.0.254. Now i...
  13. C

    Moving Backups between storage

    Hello i#m reconfiguring our Storage. Therefore i need to move some VM-Backups from one storage to another. Is this possible from the GUI at all? (Didn#t found :-( ) If i do it via cmdline, is there anything i need to do that after it shows correct in the GUI? Thank you.
  14. C

    Proxmox CIFS Store "ISO"-only as "Read-Only" possible?

    Hello, i would like to add a Windows Share, which holds all our Software-Installers and OS-ISOs, to Proxmox so that i can install ISO into new VMs WITHOUT first copying the iso to the local Proxmox-ISO-storage. The problem is that this does not work if the Proxmox connects with a user that has...
  15. C

    Data exchange between local system and vm via console access

    Hi everyone, is there a possibility of data exchange from the local system to the vm when I use the console from proxmox via web interface to connect on a vm which is connect to a customer vpn. Thanks Chris&Patte
  16. C

    Is there a limited console / manager tool for the proxmox server?

    Hello everybody, maybe someone can help us. The problem is that some users have to connect to customers VPNs, which blocks our network drives etc. The solution was that the users use VMware Web Access to connect to the VMs and from the VMs they connect to the VPNs. The users are still...