Search results

  1. B

    guest-agent

    Well this is a problem with proxmox, you cant edit anymore vm who was converted to clone. Solution? 1.Full clone for initial template edit, change... convert to template. Why you cant convert and re -convert? Because proxmox have that option called "linked clone" who use virtual disk of the...
  2. B

    guest-agent

    HI :) If it a windows vm: You go into device manager, found pci controler and right click->Update Driver and select on the mounted iso in DRIVE:\vioserial\<OSVERSION>\ where <OSVERSION> is your Windows Version (e.g. 2k12R2 for Windows 2012 R2) ? After this step you go and Execute the...
  3. B

    Hetzner Network configuration

    Hi SwaggerRo, you can provide us ifcfg-yournetwork from /etc/sysconfig/network-scripts? More than that you can tell us what ip you receive from hetzner ? Use format like this x.x.x.25 ....x.x.x.45 Thanks :)
  4. B

    Operation Orchestration And Deploy

    Hi Guys, If some of you work with proxmox, docker on proxmox vm's, deploy daily machines based on HP (Micrfocus) Operation Orchestration i can help you with some flow for full docker deploy, migrate machines and so on. Even if Operation Orchestration tool by HP (Microfocus) dosen't work...
  5. B

    Clone VM speed issue

    hi guys, I have 2 similar env only difference betwen it's proxmox version one it's 5.4-3 and other one it's 5.2-1 My flow is: -stop vm -clone to another -start both I use ext4 mount directory on both Both virtual disk have 50gb Same amount of ram and same cpu Well on 5.4 take to finish...
  6. B

    [SOLVED] Set Specific MAC after clone

    thx, i dont know why i dont remember about set option. final form it's: qm set 101 -net0 e1000=32:63:47:C3:67:D9,bridge=vmbr0,firewall=1 Thanks
  7. B

    [SOLVED] Set Specific MAC after clone

    Hi, I want to set a specific mac after i create a clone using a template because i have dhcp server and i don't have acces to it. If i set same mac i receiv same ip so how can i edit mac from terminal without modify conf vm file. Thanks
  8. B

    Automation Using Proxmox

    Hi All, thanks, for al info. and one more question, i search but i dont found it, if i have qemu agent installed, exist some api who can help me to get the vm ip even if it's on remote node from same cluster? Thanks
  9. B

    Automation Using Proxmox

    I think after i create i can use Operation Orchestration by hp but i have a question, how i can get statistics related with Ram and storage into a cluster? Because i want to create automaticaly vms on that node who have more resources, exist some command like this? Thanks
  10. B

    Automation Using Proxmox

    Hi Guys, I have a question and in the next lines i present my flow and i want to suggest me some solution for do that using proxmox. (If proxmox have libvirt i can use Automation Orchestration by HP but proxmox dosen'thave..) My Flow: I have a win template Deploy a new vm Download from ftp some...
  11. B

    Cluster removal

    nope because you have conf file for vms into /etc/pve/qemu-servers and virtual disk are located into other location. For example for 1 directory as storage used for os and for vms location is /var/lib/vz/images :)
  12. B

    Hibernate AutoStart after moving from esxi

    Thx for your response but i create a .bat file and i add it into startup process and this is it :D
  13. B

    Hibernate AutoStart after moving from esxi

    Windows Server 2012 r2 I use pve 5.2 Hibernate-> process who store ram content into a file on disk. command to start/stop (probably with this command you understand what i want to say) powercfg -h off/on If this proccess it's on i have for example 7gb free on disk, if i turn off i have 20gb of...
  14. B

    Hibernate AutoStart after moving from esxi

    Hello guys, I have a script which i use for move in every day some vm's on pve from esxi all works fine but after a 1 2 weeks i observe the fact hibernate auto start on vm's imediatly from first start on pve. My problems is this proccess use 10 12gb of storage. So why hibernate start...
  15. B

    Check VM is running with ping or better ideas?

    More efectivefrom my point of view and this method dosen't depend from nothing (network or something) if you have guest agent installed on that machines you can use this command "qm agent 1271 get-osinfo" and if vm is off you receive this message: VM 1271 is not running Thx :)
  16. B

    Cluster removal

    Hi :) I have same problem in the past but i can't find a solution for this, to remove cluster safe with no error in the future. What i suggest for you: 1.If you have different storage (for ex you have secondary 4 6 hdd in raid mounted into a folder like home2 where you have all virtual disk for...
  17. B

    Markup name of some VM's

    Hi guys, I have a qustion for you, how can a make diference between all vms and others? Like esxi where you can create some "folders" exist something similar to group some vm's? Or other option is to set other color or something for the name of some vm's. How can i implement this? Thanks :)