Open Source Linux Server Provisioning Software
Server provisioning is nothing but load the Linux or UNIX like operating systems automatically with actual operating systems, device drivers, data, and make a server ready for network operation without any user input. Typically you select a server from a pool of available servers, load the operating systems (such as RHEL, Fedora, FreeBSD, Debian), and finally customize storage, network (IP, gateway, bounding etc), drivers, applications, users etc. Using the following tools you can perform automated unattended operating system installation, configuration, set virtual machines and much more. These software can be used to install a lot (say thousands) of Linux and UNIX systems at the same time.
1) Kickstart
From the official Redhat guide:
Many system administrators would prefer to use an automated installation method to install Red Hat / CentOS / Fedora Linux on their machines. To answer this need, Red Hat created the kickstart installation method. Using kickstart, a system administrator can create a single file containing the answers to all the questions that would normally be asked during a typical Red Hat Linux installation. Kickstart provides a way for users to automate a Red Hat Enterprise Linux installation.
Kickstart Configurator allows you to create or modify a kickstart file using a graphical user interface, so that you do not have to remember the correct syntax of the file.
Official Links :- Kickstart Installations
2) Fully Automatic Installation (FAI)
AI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large-scale infrastructures and clusters. It is a tool for fully automatic installation of Debian and other Linux Distributions such as Suse, Redhat, Solaris via network, custom install cd, or into a chroot environment. Some people also use it to install Windows.
FAI Features
1. Installs and updates Debian, Ubuntu, SuSe, RHEL, CentOS, Fedora, Mandriva, Solaris, etc
2. Centralized deployment and configuration management
3. Integrated disaster recovery system
4. Easy set up of software RAID and LVM
5. Installs XEN domains, VirtualBox and Vserve
6. Every stage can be customized via hooks
7. Full remote control via ssh during installation
AI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large-scale infrastructures and clusters. It is a tool for fully automatic installation of Debian and other Linux Distributions such as Suse, Redhat, Solaris via network, custom install cd, or into a chroot environment. Some people also use it to install Windows.
FAI Features
1. Installs and updates Debian, Ubuntu, SuSe, RHEL, CentOS, Fedora, Mandriva, Solaris, etc
2. Centralized deployment and configuration management
3. Integrated disaster recovery system
4. Easy set up of software RAID and LVM
5. Installs XEN domains, VirtualBox and Vserve
6. Every stage can be customized via hooks
7. Full remote control via ssh during installation
Official Links :- Fully Automatic Installation
3) Cobbler
Cobbler is a Linux provisioning server that centralizes and simplifies control of services including DHCP, TFTP, and DNS for the purpose of performing network-based operating systems installs. It can be configured for PXE, reinstallations, and virtualized guests using Xen, KVM or VMware. Again it is mainly used by Redhat and friends, but you can configure a PXE server to boot various non-RPM boot images such as Knoppix and other flavors of Debian such as Ubuntu.
There is also a lightweight built-in configuration management system, as well as support for integrating with configuration management systems like Puppet. Cobbler has a command line interface, a web interface, and also several API access options.
Cobbler is a Linux provisioning server that centralizes and simplifies control of services including DHCP, TFTP, and DNS for the purpose of performing network-based operating systems installs. It can be configured for PXE, reinstallations, and virtualized guests using Xen, KVM or VMware. Again it is mainly used by Redhat and friends, but you can configure a PXE server to boot various non-RPM boot images such as Knoppix and other flavors of Debian such as Ubuntu.
There is also a lightweight built-in configuration management system, as well as support for integrating with configuration management systems like Puppet. Cobbler has a command line interface, a web interface, and also several API access options.
Official Links :- Cobbler Installation
4) Spacewalk
Spacewalk is an open source (GPLv2) Linux systems management solution. It is the upstream community project from which the Red Hat Network Satellite product is derived. Spacewalk manages software content updates for Red Hat derived distributions such as Fedora, CentOS, and Scientific Linux, within your firewall. You can stage software content through different environments, managing the deployment of updates to systems and allowing you to view at which update level any given system is at across your deployment. A clean central web interface allows viewing of systems and their software update status, and initiating update actions.
Features:
1. Inventory your systems (hardware and software information)
2. Install and update software on your systems
3. Collect and distribute your custom software packages into manageable groups
4. Provision (kickstart) your systems
5. Manage and deploy configuration files to your systems
6. Monitor your systems
7. Provision and start/stop/configure virtual guests
8. Distribute content across multiple geographical sites in an efficient manner.
Spacewalk is an open source (GPLv2) Linux systems management solution. It is the upstream community project from which the Red Hat Network Satellite product is derived. Spacewalk manages software content updates for Red Hat derived distributions such as Fedora, CentOS, and Scientific Linux, within your firewall. You can stage software content through different environments, managing the deployment of updates to systems and allowing you to view at which update level any given system is at across your deployment. A clean central web interface allows viewing of systems and their software update status, and initiating update actions.
Features:
1. Inventory your systems (hardware and software information)
2. Install and update software on your systems
3. Collect and distribute your custom software packages into manageable groups
4. Provision (kickstart) your systems
5. Manage and deploy configuration files to your systems
6. Monitor your systems
7. Provision and start/stop/configure virtual guests
8. Distribute content across multiple geographical sites in an efficient manner.
Official Links :- Spacewalk Guide
5) OpenQRM
openQRM is the next generation, open-source Data-center management platform. Its fully pluggable architecture focuses on automatic, rapid- and appliance-based deployment, monitoring, high-availability, cloud computing and especially on supporting and conforming multiple virtualization technologies. openQRM is a single-management console for the complete IT-infra structure and provides a well defined API which can be used to integrate third-party tools as additional plugins.
Features
1. Complete separation of "hardware" (physical servers and virtual machines) from "software" (server-images)
Support for different virtualization technologies
2. Fully automatic Nagios configuration (single click) to monitor all systems and services
3. High-availability : "N to 1" fail-over
4. Integrated storage management
5. Distribution support - openQRM 4.x comes with a solid support for different linux distribution like Debian, Ubuntu, CentOS and openSuse. A single openQRM server can manage the provisioning of servers from those different linux distributions seamlessly.
openQRM is the next generation, open-source Data-center management platform. Its fully pluggable architecture focuses on automatic, rapid- and appliance-based deployment, monitoring, high-availability, cloud computing and especially on supporting and conforming multiple virtualization technologies. openQRM is a single-management console for the complete IT-infra structure and provides a well defined API which can be used to integrate third-party tools as additional plugins.
Features
1. Complete separation of "hardware" (physical servers and virtual machines) from "software" (server-images)
Support for different virtualization technologies
2. Fully automatic Nagios configuration (single click) to monitor all systems and services
3. High-availability : "N to 1" fail-over
4. Integrated storage management
5. Distribution support - openQRM 4.x comes with a solid support for different linux distribution like Debian, Ubuntu, CentOS and openSuse. A single openQRM server can manage the provisioning of servers from those different linux distributions seamlessly.
Official Links :- Openqrm Guide
This is truly good content and informative weblog, I praise what youve done here, along with sharing great material with excellent suggestions and concepts, Im truly pleased to post my comment on this weblog, many thank yous to the author.
ReplyDeletegks3-d.org |
A good informative post that you have shared and appreciate your work for sharing the information.
ReplyDeletewww.autoenergy-gr.com |
Most of the time I don’t make comments on websites, but I'd like to say that this article really forced me to do so. Really nice post!
ReplyDeletewww.sportscarrentalworld.org |
I am really enjoying reading your well written articles. It looks like you spend a lot of effort and time on your blog. I have bookmarked it and I am looking forward to reading new articles.
ReplyDeletequestschool1.com |
You should comment on the competition comparison of the blog. You can highlight it's mind boggling. Your blog exploration/tour will broaden your conversions.
ReplyDeletewww.echoparkhouses.com |
Generally I do not read article on blogs, but I wish to say that this write-up very compelled me to check out and do so! Your writing style has been amazed me. Thanks, very nice post.
ReplyDeletehttp://www.gcpmedicaltrials.com |
Thank you for another great article. Where else could anyone get that kind of information in such a perfect way of writing? I have a presentation next week, and I am on the look for such information.
ReplyDeletepm800 |
Superb article ,I really appreciated with it, This is fine to read and valuable pro potential,I really bookmark it, pro broaden read. Appreciation pro sharing. I like it
ReplyDeletewww.simpleteesusa.com |
Make gothic 1 and 2 worck on windows 7-8 witout crashing and on 1920/1080 resolution. An as in gothic 3 do a place where it saz latest patches instal this, this, this.
ReplyDeletehttp://www.workoutforhome.com |
I've started a totally client-side project with JSON calls to the server for data and jTemplates for rendering UI. Which was going great until I realised that google won't be able to index any of my site. What to do?
ReplyDeletewww.truehealthpublishing.com |
Very interesting article. I would love to read the book “Start with Why”, by Simon Sinek. I think he has taken a great topic to deal with. Teaching leaders to inspire others is a good idea to bring up a civilized society. Thanks for sharing. Keep posting.
ReplyDeletethefirmforpets |
You’ve got some interesting points in this article. I would have never considered any of these if I didn’t come across this. Thanks!.
ReplyDeleteBig Easy Auto Sales |
nike air max
ReplyDeletehermes birkin
michael kors uk
michael kors outlet online
mbt shoes outlet
coach outlet canada
air force 1 shoes
cheap jordan shoes
toms outlet
asics
louis vuitton handbags
pandora outlet
tiffany and co
michael kors uk outlet
michael kors handbags sale
michael kors outlet clearance
michael kors outlet sale
michael kors wallet
nfl jerseys wholesale
louis vuitton bags
michael kors canada
michael kors outlet online
michael kors sale
cheap oakley sunglasses
nike roshe run
louis vuitton outlet
louis vuitton bags
cheap mlb jerseys
nike air max 90
michael kors outlet online
oakley sunglasses
louis vuitton handbags outlet
ray ban sunglasses
cheap jordans
true religion jeans
20160406zhenhong
2018906 leilei3915
ReplyDeletemulberry outlet
michael kors outlet
coach outlet
fred perry polo
michael kors handbags
nba jersey
adidas outlet store
cheap nike shoes
christian louboutin
coach factory outlet