premrajm at digilink.in
2010-Mar-24 12:54 UTC
[CentOS] centos Installation on Multiple machines
Hi, I want to install customized centos on multiple systems. Can PXE boot do that ? Apart from this is there any other way of doing image copy of centos OS and installing it on several client machines through network. I used clonezilla, but after image cloning, i will again have to use the clonezilla LIVE CD on client machine to do a image restore. I want to make a clone of centos OS and store it in a server and keeping installing it on multiple machines with same hardware features from network. Is this possible ? Thanks, Premraj M Disclaimer : This message is proprietary to Smartlink Network Systems Limited and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Smartlink Network Systems Ltd. accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. ______________________________________________________________________________ This email has been scrubbed for your protection by SecureMX. For more information visit http://securemx.in ______________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100324/13ad62b7/attachment-0002.html>
On Wed, 24 Mar 2010, premrajm at digilink.in wrote:> Hi, > > I want to install customized centos on multiple systems. Can PXE boot do > that ? > Apart from this is there any other way of doing image copy of centos OS > and installing it on several client machines through network. I used > clonezilla, but after image cloning, i will again have to use the > clonezilla LIVE CD on client machine to do a image restore. > > I want to make a clone of centos OS and store it in a server and keeping > installing it on multiple machines with same hardware features from > network. Is this possible ?You should look at https://fedorahosted.org/cobbler/ and kickstart. This will give repeatable automated installs over a variety of hardware. Regards, -- Tom Diehl tdiehl at rogueind.com Spamtrap address mtd123 at rogueind.com
premrajm at digilink.in a ?crit :> > Hi, > > I want to install customized centos on multiple systems. Can PXE boot > do that ? > Apart from this is there any other way of doing image copy of centos > OS and installing it on several client machines through network. I > used clonezilla, but after image cloning, i will again have to use the > clonezilla LIVE CD on client machine to do a image restore. > > I want to make a clone of centos OS and store it in a server and > keeping installing it on multiple machines with same hardware features > from network. Is this possible ? > > Thanks, > Premraj M > > > > Disclaimer : This message is proprietary to Smartlink Network Systems > Limited and is intended solely for the use of the individual to whom > it is addressed. It may contain privileged or confidential information > and should not be circulated or used for any purpose other than for > what it is intended. If you have received this message in error, > please notify the originator immediately. If you are not the intended > recipient, you are notified that you are strictly prohibited from > using, copying, altering, or disclosing the contents of this message. > Smartlink Network Systems Ltd. accepts no responsibility for loss or > damage arising from the use of the information transmitted by this > email including damage from virus. > This email has been scrubbed for your protection by SecureMX. For more > information visit securemx.in <http://securemx.in/> > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >you can also install from a custom usb key but if you really want to install it from PXE I can't help you :( -- Cordialement, / Greetings, Georghy FUSCO
premrajm at digilink.in wrote:> > Hi, > > I want to install customized centos on multiple systems. Can PXE boot do > that ? > Apart from this is there any other way of doing image copy of centos OS > and installing it on several client machines through network. I used > clonezilla, but after image cloning, i will again have to use the > clonezilla LIVE CD on client machine to do a image restore. > > I want to make a clone of centos OS and store it in a server and keeping > installing it on multiple machines with same hardware features from > network. Is this possible ?If the hardware is similar enough that you can use clonezilla and you have a lot of machines, set up drbl to pxe-boot into clonezilla with the server mounted to access the image storage: http://drbl.sourceforge.net/. There's a yum repo that works with rhel/centos. Unlike cobbler, etc., this will also work to clone other linux versions and windows. If the image is small enough, you can also build a self-booting DVD that contains clonezilla plus the imagae - or you can put them on a bootable USB device. -- Les Mikesell lesmikesell at gmail.com
On Wed, Mar 24, 2010 at 2:54 PM, <premrajm at digilink.in> wrote:> > Hi, > > I want to install customized centos on multiple systems. Can PXE boot do > that ? > Apart from this is there any other way of doing image copy of centos OS and > installing it on several client machines through network. I used clonezilla, > but after image cloning, i will again have to use the clonezilla LIVE CD on > client machine to do a image restore. > > I want to make a clone of centos OS and store it in a server and keeping > installing it on multiple machines with same hardware features from network. > Is this possible ? > > Thanks, > Premraj M > > > > Disclaimer : This message is proprietary to Smartlink Network Systems > Limited and is intended solely for the use of the individual to whom it is > addressed. It may contain privileged or confidential information and should > not be circulated or used for any purpose other than for what it is > intended. If you have received this message in error, please notify the > originator immediately. If you are not the intended recipient, you are > notified that you are strictly prohibited from using, copying, altering, or > disclosing the contents of this message. Smartlink Network Systems Ltd. > accepts no responsibility for loss or damage arising from the use of the > information transmitted by this email including damage from virus. > This email has been scrubbed for your protection by SecureMX. For more > information visit securemx.inHello, Take a look at http://www.howtoforge.com/setting-up-a-pxe-install-server-for-multiple-linux-distributions-on-debian-lenny. You can perform the same DHCP/tftp configurations on a CentOS machine and deploy multiple machines over the network. Cheers
Jobst Schmalenbach
2010-Mar-25 23:35 UTC
[CentOS] centos Installation on Multiple machines
You do not "really" need any utils to do this! Just install it on one machine onto ONE disk, do the "yum update" plus all the packages you need for the clones. Then use "rsync -avH source target" to make yourself the other copies (using THAT disk) preferable AFTER you booted into RESCUE mode on the target machine so you have your raid or whatever available. You can create the partitions while you are in that mode to copy the stuff into the correct locations or overwrite old directories. Fix up /etc/fstab to make up for the new partitions on the target machine. Reboot into rescure mode again and do a "mkinitrd PARMS" to setup the correct boot process and use grub-install to do the same. done, i do this all the time, new, old and upgrades. You can do the same with upgrades. Copy the OLD machine onto ONE disk reflecting the new fstab on THAT disk, put it into another machine and go into rescue mode to do the "mkinitrd", reboot, boot into rescue mode, chroot and do the upgrade. fix up all the errors. down the OLD machine, rsync everything you just update across. reboot into recue mode and do a mkintird and grub-install. done On Wed, Mar 24, 2010 at 06:24:02PM +0530, premrajm at digilink.in (premrajm at digilink.in) wrote:> Hi, > > I want to install customized centos on multiple systems. Can PXE boot do > that ? > Apart from this is there any other way of doing image copy of centos OS > and installing it on several client machines through network. I used > clonezilla, but after image cloning, i will again have to use the > clonezilla LIVE CD on client machine to do a image restore. > > I want to make a clone of centos OS and store it in a server and keeping > installing it on multiple machines with same hardware features from > network. Is this possible ? > > Thanks, > Premraj M > > > Disclaimer : This message is proprietary to Smartlink Network Systems Limited and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Smartlink Network Systems Ltd. accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. > > > ______________________________________________________________________________ > > This email has been scrubbed for your protection by SecureMX. > For more information visit http://securemx.in > ______________________________________________________________________________ >> _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos-- "XP: If you are nine years old you are just going to love it. If you're a few years older you'll resent the choking paternalistic atmosphere of vapid gee-whiz kiddie entertainment (babysitting), euphemism and fake-friendly bullying." | |0| | Jobst Schmalenbach, jobst at barrett.com.au, General Manager | | |0| Barrett Consulting Group P/L & The Meditation Room P/L |0|0|0| +61 3 9532 7677, POBox 277, Caulfield South, 3162, Australia