Search results

  1. I

    Redhat virtual datacenter ... virt-who on proxmox

    should be but without virtlib ... can I install virtlib on proxmox without side effects ?
  2. I

    Redhat virtual datacenter ... virt-who on proxmox

    Our Proxmox cluster runs over 700 VMs most are ubuntu, rocky linux, centos, windows, and a few some more specialized ones. RHEL will run only on about 5-10 VMs in future where all other RHEL must be hosted on VMware .. So it would be great to be able to run RHEL linux based VMs on the VDL if...
  3. I

    Redhat virtual datacenter ... virt-who on proxmox

    HI, we do plan to run a lot of RHEL machines on proxmox. Therefore we have the Virtual Datacenter Licence available. Is there anybody out there who is running satelite and virt-who on proxmox and would be so kind to give some insights how to do?
  4. I

    pvestatd died or lock inside cos of nfs storage absense

    We had a nfs server fault. It looks like that due to this the pvestatd died as well and didnt restart. Is that a bug or a feature ? Mar 22 11:48:43 prox01 pvestatd[26389]: got timeout Mar 22 11:48:43 prox01 pvestatd[26389]: status update time (5.253 seconds) Mar 22 11:50:12 prox01...
  5. I

    Connection error 401: permission denied - invalid PVE ticket

    root@prox05:~# timedatectl timesync-status Server: ntp1 Poll interval: 34min 8s (min: 32s; max 34min 8s) Leap: normal Version: 4 Stratum: 1 Reference: PPS Precision: 2us (-19) Root distance: 442us (max: 5s) Offset: +1.527ms Delay: 3.383ms...
  6. I

    Connection error 401: permission denied - invalid PVE ticket

    HI, since a couple of hours I do get this message at the proxmox gui on cluster host 1 but on cluster host 5 everything is fine. What could be the reason and which steps have to be done to narrow it down I looked into pveproxy where I guess are the pve tickets from and saw some Nov 11...
  7. I

    cloudimage cloudinit and the machine-id is not updated

    HI folks, does anybody know if the cloudinit of proxmox creates successful a new machine-id if the cloud-image is regenerated ? It tried ubuntu cloudimage for 20.04 and it seems the machine-id in ubuntu is NOT updated... this makes things a bit more difficult .. like new host ip via dhcp
  8. I

    yaml issues with pvesh

    Hi, I do have an issue with the current proxmox. pvesh get /nodes/prox19/qemu/927/status/current --output-format yaml CPAN::Meta::YAML does not support JSON::PP::Boolean references at /usr/share/perl5/PVE/CLIFormatter.pm line 443. not with all vms and not all servers but with some. does...
  9. I

    RemoteDisconnected('Remote end closed connection without response')

    HI, I do have a python script which use pyproxmox. This script shows quite often an ConnectionError(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)),) Error. And yes we do have GUI connection abort issues too. Is there any know...
  10. I

    api - task state request ... do i have to ask the right node ?

    GET /api2/json/nodes/{node}/tasks/{upid} needs two parameters. a node and the upid but the upid includes a node name... can I simple extract the node and use it for the tasks get ? Or is there a specific node (based on the task) to be asked for ? And if not why I do have to specify a node...
  11. I

    role for auditor which needs to see snapshots...

    Is there any hint available how to enable an auditor to see snapshots ? Regards Immo
  12. I

    qcow2 snapshots - cpu load impact ?

    Does anybody know how much load or impact a snapshot has on read/write performance and cpu power ? We try to convince the users not to use snapshots if possible and not a cascaded structure of snapshots but we dont have external knowledge to overrule their ... we need this to perform
  13. I

    Number of Virtual Linux VMs with GUI (virtual desktop) per core ?

    HI, we do run a couple of servers also with these virtual desktop hosts (ubuntu 18.04) but with a lot of performance issues mentioned from the users. It looks like the number of context switches is the key here, cos the host CPU load is low (40%), the memory is not overloaded, and the steal...
  14. I

    migrate between epyc and xeon

    We talking about linux OS. Offline has to be tested. But I'm somehow fixed to Intel
  15. I

    migrate between epyc and xeon

    Hi folks have anybody operating experience with a mix of epyc and xeon host and vm migration ? I know thats should be an issue if your not focus on specific cpu features but the vm processor type kvm64 should prevent such special features. Dont it ? Or do I have the problems cos of the switch...
  16. I

    api acces to node is blocked for 4 tries

    So ... Nothing in syslog but as expected in pveproxy/access.log the same 401... BUT I going to kick the admin. There are several different proxmox versions in the cluster. 5.1-43, 5.2-8, 5.3-11, 5.3-12, 5.4-3 and if 5.3-11 asked all in the cluster everything works fine but if a host with 5.1...
  17. I

    api acces to node is blocked for 4 tries

    Hi, I do have a cluster with 11 nodes. I try to get the current load from them via api access. the restconf connection runs over host 5. but if i request the rrd data for host 11 I do get mostly 3-4 times "exception during access to node prox11 ! \\ Error: 401 Unauthorized: " as error. The...
  18. I

    how to get a list of all clones of an template

    and visversa the information if a vm is a linked clone or not. I havent found this in qemu/<vmid>/config. The reason is if I have to replace the template.... there have no be linked vm anymore. also some handling proposal for transfering linked clones into full ones without reboot would be good.
  19. I

    GET /api2/json/nodes/{node}/qemu/{vmid}/config

    Ok understood... May be the API documentation should be more clearly or have some links to examples or discussions or comments... I would comment that 0 and 1 the only understood booleans.