Gentoo Archives: gentoo-user

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Diskless nodes
Date: Tue, 21 Mar 2017 18:12:59
Message-Id: CAAD4mYg8+fVdYzD6-BWPH+EZD7MJBC0gjpfC7+Bp8wKXM7BfHg@mail.gmail.com
In Reply to: Re: [gentoo-user] Diskless nodes by thelma@sys-concept.com
1 On Sun, Mar 19, 2017 at 1:06 AM, <thelma@×××××××××××.com> wrote:
2 > The rdp might work. It would be best if I could by-pass the switch,
3 > since both VM's are running on the same Linux server.
4 >
5 > --
6 > Thelma
7 >
8
9 If you are using Windows I would strongly recommend using RDP. It is
10 integrated with the OS at the kernel level, and will give you the best
11 performance of all of the options available. Further if you are using
12 Hyper-V you can share resources in ways QEMU/KVM and Xen currently can
13 not. As a quick aside, this may get rid of your problem:
14 https://github.com/stascorp/rdpwrap. It will allow multiple concurrent
15 logins for Windows installations not licensed as a terminal server,
16 and may allow you to only run one Windows guest.
17
18 Based on how your original message and comments fit together it seems
19 like you might not need what you originally asked about. I would
20 suggest that using network booting for guests is best if you have
21 multiple computers that will be running multiple guests each and you
22 want to centralize storage somewhere. Otherwise, use QEMU's options to
23 copy-on-write with frozen boot media:
24 https://www.unixmen.com/qemu-kvm-using-copy-write-mode/. There are
25 other options which allow you to tweak behavior in the command for
26 running qemu-system or to use raw block devices.
27
28 Lastly doing any of this with Windows guests may be against
29 Microsoft's licensing terms. I don't know and I've looked into the
30 issue, as have other people; in all honestly Microsoft's lawyers might
31 not even know. What I do know is that if you want to support Windows
32 network booting and authentication (network booting and startup has
33 licensing as a core component, surprise!) you will need to do it their
34 way which involves, possibly, using their automatic installation tools
35 and running infrastructure servers like Domain Controllers. If all you
36 want to do is install Windows, however, you might look at this
37 https://technet.microsoft.com/en-us/library/2008.07.desktopfiles.aspx.
38 At the very least it might give you more information to go on.