command

  1. T

    Verifying Password Management, Session Timeout, and Account Lockout Settings in Proxmox VE

    Hello, I'm currently conducting a security review of our Proxmox VE environment and need some assistance in verifying various security-related settings. I have looked through the Proxmox VE Administration Guide but couldn't find the specific information I'm looking for—though this might be due...
  2. T

    Verifying Password Management, Session Timeout, and Account Lockout Settings in Proxmox VE

    Hello, I'm currently conducting a security review of our Proxmox VE environment and need some assistance in verifying various security-related settings. I have looked through the Proxmox VE Administration Guide but couldn't find the specific information I'm looking for—though this might be due...
  3. D

    qmp command 'guest-ping' failed

    Recently I am having problems when performing some procedures in pve, for instance when trying to take a snapshot of any VM the communication with the other vms just hangs, I noticed that I can ping the VM but it does not respond to its host, for example: I have a VM with a hosted website, when...
  4. S

    [SOLVED] Execute command in node with API

    Hi, i'm trying to do this : $params = array("commands" => json_encode(array( "pct exec ". $lxcid." -- bash -c 'echo PermitRootLogin Yes >> /etc/ssh/sshd_config'" )))); if($pve->post("/nodes/proxmox/execute/", $params){ echo '{"result": "good", "desc": "cmd 1 ok"}'; }else{ echo...
  5. D

    SECURITY information for pveXX.yy

    Hello everybody, I upgraded from Proxmox 6.4 to 7.0 yesterday. It is a cluster consisting of 3 nodes and Ceph. This morning he sent out mails with the following content. pveXX.yy : Jul 7 00:06:40 : ceph : a password is required ; PWD=/ ; USER=root ; COMMAND=nvme ct2000p1ssd8 smart-log-add...
  6. M

    VM ### qmp command failed - VM ### qmp command 'query-proxmox-support' failed

    hi all! Got this errors on 3 big(only big) VM in PVE 6.4 (128-256Gb RAM) with Ubuntu guest OS, storages: external CEPH cluster (RBD pools) May 31 09:31:13 pm-cal-56-02 pvestatd[3589]: VM 134 qmp command failed - VM 134 qmp command 'query-proxmox-support' failed - unable to connect to VM 134...
  7. T

    Autostart Command

    Wie kann ein Befehl bei jedem Start ausführen lassen? LG .
  8. F

    [SOLVED] Run guest agent commands on linux VM

    Hi. I'm having trouble running commands using guest agent on a centos 7 VM. I have installed qemu-guest-agent on VM and it's running. (tested via qm agent $VMID ping) Problem is I can't execute arbitrary commands from host. I've tried it in different forms but all failed: qm guest exec 384194...
  9. T

    Schedule trim (fstrim) job on Hosts/VMs

    Do I need to schedule fstrim for SSD disks (or even HDD?..) on Proxmox 6.2 ? And if I do, how exactly do I schedule such a job? I've searched online but didn't find anything except for scheduling backups... Thank you,
  10. H

    VM Commands not working over SSH

    Hi Everyone, I'm completely new so this might be a really easy one for you. :-) When running commands such as 'qm list' from within the shell on the web interface, it returns a list of my VM's. But when running the exact same command logged in as root via putty/ssh, i get 'command not found'...
  11. H

    How to copy ZFS Vol

    I would like to copy/replace the disk of a newly created VM with the one from a template using ssh command. The template's zfs vol is rpool/data/vm-100-disk-0 , How to copy this vol to VM ID 101 using ssh commands. Any tips ?