On 03/16/2017 03:31 PM, Rich Freeman wrote: > On Thu, Mar 16, 2017 at 3:02 PM, <the...@sys-concept.com> wrote: >> On 03/16/2017 05:58 AM, k...@aspodata.se wrote: >>> Thelma: >>>> Is anybody running Diskless machine, booting over network? >>>> How is the speed? >>> >>> I've done diskless before but it has been a few years since, >>> it was working just fine. Don't remember any specific issues >>> once you get it working. >>> >>>> I have a Gentoo machine running Windows7 via VM. >>>> I need to network another PC and connect to that VM so I was thinking >>>> setting up Diskless node but never done it before. >>> >>> You have to ask someone else about diskless MS-Windows. >>> >> >> I think I would "tax" the resources on the serving machine too much. I >> would need to run another VM-2 - Windows7 on the server that create >> access to VM-1 - Windows7 running the main program on the server. >> > > Can you clarify what you're trying to do? Are you looking to run > windows on a VM on a server as a "virtual desktop" and just access it > remotely from a diskless thin client using RDP or something like that? > If so there are a few options for this and it is actually a somewhat > normal configuration. Indeed you can still buy dedicated thin client > hardware that can be configured to do nothing more than boot up and > connect to your VM using RDP (or better still something like a Citrix > server). Often the thin clients just run linux and a citrix client, > but they could also run an embedded windows. They aren't really > diskless per se so much as flash-based but they aren't designed for > any kind of local storage other than their configuration. The main > advantage is that you don't have to worry about employees or such > storing data locally since they can't, and they use little power and > boot up really quickly and can't get viruses and such. The downside > is that they're a one-trick pony and these days there are better > options, like rolling your own with a Pi or whatever. > > Now, if what you want is a diskless linux client there are a bunch of > options. It might be used to run RDP and connect to a windows VM just > like a traditional thin client. Or it could just do whatever you'd > want to do with linux. I was PXE booting a mini-ITX linux box as a > mythtv frontend for years until the board died. Typically in this > configuration you'd serve the kernel and initramfs via PXE or similar > and then mount the root over nfs, but there are other options like > iSCSI or even just using a huge initramfs containing your whole OS. > > However, I'm not sure that is how I'd actually do it these days. A Pi > is dirt cheap, so I'd probably just use one of those and the OS is on > a flash disk. That makes it pretty easy to back up, and you could > install updates from another box. Doing it with Gentoo though would > be a little more painful. > > With my mini-ITX with an nfs root it was easier, since it was > Atom-based. I just updated the root filesystem from inside a chroot > on more powerful box. I just had to set an appropriate -march so that > it would run on both systems. That isn't quite as simple in the pi > example unless your build box is a compatible ARM server. You're > stuck cross-compiling everything otherwise.
On a remote network I run VM-Window7 a program (that uses mainly MySQL database). This program can be access only via Window7 or higher so any user who wants to have an access to that database has to run some Windows7 or higher. The main server that runs that program will be 8-core AMD with 16GB of RAM But I want to give an access to another user to that Windiws7 program, and I don't have a dedicated machine running Windows I run Windows via VM only. I have a small box Atom 2GB RAM 500GB SSD (running mainly asterisk, hylafax) but it will not run Windows7 not enough RAM, CPU-power etc. It will run Windows7 but painfully slow. When you star Windows7 on it you can go and have a coffee :-/ System uname: Linux-3.14.14-gentoo-x86_64-Intel-R-_Atom-TM-_CPU_330_@_1.60GHz-with-gentoo-2.3 (I'm in the process of upgrading it). So, instead of getting into trouble of making disk-less node I figure it out my Atom (small box) can access Main server via X2GO. I tested it on my local network and speed wise it works OK. Buy my computer is much faster than the Atom. So after upgrade I'll see how it will run. All boxes have gigabit network cards. So the user that runs small Atom box will access the main server via X2GO and start another VM-Wndows7 on it. My main sever can handle running two Windows7 via VM. I think this is best solution for now. -- Thelma