Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 1
_block_master187

Do you have a use for NetBoot? [WIP]

Question

Hi all,

Ever have a need for specialized machines running one program and one program only, but want to update these machines all at once, from a central point? Introducing NetBoot.

The idea of NetBoot is to eliminate the need for manually updating many computers running the same software for whatever purpose. When the computer boots, NetBoot is launched. NetBoot contacts the server, and checks for a version number of the program the machine is supposed to run. If that number is different than the version number of the program the computer has saved, the computer will download a copy of the new program for future use. The configuration stored on each machine specifies an "applet" (program) to use, which can be configured such that all of your NetBoot applets are stored on the same server and every client contacts that server after waiting in the queue (mentioned below).

The idea of checking the version number and downloading a copy is to not overwhelm the server every time clients power on, or wasting time and downloading a copy of the program every power cycle. The result of this caching is only downloading the entire program when there is an update. The program is compressed, associated files wrapped with it in a TAR file, and made available for client downloading. Should there be a large number of clients, a load balancing server will be contacted first, acting as a queue server for the network files. This all uses an implementation of ServerFS, which I have linked below. While not blazingly fast, it is easier than manually updating every one of your client computers. I am looking into faster solutions (Minitel seemed like a step in the right direction??) for networking, so if anyone can help please let me know. I am also curious about the Network Stack floppy available in the mod, I haven't a clue what it does and can't find any documentation about it.

Would you benefit from NetBoot? Once finished, it might be something I'm interested in releasing.

 

Link to post
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.