Z.E.N. Clone for Linux?
mwknight asks: "The school district where I work has servers that were patched together with different versions of Novell and NT over the past few years. Management is ready to start over and re-design our network from scratch using Novell 5 servers and Win95/98 clients. I would rather see us go with Linux for the servers, but my biggest opposition is Novell's Z.E.N. Works. Is there a Linux program that behaves similar to ZEN? Mainly something that can remote update software to Win95 boxes? "
http://www.pyzzo.com/pcrdist
So that's my experience with flaky ZEN. If you don't have any problems, then it's probably as sweet a package manager as the writing on the box makes it out to be. :)
PC-Rdist can manage the filesystems of 95/98/NT, as well as the registries. The way it works, you store an image on the server, that contains the filesystem and registry exactly how you want it, and then you have the workstations synchronize to that image. Since it's just file-sharing based, linux+smb will do the job.
Pyzzo software makes PC-Rdist.
I've never used Z.E.N. but for remotely installing software, how about a special samba share with the install files and a batch file? The workstations could run a program that keeps track of how long the screensaver has been up, and if its been idle more than x amount of time, it checks for new .bat files on the share, and runs them.
.rpm of the program, and put that on the server for distribution.
You could make this program as simple or as sophisticated as you please. I would look into programs that keep track of registry changes and installed files. Then you could install the software on a test machine, and prepare something analagous to a
Of course, you'd have to make damn sure that the maching serving this special directory isn't compromised, but you should be doing that anyway.
This was all kind of a spur of the moment type idea, but it seems workable. comments?