hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Colocation and Data Centers : OS Image Install Server
Reply

Colocation and Data Centers Find data centers, server hardware, bandwidth providers, and techniques for colocation purposes. Get advice on colocation web hosting, review providers and offer suggestions on choosing colocation hosting services and the right datacenter. If your service is unavailable, please click here.
Forum Jump

OS Image Install Server

Reply Post New Thread In Colocation and Data Centers Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 10-29-2008, 11:02 AM
Eleven2 Hosting Eleven2 Hosting is offline
web to the hosting talk
 
Join Date: Aug 2004
Location: Houston, TX
Posts: 1,343
OS Image Install Server

We are about to make a decent sized purchase of servers and in the past we have always just put a Centos DVD in the server and left there and booted to it if we ever needed to reload and it worked great.
But I wanted to find out from you guys if there is software/web base control panel or such that can reload the servers with whatever image we want through PXE or something along those lines?





__________________Eleven2 Hosting - Shared, Reseller and Managed Hosting, Done Right!180 Servers - Affordable Self-Managed Dedicated, Done Right
Contact me today: 1-866-ELEVEN2 x111 - aim: eleven2rodney

Reply With Quote


Sponsored Links
  #2  
Old 10-29-2008, 11:09 AM
datums datums is offline
Web Hosting Master
 
Join Date: May 2003
Posts: 1,148
take a look at kickstart and pxe





__________________ Datums Internet Solutions, LLCSystems Engineering

Reply With Quote
  #3  
Old 10-29-2008, 11:26 AM
eger eger is offline
Web Hosting Evangelist
 
Join Date: Feb 2004
Location: Bay Area, CA
Posts: 521
I have looked and couldn't find a solution that bundled PXE with an easy to use control panel for loading images to boot from. I started doing this myself using a mix of BINL, PXE, and SYSLINUX. I was able to get to the point of having a loader which presents a menu to boot from various Windows and CentOS images and did work. But there always ended up being certain hardware that didn't quite work right, a specific driver that might be missing for PXE, or other random hangs and crashes.
In the end the project got put on the back burner because it was just too unreliable when used over a broad range of hardware. Just having the data center stick a CD in the drive was much faster and simpler in the end.
I would be interested if there is any other linux based software to aid in automated remote installs though.

Reply With Quote
Sponsored Links
  #4  
Old 10-29-2008, 01:44 PM
cwl@apaqdigital cwl@apaqdigital is offline
Web Hosting Master
 
Join Date: May 2004
Location: Atlanta, GA
Posts: 3,619
Quote:



Originally Posted by Rodney-E2


We are about to make a decent sized purchase of servers and in the past we have always just put a Centos DVD in the server and left there and booted to it if we ever needed to reload and it worked great.
But I wanted to find out from you guys if there is software/web base control panel or such that can reload the servers with whatever image we want through PXE or something along those lines?


supermicro's IPMI solution does allow you to use "virtual media" over LAN to install any OS from the CD/DVD drive on your own local workstation via "IPMIVIEW" window. IPMI allows 2x virtual media devices (can be one CD drive for OS install disc plus one floppy drive for driver disk).





__________________
C.W. LEE, Apaq Digital Systemshttp://www.apaqdigital.comsales@apaqdigital.com






Last edited by cwl@apaqdigital : 10-29-2008 at 01:48 PM.

Reply With Quote
  #5  
Old 10-29-2008, 02:29 PM
Adam-AEC Adam-AEC is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: Canada
Posts: 935
Quote:



Originally Posted by eger


I would be interested if there is any other linux based software to aid in automated remote installs though.


