Search results

  1. P

    proxmox API example for dummies

    Thanks. After some ssh-key-coping I could run ssh root@NODE "pct status 123", which returned a (correct) status: stopped. @Dunuin : Thanks, "qm list" is quite a neat command to get a nice overview. @moderator: Since running a the command through ssh is absolutely suitable for my needs, I...
  2. P

    proxmox API example for dummies

    Yeah, qm (and pct) work fine, when I am logged into the proxmox node ( "qm start/stop 123" ). My problem is, that I would like to start/stop VMs and LXCs from remote (local network). hmm, a workaround would be to use ssh root@NODE 'qm start/stop 123' But I (probably) would not get the current...
  3. P

    proxmox API example for dummies

    Hi there, I do not have a degree in computer science nor did I developed web applications for the last 100 years. So, let's say that proxmox's api - documentation is a quite overwhelming to me. I found this post in this forum (how to create a lxc container with php)...
  4. P

    ZFS und Datenbelegung

    vielen Dank für die Antwort. Ich habe zwischenzeitlich das zfs-Volumen nach dieser Anleitung neu aufgesetzt. https://esoterictek.blogspot.com/2017/07/how-to-create-file-server-using-zfs-and.html?m=1 Das System verhält sich nun wie (von mir) erwartet.
  5. P

    ZFS und Datenbelegung

    Hallo, ich habe an meiner Proxmox Installation ein externes ZFS - Volumen (500GB) auf dem zusätzlich ein Verzeichnis (Directory) definiert ist, um dort vmdk-Dateien ablegen zu können. Nach einem Absturz und nachdem Proxmox die externe Platte zunächst nicht einbinden konnte, zeigt proxmox keinen...