Hey all. We have two proxmox servers, each running version 3.1-21. I wanted to clone a VM and push it over to the other server so I scp -r the directory over. Since the number of the folder corresponded to one on the second server, I mv'ed the number to the next one in sequence not already taken so as not to overwrite an existing VM on the second server. The issue is, I'm not sure what voodoo needs to be configured to get the GUI to see that newly-cloned VM from the first server. When I do a qm status <VMID>, it returns:
qm status 123
no such VM ('123')
Yet, when I ls the images directory, I can confirm that it does indeed exist:
ls
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 200
I've reviewed the qm man pages for each option, but I don't see anything that might tell the second server to "enable" the newly cloned VM.
Anyone done this before? Perhaps I'm just not doing it right or there's a configuration file on the second server I need to modify to tell it to "see" that VM?
qm status 123
no such VM ('123')
Yet, when I ls the images directory, I can confirm that it does indeed exist:
ls
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 200
I've reviewed the qm man pages for each option, but I don't see anything that might tell the second server to "enable" the newly cloned VM.
Anyone done this before? Perhaps I'm just not doing it right or there's a configuration file on the second server I need to modify to tell it to "see" that VM?