hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Dedicated Server : Server 2008 R2, 64-bit + Imaging
Reply

Dedicated Server Current and past experiences with dedicated server providers, bandwidth, and server performance. Review managed and unmanaged dedicated web servers, discuss both Windows and Unix dedicated server solutions, and discuss dedicated hosting providers. If your service is unavailable, please click here.
Forum Jump

Server 2008 R2, 64-bit + Imaging

Reply Post New Thread In Dedicated Server Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 11-03-2011, 03:07 AM
leckley leckley is offline
Web Hosting Master
 
Join Date: Nov 2006
Location: USA
Posts: 957

Server 2008 R2, 64-bit + Imaging


Hi Guys,

I am looking for a way to fully customize Windows Server 2008 R2 64-bit and then deploy that custom image to multiple different hardware specifications.

I have looked at quite a few options, but most all only support using the image on identical hardware which is unfortunately a problem.

I am wanting to make quite a few changes to the OS + install software in order to cut down on the deploy times where we have to manually install things and customize for performance etc.

Anyone have a suggestion on how to do this?

Looking to do it via an ISO if possible as an imaging servers really isn't practical for the network topology.

Thanks!!

__________________
Lane Eckley (lane@staff.hypernia.com) ♦ Hypernia Corporation ♦
EconoPod - Web Hosting, Domains, Dedicated, Cloud, Game & Voice
SuperPod - Business & Corporate Services ♦ THE FUTURE OF THE CLOUD ♦

Australia | Africa | Brazil | Europe | Israel | Singapore | Turkey | USA

Reply With Quote


Sponsored Links
  #2  
Old 11-03-2011, 11:02 AM
zomgmike zomgmike is offline
Web Hosting Evangelist
 
Join Date: Nov 2007
Location: Worcester, MA
Posts: 455
I'm guessing that if you're asking this, slipstreaming is outside the scope of what you're looking for?

__________________
Mike Gazzerro | BudgetVM
BudgetVM OpenVZ and Xen VPS with SolusVM
Chicago, Miami, Dallas, Los Angeles, Amsterdam
VPS, Dedicated Servers, Dedicated Server Reseller Specialists.

Reply With Quote
  #3  
Old 11-03-2011, 11:20 AM
leckley leckley is offline
Web Hosting Master
 
Join Date: Nov 2006
Location: USA
Posts: 957
Quote:
Originally Posted by zomgmike View Post
I'm guessing that if you're asking this, slipstreaming is outside the scope of what you're looking for?
Indeed unless you know of an awesome slipstream tool - so far all the ones I have looked at do little more than get drivers on the disk.

I do not fancy the idea of trying to do it by hand.

__________________
Lane Eckley (lane@staff.hypernia.com) ♦ Hypernia Corporation ♦
EconoPod - Web Hosting, Domains, Dedicated, Cloud, Game & Voice
SuperPod - Business & Corporate Services ♦ THE FUTURE OF THE CLOUD ♦

Australia | Africa | Brazil | Europe | Israel | Singapore | Turkey | USA

Reply With Quote
Sponsored Links
  #4  
Old 11-03-2011, 11:27 AM
zomgmike zomgmike is offline
Web Hosting Evangelist
 
Join Date: Nov 2007
Location: Worcester, MA
Posts: 455
I haven't personally done it with 2008, but because you can do it with XP, I'd guess you can do it with 2008. I've done it with XP before and this is the tutorial I used (although it's been 6 years since I last visited this site.)

http://unattended.msfn.org/unattended.xp/

It's limited in scope to things that can be installed with a silent installer.

__________________
Mike Gazzerro | BudgetVM
BudgetVM OpenVZ and Xen VPS with SolusVM
Chicago, Miami, Dallas, Los Angeles, Amsterdam
VPS, Dedicated Servers, Dedicated Server Reseller Specialists.

Reply With Quote
  #5  
Old 11-03-2011, 07:18 PM
Maxnet Maxnet is offline
Web Hosting Guru
 
Join Date: Dec 2004
Posts: 300
Quote:
I am wanting to make quite a few changes to the OS + install software
What type of software do you need to have installed?

While disk imaging has it uses in deploying large number of identical CLIENT computers, you generally should NOT use it for server software.

The problem is that if you start the regular official installation procedure of commonly used hosting control panels like Plesk or standalone server applications, they usually automatically create extra user accounts on the system with random passwords for things like database access or internal frontend/backend communication.

However the moment you use disk imaging those passwords are no longer random, but exactly the same for all servers deployed.
This creates a security problem, especially if you intend to deploy the servers for use by customers instead of just for internal use.
A rogue customer could recover the password, and use it to access the databases located on other customers' servers.


Instead of using disk imaging, you should try to script the official installation procedures for the software you want to have installed.
E.g. write a batch script, that mounts the installation share contain the installation files with the "net use" command, and starts "setup.exe" with the right parameters for a silent installation.
Yes, that is manual work.


For more information on installing the base operating system itself in unattended mode, including things like adding extra drivers the right Google term is "Windows AIK"
Using the AIK requires quite some time to learn though.
So it's only worth doing if you have a lot of Windows systems to install.

__________________
Maxnet
Offering automated dedicated server provisioning software


Reply With Quote
  #6  
Old 11-04-2011, 01:49 AM
leckley leckley is offline
Web Hosting Master
 
Join Date: Nov 2006
Location: USA
Posts: 957
Quote:
Originally Posted by Maxnet View Post
What type of software do you need to have installed?

While disk imaging has it uses in deploying large number of identical CLIENT computers, you generally should NOT use it for server software.

The problem is that if you start the regular official installation procedure of commonly used hosting control panels like Plesk or standalone server applications, they usually automatically create extra user accounts on the system with random passwords for things like database access or internal frontend/backend communication.

However the moment you use disk imaging those passwords are no longer random, but exactly the same for all servers deployed.
This creates a security problem, especially if you intend to deploy the servers for use by customers instead of just for internal use.
A rogue customer could recover the password, and use it to access the databases located on other customers' servers.


Instead of using disk imaging, you should try to script the official installation procedures for the software you want to have installed.
E.g. write a batch script, that mounts the installation share contain the installation files with the "net use" command, and starts "setup.exe" with the right parameters for a silent installation.
Yes, that is manual work.


For more information on installing the base operating system itself in unattended mode, including things like adding extra drivers the right Google term is "Windows AIK"
Using the AIK requires quite some time to learn though.
So it's only worth doing if you have a lot of Windows systems to install.
Thanks for the feedback, security is not an issue and it is that we need to install a ton of machines where we want the OS, software + as many drivers to be identical.

This not only save a heck of a lot of time in deployment, but when needing to troubleshoot things everything is identical beyond the hardware and various drivers.

I believe I have a working solution at this point using sysprep + windows image server.

__________________
Lane Eckley (lane@staff.hypernia.com) ♦ Hypernia Corporation ♦
EconoPod - Web Hosting, Domains, Dedicated, Cloud, Game & Voice
SuperPod - Business & Corporate Services ♦ THE FUTURE OF THE CLOUD ♦

Australia | Africa | Brazil | Europe | Israel | Singapore | Turkey | USA

Reply With Quote
  #7  
Old 11-04-2011, 02:46 AM
Redstation Redstation is offline
Corporate Member
 
Join Date: Jan 2011
Location: UK
Posts: 85
A simple solution is to install windows to a VHD

http://blogs.technet.com/b/keithcomb...r-2008-r2.aspx

This means you can copy 1 file to any server and boot it.

__________________
Dedicated Servers - Colocation - UK Unmetered.

Redstation Limited, UK Registration 03590745.
Established Since 1998. 100% Network SLA. 24x7x365 Support.

Reply With Quote
  #8  
Old 11-05-2011, 04:30 AM
Cookiesowns Cookiesowns is offline
Premium Member
 
Join Date: Apr 2011
Location: Irvine, CA
Posts: 804
From my understand microsoft releases a tool to system builders or OEM's so that they can customize the ISO and AKA slipstream drivers into the install process. I've tried it, and it was quite deep in terms of what you can do.

I can't remember off the top of my head on what it is and what it is called, but if you look around google images for a systems builder CD box of windows 7 or server 2008, you should be able to find the link for it.

I think that's something you want to try out before seeking other alternatives

EDIT: Seems to be called the Microsoft OPK. This may or may not be the one I'm talking about, its since been over 2 years since I tried anything like so. USB flash with windows server or 7 loaded is my prefer to installing the OS

__________________
Joseph W.
Chief Technical Officer - MultiMinecraft
Quality Minecraft hosting solutions!


Last edited by Cookiesowns; 11-05-2011 at 04:34 AM.
Reply With Quote
  #9  
Old 11-06-2011, 05:47 AM
indianguru indianguru is offline
New Member
 
Join Date: Nov 2011
Location: India
Posts: 3
We can provide such solution.
Data center located at DE.
PM me for more info.

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
WTB SQL Server 2008 R2 Web (32-bit) single machine license for vps with windows 2003 farhan713 Software & Scripts Requests 3 05-26-2011 09:57 AM
CDONTS Windows Server 2008 / 64 bit anniesteephan Programming Discussion 1 04-26-2011 02:33 AM
Window 2008 R2 - Hard Drive Imaging and deployment devcon5 Systems Management Requests 2 09-19-2010 02:24 AM
Help - Persits Softwares and Windows 2008 64 bit triple Hosting Software and Control Panels 1 06-14-2009 08:19 PM
How many ram do i need for run Windows 2008 32/64 bit? szmulder VPS Hosting 9 03-05-2009 12:57 AM

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
Web Host OrcsWeb Offers Support for Windows Server 2012 Web Hosting News 2012-08-24 11:08:35
Cloud Migration Software Firm Racemi Joins Rackspace Cloud Tools Network Web Hosting News 2012-03-23 17:00:08
Web Host 1&1 Enhances Dedicated Server Line with 32 Core, 64 GB RAM Server Web Hosting News 2011-12-20 15:30:05
DiscountASP.NET Launches Free Beta for Microsoft SQL Server 2012 Hosting Web Hosting News 2011-12-13 22:02:03


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?