Serverminds (from WHT) was working on a PHP script that would create pxelinux boot files and such.
Redhat has a product called Cobbler (https://fedorahosted.org/cobbler).

Reply With Quote
  #6  
Old 10-29-2008, 04:00 PM
Panopta Panopta is offline
Web Hosting Guru
 
Join Date: May 2007
Location: Chicago
Posts: 322
In my past life, we setup a complete system for automatically deploying servers based on Debian's FAI system (http://www.informatik.uni-koeln.de/fai/). After mapping a machine's MAC address to it's intended purpose, all you had to do was turn on the machine and it would PXE boot, find the FAI server and begin the installation. It took a little while to get everything setup, but once it was done it made imaging servers a snap - one time we racked several racks of machines and had them all imaged within minutes of the last one getting cabled.
According to the FAI website, it looks like CentOS and other RH-variants are supported now as well, so it's probably possible now to use FAI without converting to Debian.





__________________Panopta | Advanced Server Monitoring and Outage Management Solutions
Don't just track downtime. Do something about it.http://www.panopta.com | sales@panopta.com

Reply With Quote
  #7  
Old 10-29-2008, 06:00 PM
fastdeploy fastdeploy is offline
Web Hosting Master
 
Join Date: Apr 2004
Location: SF Bay Area
Posts: 875
Quote:



Originally Posted by Adam-AEC


Serverminds (from WHT) was working on a PHP script that would create pxelinux boot files and such.


Thanks for the plug It's called Fastdeploy and is very beta right now but you're welcome to look at it. I am working avidly on more or less a significant re-write and creating a completely new interface using ExtJS. The 0.3 beta is serviceable to automatically generate scripted PXE-based installs for RedHat, Fedora, Debian, Ubuntu, Windows and so on but takes a fair amount of configuration on a server to get it ready to serve up automated installs of several OSes. There is an install guide available here.
You might want to look at Ultimate Deployment Appliance, a VMware appliance that has similar functionality to Fastdeploy. As I write this I can't seem to get to their website but there's some info on VMware's community site and perhaps a way to download the VM.
It seems that NOCmonkey was killed off after PSoft bought them but perhaps pieces of it have been integrated into their other solutions.
Quote:


Redhat has a product called Cobbler (https://fedorahosted.org/cobbler).


Yes and they also have a Web/GUI interface for Cobbler called Spacewalk, which is the freeware/open source version of RedHat's SMS-workalike, Satellite. It performs automated PXE-based loads of RedHat and Fedora though I haven't actually tried it.
On the commercial side there's also Altiris and Acronis for image-based deployments and there's KACE, who develops an appliance for deployment called the KBOX - though, like Spacewalk and Microsoft's SMS/SCM solution, it also aspires to be a systems management solution in addition to an automated deployment solution.





__________________Serverminds High Performance Dedicated Servers and Colocation.Multi-core managed and unmanaged dedicated servers. High bandwidth colocation.
Visit www.serverminds.com or Yahoo/AIMerverminds MSN: sales@serverminds.com to learn more.

Reply With Quote
  #8  
Old 10-29-2008, 06:15 PM
eger eger is offline
Web Hosting Evangelist
 
Join Date: Feb 2004
Location: Bay Area, CA
Posts: 521
Very interesting stuff. Looks like I may have to bring back my project from the dead with these new applications to help assist

Reply With Quote
  #9  
Old 10-31-2008, 12:52 AM
senne senne is offline
Junior Guru Wannabe
 
Join Date: Feb 2007
Posts: 44
have done that before under gentoo,follow the gentoo wiki and not that hard at all
it's a shame that site is down,I'm wondering is the guy hosted that server in wht





__________________www.pc15w.com
What a 15w pc can do?

Reply With Quote
  #10  
Old 11-03-2008, 07:19 PM
x86brandon x86brandon is offline
Web Hosting Master
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 911
Another vote for Cobbler. I use a combination of Cobbler+CFEngine. It works great.





__________________
I <3 Linux Clusters

Reply With Quote
  #11  
Old 11-04-2008, 06:17 AM
KDAWebServices KDAWebServices is online now
Web Hosting Master
 
Join Date: Aug 2000
Location: Sheffield, South Yorks
Posts: 3,286
CentOS comes with everything needed from memory, pxeos is the command, not terribly difficult to use and you can use it with kickstart files if you need to.





__________________
Karl Austin :: KDA Web Services LimitedUK Web Hosting and Servers :: KDA Web Services Ltd.
Individual Solutions for Individual Customers - Ask for a personalised solution quote.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Web Host 1&1 Internet Adds Server Restoration Tool for Virtual Machines Web Hosting News 2012-11-07 15:45:16
NetHosting Improves Security, Performance with Updated Cloud Hosting Solutions Web Hosting News 2012-08-30 13:49:41
Web Host Server Cloud Canada Deploys HP Private Cloud Web Hosting News 2011-10-14 14:26:52
Web Host Infinitely Virtual Releases Virtual Desktop Service Web Hosting News 2011-08-18 17:43:07
Web Host SoftLayer Launches Public Image Repository for Cloud Templates Web Hosting News 2011-06-08 14:56:19


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?