Be Open Source
Mastering clusters of Unix machines part2: the right tools
After working with unix for years, we noticed it is difficult to get a very uniform approach to unix management.
Often different Linux distributions share very little, configuration is different every time. Worst, some good unix tools (like cron, syslog, etc) can be used in a distributed environment, but are very difficult to configure, very user unfriendly and so on.
OpenPKG is a very clever stuff, because enable you to install multiple copies of the same software with minimal effort.
CFEngine is “an automated suite of programs for configuring and maintaining Unix-like computers.”
One of the strong ideas, is the cfengine ability to “self-repair” configuration, which brings with it the idea of “live” system.
On the FAQ we also read:
Cfengine does not inflict a model on you like most other tools for configuration. But it does inflict a security principle on you. Computers running cfengine never have to give up their autonomy to be part of a configuration collective. Pushing information to cfengine is strictly disallowed. Most users agree that this has kept cfengine users secure over the years.
Looking at “Automating UNIX and Linux Administration” you can find a deep description of these tools.
An older tool is kanif.
Related posts:
- Mastering clusters of Unix machines part1: the right VM One day, we have the need to create a fast cluster of linux machine, specialized and easy to segragate in...
- A very good hosting provider After my past experience with bad hosting provider, I am happy to say I have find a very good hosting...
- WebDAV versus Sshfs At Gioorgi.com we evaluted a internet file system common gateway for connecting network resources. We compared two solutions: a webdav...
| Print article | This entry was posted by Giovanni Giorgi on October 12, 2009 at 0:42, and is filed under English Content, IT Featured Content, Knowledgebase. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |