LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-22-2008, 09:42 AM   #1
phru
LQ Newbie
 
Registered: Nov 2006
Location: Austria
Distribution: RHEL 4 | HP-UX
Posts: 20

Rep: Reputation: 0
Server deployment


Hi all,

I have a general question to you. My server farm increases continuously and now I want to know how do you manage or deploy you server farms?

We use Red Hat EL 4 and I know that we could buy Red Hat Sattelite Server but it is quite expensive and therefore i'm searching for another solution.

At the moment i'm using serveral kickstart files for my deployment.

I haven't found anything in the forum and so i hope to receive some useful answers :-)

Cheers,
Phru
 
Old 02-25-2008, 10:38 AM   #2
timnp
Member
 
Registered: Feb 2008
Location: London
Distribution: FC8, FC9, Centos 4, Centos 5, Knoppix
Posts: 52

Rep: Reputation: 17
How many servers are we talking about? How regularly do you need to deploy new ones? Do they all run the same software or are they all different?
 
Old 02-25-2008, 11:01 AM   #3
Randall Slack
Member
 
Registered: Feb 2005
Location: Rotterdam, The Netherlands
Distribution: Debian - Ubuntu
Posts: 219

Rep: Reputation: 30
i know this is an obvious one, but did you try something like xen?
you can easily create generic images and deployment is pretty flexible.

have no idea about rh sattelite honestly, but other then the price i could not find any features missing that you can not do yourself, it will depend on your needs exacltly if its worth the price
 
Old 02-26-2008, 01:26 AM   #4
phru
LQ Newbie
 
Registered: Nov 2006
Location: Austria
Distribution: RHEL 4 | HP-UX
Posts: 20

Original Poster
Rep: Reputation: 0
Actually we have 45 Linux servers. I have to deploy 15 to 20 a year. There are running several applications but mostly I only have to deploy the server/system and the application will be deployed by the responsible carer.

I am moving forward to use vmware esx but I don't want to work with images because of the different RPM requirements.

My major goal is that I have several configuration sections and connect them with a few steps to one kickstart file.
 
Old 02-26-2008, 04:18 PM   #5
LongPig_Yum
LQ Newbie
 
Registered: Feb 2008
Posts: 4

Rep: Reputation: 0
I'm in the same boat. 20-40 servers a year. I use a repository server. It has the ISO images on it and my kickstart files. It also runs DHCP(required for remote kickstart).
I have to install RH3 and RH4 as AS or ES 32 or 64 .
When I build a new server, I just boot it from CD1 and do an NFS install from the repository. linux ks=nfs:10.1.1.1:/repo/kickstart/ks.cfg
With the kickstart file pointing it to the correct installation directory :
nfs --server=10.1.1.1 --dir=/repo/install/redhat4-64-ES
It takes me 12 minutes to install Linux. To update the packages later, I use up2date to download the RPMS on one server, but not install them. I copy them to to the repository and use html or NFS for installing them on the other servers with Yum. If I am installing a number of identical servers at once with a similar build, I just build one server and copy the disks. Most of my servers are Raid 1, so its a simple matter of pulling the 2nd disk out, replacing it with a blank one, and put the 2nd disk into another server and letting it sync. Make sure you get it right so you don't sync the blank disk onto the data disk. I also wrote a post build script that does all my SOE stuff. So after I have built a new server, I NFS mount the repository which has the script and all the required packages etc. and execute it. So to build a new server, as long as kickstart has all the partitioning info, I type one command to install Linux, NFS mount the repository, and run one command for the SOE. EASY.
 
Old 02-27-2008, 01:23 AM   #6
phru
LQ Newbie
 
Registered: Nov 2006
Location: Austria
Distribution: RHEL 4 | HP-UX
Posts: 20

Original Poster
Rep: Reputation: 0
I do it in nearly the same way. I have my source server which also contains my kickstart files. The kickstart files also contain some NFS mounts and scripts so that the basic configuration is done after the installation.

Further I have a repository server (mrepo) which provides the RPMs for the update.

What do you use for further configuration management?!

Thank you in advance.
 
Old 02-27-2008, 09:24 PM   #7
LongPig_Yum
LQ Newbie
 
Registered: Feb 2008
Posts: 4

Rep: Reputation: 0
Hi Phru ,
I know what you mean. We just had to roll out patches for all our servers to implement a daylight savings change. What a pain.
We are looking at a product called " managesoft " which you need to purchase .
We need to have something that can handle all the different flavors of Unix RH, centos, solaris, HP + windows.
 
Old 02-28-2008, 01:30 AM   #8
phru
LQ Newbie
 
Registered: Nov 2006
Location: Austria
Distribution: RHEL 4 | HP-UX
Posts: 20

Original Poster
Rep: Reputation: 0
I will have a look on that software. Maybe it's the right tool. I have to manage RHEL and HP-UX.

Thank you for the hint
 
Old 03-11-2008, 01:00 PM   #9
bbtg
LQ Newbie
 
Registered: Aug 2007
Distribution: RedHat Enterprise
Posts: 7

Rep: Reputation: 0
Although we have not tried it, the Redhat Cobbler info may help:
http://cobbler.et.redhat.com/
 
Old 03-12-2008, 04:11 AM   #10
phru
LQ Newbie
 
Registered: Nov 2006
Location: Austria
Distribution: RHEL 4 | HP-UX
Posts: 20

Original Poster
Rep: Reputation: 0
Hello,

thank you for your reply. The program looks pretty cool and I am going to test it.

Cheers,
Phru
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
deployment tools etim Linux - Server 1 08-29-2006 05:33 PM
IPv6 deployment MBH Linux - Networking 0 08-08-2005 09:51 AM
Packaging and Deployment VB lramos85 Programming 1 03-28-2005 11:44 AM
Image Deployment brokenflea Slackware 5 07-04-2004 02:41 PM
Deployment Software? Khabi Linux - Software 1 08-28-2003 02:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:54 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