LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-15-2008, 12:45 AM   #1
Corrado
Member
 
Registered: Aug 2004
Location: Washington
Distribution: RHEL
Posts: 174

Rep: Reputation: 16
Massive installations


There seems to be no mutually agreed upon way for configuring and deploying Linux on a massive scale.

I have to configure files beyond kickstart, add software (i.e rpm's, tar archives) and deploy this built to many machines.

So do you do this, or would do this?

I'd be curious to hear about different solutions.

Thanks,
Chris
 
Old 03-15-2008, 01:46 AM   #2
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
I guess it depends a lot on what you want to do with the systems... are they all to run identical images, say for a cluster computing project, or are they all to have different softwares installed and used as machines for desktop use?
 
Old 03-15-2008, 03:28 AM   #3
konsolebox
Senior Member
 
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248
Blog Entries: 8

Rep: Reputation: 235Reputation: 235Reputation: 235
the quickest way i know is create 1 working system.. tar up the files (not the root '/' directory, remount your root partition to another fs like /mnt/root) and copy it to another fs. you can use a livecd to transfer the files within a network. another option is that you can also use 'dd' to create an image of your partition. basically it's like this:
Code:
dd if=/dev/hda1 | gzip -9 -c > /pathtoothersys/hda1.gz
You can add more options to dd like 'bs=2M' or 'bs=8M' to speed up the copy operation.

Whether you use gz or bz2, it's just optional. I prefer gzip than bzip2 when it comes to larger files.

As more and more machines get the copy of the system, more and more copies can be made at a time .. for example it starts at 1 then became 2 then became 4 .. you know what i mean..

The configuration part is different though. Perhaps before you copy a working system.. Make sure the common configurations are already setup.

Last edited by konsolebox; 03-15-2008 at 03:31 AM.
 
Old 03-16-2008, 12:57 PM   #4
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
There is a specialised piece of software that will do this for you called SystemImager. Ideally the boxes should be pretty much identical in terms of hardware for this to work effectively.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I'm getting massive errors thep0et Slackware 11 10-03-2007 08:25 AM
Massive Boot Problem Gamezace Linux - Newbie 0 04-18-2004 08:14 PM
Massive SQL Query patpawlowski Programming 7 03-05-2004 04:24 PM
Logrotate uses massive resources Trd79 Linux - General 0 12-04-2003 11:57 AM
Massive Hits MrGreg Linux - Security 2 04-18-2001 09:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration