Re: How to move emulated SWTPM data to a new VM

2021-09-24 Thread Sam Varshavchik
Tomáš Golembiovský writes: On Thu, Sep 23, 2021 at 08:32:46PM -0400, Sam Varshavchik wrote: > I have an existing VM with an emulated TPM module. > > I'm trying to create a replacement VM, pointing to the same disk image that > the existing VM uses, and also migrate the existing

How to move emulated SWTPM data to a new VM

2021-09-23 Thread Sam Varshavchik
I have an existing VM with an emulated TPM module. I'm trying to create a replacement VM, pointing to the same disk image that the existing VM uses, and also migrate the existing TPM module to it. Would just copying everything in /var/lib/libvirt/swtpm/ work? I did some practice runs, and i

Re: [libvirt-users] Static DHCP assignments to VMs connected to bridge

2018-01-28 Thread Sam Varshavchik
Dagmawi Biru writes: « HTML content follows » Hello libvirt-users, Given the following setup: --- [Rest of network/dhcp server] --[ physical interface] -- [ bridge]  <> |  <--->  [ VM ] I have an interface configured in my Domain XML like so: ---     Bridge "br20

Re: [libvirt-users] public IP for VM

2017-12-07 Thread Sam Varshavchik
scar writes: I can't seem to figure out how to setup a public IP for the VM so we could use it as a second public webserver. The host machine runs our primary webserver with CentOS 6.9 and one public ipv4 address configured on physical interface eth0. Now i have configured a new bridge in

Re: [libvirt-users] kvm/libvirt on CentOS7 w/Windows 10 Pro guest

2017-11-28 Thread Sam Varshavchik
Tony Brian Albers writes: >> Hmm.. could this somehow be related to the fast startup thing in win10? >> I mean, if fast startup is disabled, will that help? >> >> Just a thought. > > Fast startup does not get utilized for reboots, only for regular > shutdowns. The actual option in Windows settin

Re: [libvirt-users] kvm/libvirt on CentOS7 w/Windows 10 Pro guest

2017-11-28 Thread Sam Varshavchik
Tony Brian Albers writes: On 11/27/2017 05:28 PM, Benjammin2068 wrote: > Thanks for the reply. > > IIRC, I've even rebooted the system (host as well) with no success... but maybe not. I'll try your suggestions again if I have an issue. > > I really thought it was updates. I also don't use

Re: [libvirt-users] kvm/libvirt on CentOS7 w/Windows 10 Pro guest

2017-11-25 Thread Sam Varshavchik
Benjammin2068 writes: Hey all, New to list, so I apologize if this has been asked a bunch already...  Is there something I'm missing with Windows 10 as a guest that keeps Windows Updates from nuking the boot process? I just did an orderly shutdown and windows updated itself disable in time

Re: [libvirt-users] Changing in the domain XML file

2017-07-31 Thread Sam Varshavchik
Michal Privoznik writes: Libvirt doesn't append -no-reboot because of this commit: libvirt.org/git/?p=libvirt.git;a=commitdiff;h=0e034efaf9 Having said that, I believe libvirt puts -no-shutdown on your command Yes, I see that option getting passed in. line. Then, libvirt has a handler for

[libvirt-users] Changing in the domain XML file

2017-07-29 Thread Sam Varshavchik
Using virsh edit, I made the following change to the domain XML file: destroy But this appears to do nothing. The VM guest is Windows 10, and when directing it to reboot, it still reboots, instead of shutting off the VM. I was trying to work around some kind of a bug, somewhere, that started