S
S
sevmax2010-11-26 16:29:09
Puppet
sevmax, 2010-11-26 16:29:09

Quick setup of multiple servers. How?

We rent physical servers from the host. Many servers must be configured identically.
Recommend what should be done for this: use solutions like puppet/chef or solutions from acronis?
Maybe a simple rsync between the directories of the configured server and the finished server?
Thank you.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
K
kekekeks, 2010-11-26
@kekekeks

I would raise the virtualization to Xen, and then just throw the image of the virtual machine where necessary. Installing Xen easily fits into a 5 line bash script.

B
bobahPhD, 2010-11-26
@bobahPhD

If you have a budget, it is better to choose Acronis.

K
kekekeks, 2010-11-26
@kekekeks

By the way, if the hoster gives something like a heztner's resque shell, then you can put a bzip-compressed disk image somewhere (before installation, it's better to fill everything with zeros so that it stings better), then mount via nfs or sshfs, after which This image is easy to fill in on the hard drive. It will turn out byte by byte, cheap and cheerful.
Well, or just roll up the file in tar.gz, deploy it on the server and make grub-intall from chroot, if we are transferring linux.

K
kekekeks, 2010-11-26
@kekekeks

Did you think about network loading, by the way?
Here's another option: we put a bare system, unpack the initrd, upload a script there that formats the partition, downloads the image and uploads it there, then mounts it as the root and continues loading, as if nothing had happened. We collect the initrd back, put it in /boot next to the kernel, edit the coarse settings. After each reboot, we get a brand new system in the most current version.

P
peter23, 2010-11-26
@peter23

DRBD

H
hybridcattt, 2010-11-27
@hybridcattt

Look towards Bacula

A
Alexander, 2010-11-27
@akalend

our admin assembled the package(s) from the required software,
then deployed this package(s) on each of the 40 servers

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question