How To Manage Your Servers With Rex - Best Practice
May 18, 2012, 13:00 (0 Talkback[s])
(Other stories by Jan Gehring)
(R)?ex is a server orchestration and configuration management tool. With (R)?ex you can manage all your boxes from a central point through the complete process of configuration management and software deployment.
In short words, Rex is like Make. There is a central Rexfile where you can define tasks. These tasks gets executed on remote machines over ssh. The tasks are written in plain perl.
In this guide I will use Subversion to manage all the Tasks. You can use any other SCM system as well, as long it supports something similar to Subversion's external directive. I'm using Ubuntu 12.04 but you can use other distributions as well.
Complete Story
Related Stories:
- eWeek: Levanta Software Aids PC Server Management(May 20, 2004)
- Puppet – server management made easy(Aug 03, 2010)
- Linux Server Management: Five Signs You're Doing It Wrong(Oct 09, 2009)
- BW: Plesk Inc. Launches New Web-based Tool to Simplify Server Management... Via Any Browser(Feb 29, 2000)
- LinuxWorld: Network server management made simple(Jun 20, 2000)
- Linux.com: Improving Server Management with Minicom and Conserver(Sep 07, 2006)
- Ignoring Files and Directories in Subversion for Easier Linux Server Management(Mar 09, 2010)
- internetnews.com: HP to Launch Linux Control Tower(Apr 20, 2006)
- ServerWatch: Covalent Releases Apache Management Tool
(Nov 12, 2001)
- eWeek: Open Country Seeks to Simplify Linux Management(Jul 13, 2004)