All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] kvm/hyper-v: obtaining client machine id
@ 2013-10-28  7:50 Peter Lieven
  2013-10-29  9:03 ` Vadim Rozenfeld
  2013-10-29 11:03 ` Gleb Natapov
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Lieven @ 2013-10-28  7:50 UTC (permalink / raw
  To: Gleb Natapov, Vadim Rozenfeld, qemu-devel@nongnu.org

Hi,

do you know if it is possible to obtain the client machine id of a Windows vServer via
a Hyper-V hypercall? I would need an information to check vServer activations against
our KMS.

Thanks,
Peter

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] kvm/hyper-v: obtaining client machine id
  2013-10-28  7:50 [Qemu-devel] kvm/hyper-v: obtaining client machine id Peter Lieven
@ 2013-10-29  9:03 ` Vadim Rozenfeld
  2013-10-29  9:40   ` Peter Lieven
  2013-10-29 11:03 ` Gleb Natapov
  1 sibling, 1 reply; 5+ messages in thread
From: Vadim Rozenfeld @ 2013-10-29  9:03 UTC (permalink / raw
  To: Peter Lieven; +Cc: qemu-devel, Gleb Natapov



----- Original Message -----
From: "Peter Lieven" <pl@kamp.de>
To: "Gleb Natapov" <gleb@redhat.com>, "Vadim Rozenfeld" <vrozenfe@redhat.com>, qemu-devel@nongnu.org
Sent: Monday, October 28, 2013 6:50:31 PM
Subject: [Qemu-devel] kvm/hyper-v: obtaining client machine id

Hi,

do you know if it is possible to obtain the client machine id of a Windows vServer via
a Hyper-V hypercall? I would need an information to check vServer activations against
our KMS.

Hi Peter,

WMI SoftwareLicensingService should be able to do it
http://msdn.microsoft.com/en-us/library/cc534597%28v=vs.85%29.aspx
Vadim.


Thanks,
Peter

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] kvm/hyper-v: obtaining client machine id
  2013-10-29  9:03 ` Vadim Rozenfeld
@ 2013-10-29  9:40   ` Peter Lieven
  2013-10-29 12:11     ` Vadim Rozenfeld
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Lieven @ 2013-10-29  9:40 UTC (permalink / raw
  To: Vadim Rozenfeld; +Cc: qemu-devel, Gleb Natapov

On 29.10.2013 10:03, Vadim Rozenfeld wrote:
>
> ----- Original Message -----
> From: "Peter Lieven" <pl@kamp.de>
> To: "Gleb Natapov" <gleb@redhat.com>, "Vadim Rozenfeld" <vrozenfe@redhat.com>, qemu-devel@nongnu.org
> Sent: Monday, October 28, 2013 6:50:31 PM
> Subject: [Qemu-devel] kvm/hyper-v: obtaining client machine id
>
> Hi,
>
> do you know if it is possible to obtain the client machine id of a Windows vServer via
> a Hyper-V hypercall? I would need an information to check vServer activations against
> our KMS.
>
> Hi Peter,
>
> WMI SoftwareLicensingService should be able to do it
> http://msdn.microsoft.com/en-us/library/cc534597%28v=vs.85%29.aspx
> Vadim.
Sorry, I don't see how to get this information via a Hyper-V MSR?!

Peter
>
>
> Thanks,
> Peter
>


-- 

Mit freundlichen Grüßen

Peter Lieven

...........................................................

   KAMP Netzwerkdienste GmbH
   Vestische Str. 89-91 | 46117 Oberhausen
   Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
   pl@kamp.de | http://www.kamp.de

   Geschäftsführer: Heiner Lante | Michael Lante
   Amtsgericht Duisburg | HRB Nr. 12154
   USt-Id-Nr.: DE 120607556

...........................................................

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] kvm/hyper-v: obtaining client machine id
  2013-10-28  7:50 [Qemu-devel] kvm/hyper-v: obtaining client machine id Peter Lieven
  2013-10-29  9:03 ` Vadim Rozenfeld
@ 2013-10-29 11:03 ` Gleb Natapov
  1 sibling, 0 replies; 5+ messages in thread
From: Gleb Natapov @ 2013-10-29 11:03 UTC (permalink / raw
  To: Peter Lieven; +Cc: Vadim Rozenfeld, qemu-devel@nongnu.org

On Mon, Oct 28, 2013 at 08:50:31AM +0100, Peter Lieven wrote:
> Hi,
> 
> do you know if it is possible to obtain the client machine id of a Windows vServer via
> a Hyper-V hypercall? I would need an information to check vServer activations against
> our KMS.
> 
Have not idea, sorry.

--
			Gleb.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] kvm/hyper-v: obtaining client machine id
  2013-10-29  9:40   ` Peter Lieven
@ 2013-10-29 12:11     ` Vadim Rozenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Vadim Rozenfeld @ 2013-10-29 12:11 UTC (permalink / raw
  To: Peter Lieven; +Cc: qemu-devel, Gleb Natapov

On Tue, 2013-10-29 at 10:40 +0100, Peter Lieven wrote:
> On 29.10.2013 10:03, Vadim Rozenfeld wrote:
> >
> > ----- Original Message -----
> > From: "Peter Lieven" <pl@kamp.de>
> > To: "Gleb Natapov" <gleb@redhat.com>, "Vadim Rozenfeld" <vrozenfe@redhat.com>, qemu-devel@nongnu.org
> > Sent: Monday, October 28, 2013 6:50:31 PM
> > Subject: [Qemu-devel] kvm/hyper-v: obtaining client machine id
> >
> > Hi,
> >
> > do you know if it is possible to obtain the client machine id of a Windows vServer via
> > a Hyper-V hypercall? I would need an information to check vServer activations against
> > our KMS.
> >
> > Hi Peter,
> >
> > WMI SoftwareLicensingService should be able to do it
> > http://msdn.microsoft.com/en-us/library/cc534597%28v=vs.85%29.aspx
> > Vadim.
> Sorry, I don't see how to get this information via a Hyper-V MSR?!
Yes, there is no such MSR. But you probably don't need it in any case.
If you need to collect CMIDs you can access WMI data on remote
computers. Alternatively, you can write a small application to obtain
CMID locally and pass it to host via virtio-serial port.

Vadim.
 
> 
> Peter
> >
> >
> > Thanks,
> > Peter
> >
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-29 12:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-28  7:50 [Qemu-devel] kvm/hyper-v: obtaining client machine id Peter Lieven
2013-10-29  9:03 ` Vadim Rozenfeld
2013-10-29  9:40   ` Peter Lieven
2013-10-29 12:11     ` Vadim Rozenfeld
2013-10-29 11:03 ` Gleb Natapov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.