You are here:   Research
Register   |  Login
The quickest way to find articles is to use the below search option.

However, if you go to the end of this page, you also find the Blog archive (calendar format) that allows for browsing of older articles.

Search:

The Hydration Kit for ConfigMgr 2012 RTM is available for download

Apr 16

Written by:
4/16/2012 8:05 PM  RssIcon

Here is a download for deploying a complete ConfigMgr 2012 RTM infrastructure in either Hyper-V or VMware: One Domain Controller and one ConfigMgr 2012 RTM member server – Including pre-requisites like .Net Framework, SQL 2008 R2 SP1 CU6 (or higher) and IIS - all fully automated.

Once configured, the total build time for the full ConfigMgr 2012 RTM lab environment is about 1.5 hours (on my laptop).

Download the Hydration Kit for ConfigMgr 2012 RTM (315 kb).

Update 2012-05-11: The Hydration Kit has been updated to support the new SQL Server 2008 requirements for ConfigMgr 2012 that were published April 16, 2012

Update 2012-09-20: The Hydration Kit has been updated to support MDT 2012 Update 1 (since MDT 2012 RTM was removed from Microsoft downloads). Hardcoded values was also removed from all scripts, all settings are now read from the .ini files.

Update 2012-10-09: Fixed a bug in the Install Roles and Features action (causing IIS, BITS and RDC not to be installed).


Overview

To build the lab there are three steps you need to do

  1. Download the necessary software
  2. Prepare the hydration deployment solution
  3. Deploy your virtual machines

Detailed instructions are further down this page... see the Step-by-Step Guide section





The Task Sequence that builds the CM01 Server (Member Server with SQL, WDS, IIS and ConfigMgr 2012 RTM)


Step-by-Step Guide

Note: By default the Hydration is using the C:\ drive of the host, if you want to use another drive, simply change C:\ for D:\ in the powershell scripts.

Step 1 - Download the necessary software

On the machine (client or server) that you use to manage Hyper-V or VMware, create the C:\Downloads folder and download the following software (trial versions are ok too):

  • MDT 2012 Update 1
  • SQL Server 2008 R2 x64
  • SQL Server 2008 R2 SP1 Update x64 (KB 2528583)
  • SQL Server 2008 R2 SP1 CU6 Update x64 (KB 2679367)
  • Sysinternals BGInfo
  • ADK
  • Windows Server 2008 R2 Enterprise with SP1
  • ConfigMgr 2012 RTM
  • ConfigMgr 2012 RTM PreReqs

Note: to download the ConfigMgr 2012 pre-requisites, run the SMSSETUP\BIN\X64\Setupdl.exe application from the ConfigMgr 2012 installation files, specify a temporary download folder and click Download.

 

Running the Setupdl.exe to download the ConfigMgr 2012 PreReqs


Step 2 - Prepare the Hydration Environment

Create the hydration deployment share

  1. On the Windows machine that you use to manage Hyper-V or VMware, install ADK (adksetup.exe) selecting only the following components:
    1. Deployment Tools
    2. Windows Preinstallation Environment (Windows PE)
  2. Install the Microsoft .NET FrameWork 3.5.1 feature
  3. Install MDT 2012 Update 1 (MicrosoftDeploymentToolkit2012_x64.msi) with the default settings.
  4. Extract the HydrationCM2012RTM.zip sample file to C:\.
  5. You should now have the following folder containing a few subfolders and PowerShell scripts.

    C:\HydrationCM2012RTM\Source

  6. In an elevated (run as Administrator) PowerShell command prompt, configure Execution Policy in PowerShell by typing the following command:

    Set-ExecutionPolicy Unrestricted –Force

  7. In the PowerShell command prompt, change directory (CD or Set-Location) to C:\HydrationCM2012RTM\Source and create the hydration deployment share by running the following command:

    1_CreateHydrationDeploymentShare.ps1

  8. Merge the hydration kit content with the new deployment share by running the following command:

    2_MergeDeploymentShareWithHydrationKit.ps1


Populate the hydration deployment share with the downloaded files

  1. Copy the BGInfo file (bginfo.exe) to the following folder:
     
    C:\HydrationCM2012RTM\DS\Applications\Install - BGInfo\Source
     
  2. Copy the SQL Server 2008 R2 installation files (the content of the ISO, not the actual ISO) to the following folder:
     
    C:\HydrationCM2012RTM\DS\Applications\Install - SQL Server 2008 R2\Source
     
  3. Copy the SQL Server 2008 R2 SP1 x64 installation file (SQLServer2008R2SP1-KB2528583-x64-ENU.exe) to the following folder:
     
    C:\HydrationCM2012RTM\DS\Applications\Install - SQL Server 2008 R2 x64 SP1 (Update)\Source
     
  4. Copy the SQL Server 2008 R2 SP1 CU6 installation files (SQLServer2008R2-KB2679367-x64.exe) to the following folder:
     
    C:\HydrationCM2012RTM\DS\Applications\Install - SQL Server 2008 R2 SP1 CU6\Source
     
  5. Copy the ConfigMgr 2012 installation files to the following folder:

    C:\HydrationCM2012RTM\DS\Applications\Install - ConfigMgr 2012\Source

  6. Copy the ConfigMgr 2012 PreReq files to the following folder:

    C:\HydrationCM2012RTM\DS\Applications\Install - ConfigMgr 2012\PreReqs

  7. Copy the ConfigMgr 2012 EXTADSCH.exe file (SMSSETUP\BIN\X64) to the following folder:

    C:\HydrationCM2012RTM\DS\Applications\Configure - Extend AD for ConfigMgr 2012\Source
     
  8. Copy the .NET Framework installation file (dotNetFx40_Full_x86_x64.exe. found in the C:\tmp\prereqs folder) to the following folder:

    C:\HydrationCM2012RTM\DS\Applications\Install - NET FrameWork 4.0\Source
     
  9. Copy the Windows Server 2008 R2 SP1 installation image (install.wim, found in the Sources folder) to the following folder:
     
    C:\HydrationCM2012RTM\DS\Operating Systems\Windows Server 2008 R2 SP1 Eng x64

Create the hydration ISO (MDT 2012 Update offline media item)

  1. Using Deployment Workbench (available on the start menu), expand Deployment Shares, and expand Hydration CM 2012 RTM.
     
  2. Review the various nodes. The Applications, Operating Systems and Task Sequences nodes should all have some content in them.



    Deployment Workbench listing the hydration task sequences
     
  3. Expand the Advanced Configuration node, and then select the Media node.
     
  4. In the right pane, right-click the MEDIA001 item, and select Update Media Content.
     
    Note: The media update will take a while to run, a perfect time for a coffee break…
After the media update you will have a big ISO (HydrationCM2012RTM.iso) in the C:\HydrationCM2012RTM\ISO folder. The HydrationCM2012RTM.iso should be about 10 GB in size.


Step 3 - Deploy the virtual machines

Deploying DC01

  1. Using Hyper-V Manager or VMware Sphere, create a virtual machine with the following settings:
    1. Name: DC01
    2. Hard drive: 100 GB (dynamic disk)
    3. Memory: 1 GB
    4. Network: Your lab network
    5. Image file (ISO): C:\HydrationCM2012RTM\ISO\HydrationCM2012RTM.iso
  2. Start the DC01 virtual machine. After booting from HydrationCM2012RTM.iso, and after WinPE has loaded, select the DC01 task sequence.
  3. Wait until the setup is complete and you see the Hydration Complete message in the final summary.
  4. Leave DC01 running while deploying the other virtual machine (CM01).

Deploying CM01

  1. Using Hyper-V Manager or VMware Sphere, create a virtual machine with the following settings:
    1. Name: CM01
    2. Hard drive: 300 GB (dynamic disk)
    3. Memory: 6 GB (minimum, 16 GB RAM recommended)
    4. Network: Your lab network
    5. Image file (ISO): C:\HydrationCM2012RTM\ISO\HydrationCM2012RTM.iso
  2. Start the CM01 virtual machine. After booting from HydrationCM2012RTM.iso, and after WinPE has loaded, select the CM01 task sequence.
  3. Wait until the setup is complete and you see the Hydration Complete message in the final summary.

Additional Configuration Notes:

If you need to change server names, IP addresses, domain names, installation paths etc. in the environement, the main configuration is stored in the four .ini files in the HydrationISO\Content\Deploy\Control folder. You also need to update the following files in the HydrationDS\Applications folder

  • Install - ConfigMgr 2012\ConfigMgr2012Unattend.ini
  • Install - SQL Server 2008 R2\ConfigurationFile.ini



/ Johan

85 comment(s) so far...


Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Nice done Johan! Thanks alot! I will test it tonight. Wouldn't it be nice if "someone" made it work automatically with the USB-stick got at MMS :-)

By Joe on   4/17/2012 12:59 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Johan,

Running through this on Windows Server 8 hyper-V host. The DC01 install went fine. However the CM01 deployment failed at SCCM2012 install. It threw an error about the SQL version being unsupported. I noted an error during the SQL install, I think at the CU5 installation but it got past that. Perhaps CU5 failing is preventing SCCM2012 from installing. Any suggestions? Thanks,

Casey

By SDplinker on   4/18/2012 2:44 PM
Gravatar

I blew it

I extracted the SQL 2008 R2 SP1 files rather than using the single file download. So that install failed which meant CU5 failed and subsequently SCCM 2012 would not install. Going back to try and clean it up and build a new deployment ISO.

By SDplinker on   4/18/2012 4:22 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi,

One simple missing in action:
.\Applications\Configure - Open Firewall for SQL Server 2008 Communication seems to be missing, thus firewall open does not work.

Alex

By Alex on   4/22/2012 1:57 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Oupps, good catch.... and thanks for the heads up...

I have uploaded a new version that includes that script

/ Johan

By Arwidmark on   4/23/2012 1:11 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hello Johan,
Will the The Hydration Kit work with SQL 2012?

By jsanzo on   4/23/2012 5:06 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

FYI Step 2. Line 18. Should state C:\HydrationCM2012RTM\Source\2_CreateHydrationMediaItems.ps1
CM01 failed for me. Going to use the new script and try again.

By geekneck on   4/24/2012 10:06 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Thanks, I corrected the typo on line 18. There was an "s" missing in the name of the script.

/ Johan

By Arwidmark on   4/25/2012 12:54 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I keep getting a failure on the CM01 task sequence.
A VBScript runtime error has occurred:
Error: 13 = Type mismatch
VBScript code:
----------------
InitializeSummary

I did try with the latest scripts. Any thoughts? I am using Win8/Hyper-V

By geekneck on   4/25/2012 5:13 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Does it fail in the beginning? Did you configure the VM to use 4 GB of RAM or more?

Can you please mail the logs to me?

My mail address alias is my last name, and I'm using gmail :)

/ Johan

By Arwidmark on   4/25/2012 5:20 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I keep getting a failure on the CM01 task sequence.
A VBScript runtime error has occurred:
Error: 13 = Type mismatch
VBScript code:
----------------
InitializeSummary

I did try with the latest scripts. Any thoughts? I am using Win8/Hyper-V

By geekneck on   4/25/2012 5:27 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

It took me a couple tries to get this right, but I finally got it. Thank you so much Johan! This is awesome!!! My initial problems: DC01 would install fine, but kept failing to install SCCM on CM01. What got me was that I didn't actually exctract the SQLFULL_x64_ENU.exe and just dumped the exe into the Source dir. Duh. Then I realized I had the wrong SQL update file. Make sure to right-click the .wfs scripts in the C:\HydrationCM2012RTM\HydrationDS\Applications\Install - * and read what specific .exe the script is calling for, and make sure that it is what you have in the Source folder under the same Install directory. If anyone wants to give my ISO a try, here are the links (4 parts). I hope this is not breaking any forum rules. All software used in the ISO is evaluation-only (Server 2008 R2, SQL 2008 R2, SCCM2012 RTM) or free (MDT 2012, WAIK, all updates and prereqs).
www.4shared.com/rar/0NTX2hdP/SCCM2012RTM_Hydrationpart1.html
www.4shared.com/rar/SCt9ubMa/SCCM2012RTM_Hydrationpart2.html
www.4shared.com/rar/tmi4GUKt/SCCM2012RTM_Hydrationpart3.html
www.4shared.com/rar/z7ezx8CX/SCCM2012RTM_Hydrationpart4.html

By bartoszt on   4/25/2012 5:13 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I just realized that MS may not like me sharing the ISO with their software, even though it's evaluation-only, so i'm removing the links. Sorry about that.

By bartoszt on   4/25/2012 6:04 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Thanks for the feedback. I have updated the guide with instructions on what files to use exactly for the SQL Updates.

/ Johan

By Arwidmark on   4/25/2012 9:09 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Johan, just wondering. With your laptop are you able to use the MMS USB stick and build out a demo private cloud wtih 8 VMs? I don't have acces to "real" hardware in terms of blades and SANs but I have a HP Elitebook 5860w with 16GB RAM that I can add SSDs to. Just wondering if you've tried this. I really want to get it going so I can learn and prep for exams. Thanks, and thanks for the pic at MMS!

By rroman on   4/26/2012 10:06 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

That was supposed to be HP 8560w by the way, typo ;-)

By rroman on   4/26/2012 10:08 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

That was supposed to be HP 8560w by the way, typo ;-)

By rroman on   4/26/2012 10:14 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hey there. I built DC01 just fine and then didn't have enough physical RAM when I went to build CM01. I shut down and added the RAM, but now when I boot the DC I don't know the password!

Is it something simple? Should I start over? I'm going to kick off the CM01 again, since I don't think I need to login to the DC, it just needs to be there.

Awesome job Johan!

By Vargar on   4/26/2012 11:20 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I got the DC built, but the CM deployment is failing, complaining about an unsupported version of SQL server. The first time I tried it, I used all the versions of the MMS2012 USB stick - SQL 2008 R2, SP1, CU4. Then I noticed that Johan's kit used CU5, so I tried with that instead, but still now joy. technet.microsoft.com/library/gg682077.aspx#BKMK_SupConfigSQLDBconfig says that CU6 is needed. What CU are you guys getting it deployed with?

By netdude on   4/26/2012 12:43 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I have not tested the MMS USB stick so I don't know, but I doubt it...

/ Johan

By Arwidmark on   4/26/2012 6:13 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

The password is P@ssw0rd, it's listed in the CustomSettings.ini file of the media item (deployment share).

/ Johan

By Arwidmark on   4/26/2012 6:14 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

The SQL Supported Configuration docs was updated yesterday with the new CU 6 info... the setup itself does not require it. When SCCM 2012 was released the offcial word was CU4 or higher. Go in to SQL Management Studion and check your version number, either in the Help / About menu, or by running SELECT @@VERSION in a query. CU 5 is version 10.50.2806.0.

I will update the kit with the new CU6, but the current kit does work as well.

/ Johan

By Arwidmark on   4/26/2012 6:34 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

So, I figured it out. The hydration kit is looking for the single exe (i.e. SQLServer2008R2SP1-KB2528583.exe) for both SP1 & CU5. The content on the MMS2012 USB stick has the extracted contents of those files. So, the USB stick won't work directly with the hydration kit without some changes.

This is really sweet, Johan. I also learned a little MDT troublshooting skills working it out. Thanks!

By netdude on   4/26/2012 8:04 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I made i work the first time ,but i extracted the SQL SP1 and CU5 so i had the remake it. But now when i boot the new iso i have to fill in computer name ,domain mm.

Have tryed to delete everything and start over but i still get same problem.

By koda on   4/26/2012 9:27 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hey Koda, I made this mistake also, not saying that is what is happening to you but sounds similar to my symptoms. I did not change the boot ISO in the Hyper-V host to boot the newly created ISO.

Silly me!!

By AdvR on   4/27/2012 11:57 PM
Gravatar

Difficulties with SQL installation automation

Hi Johan,

I was at the MMS-2012 conference and enjoyed the sessions you provided. I am having difficulties when the Hydration gets to the SQL 2008 R2 installation. Simply put it does not seem to install at all. I have followed the provided documentation several times, starting from scratch several times but no joy. I did capture a the smsts.log after the installation of 2008R2, 2008R2 SP1, and the 2008R2 CU5 update.

I have looked at this log with CMTrace but I am not sure any error is displayed. I believe this may be an error with statement of "No condition is associated with the step."

Environment:
Hyper-V VM w/ 5192 memory, specified 300 GB dynamic disk space, 4 x processors specified in VM settings.

Please let me know if you wish me to mail the log file.

Any help would be appreciated.

By AdvR on   4/28/2012 8:16 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi AdvR

Check the SQL installation log file in the main sql installation directory... also each of the SQL installation scripts have its own log file.

/ Johan

By Arwidmark on   4/29/2012 12:05 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi jsanzo

No, the Hydration kit does not work with SQL 2012, SCCM 2012 does not yet support SQL 2012.

/ Johan

By Arwidmark on   4/29/2012 12:06 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Johan,

Saw someone else with a 0x000000f boot error trying to boot the media. I can't seem to see that comment anymore. Did he manage to solve it? I've followed the instructions twice and get the same error - tried booting on Hyper-V and Virtualbox. Thanks
/Deon

By deontaljard on   4/30/2012 3:39 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

This is working great for me. I do have one question about the static ip addressing for the servers. Where does this get set? I have an existing isolated network that I am using through my VMware cluster and would like to adjust the static ip addresses to match. Thanks for the effort on this blog!

By Thunderbird311 on   4/30/2012 5:18 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

This is working great for me. I do have one question about the static ip addressing for the servers. Where does this get set? I have an existing isolated network that I am using through my VMware cluster and would like to adjust the static ip addresses to match. Thanks for the effort on this blog!

By Thunderbird311 on   4/30/2012 5:22 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

This is working great for me. I do have one question about the static ip addressing for the servers. Where does this get set? I have an existing isolated network that I am using through my VMware cluster and would like to adjust the static ip addresses to match. Thanks for the effort on this blog!

By Thunderbird311 on   4/30/2012 5:30 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

After posting, I found a customsettings_DC01.ini and customsettings_CM01.ini at C:\HydrationCM2012RTM\Source\Media001\Control. Do I just need to update the network settings in these files before booting each server to the Hydration iso?

Also, sorry for the multiple posts of my original question. Apparantly, you can't just refresh immediately after posting a comment or it will post it again!

By Thunderbird311 on   4/30/2012 5:37 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

So I guess I need to read more closely next time. Johan covered this in the 'Additional Configuration Notes' at the end of the blog. Thanks!

By Thunderbird311 on   4/30/2012 9:26 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

No i seems to have an other problem. I have reinstalled all on a new server and still get no lite touch iso when i build it. Any other idees ?

By koda on   5/1/2012 9:33 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Good stuff! So, I haven't tried this yet, but it looks like a good solution or atleast part of a solution for an upcoming project I have. However, I think I should get some opinions first. In essence the project is going to be to deploy over 400 servers (probably Core Enterprise) 2008R2 boxes with 7 Hyper-V VMs, as follows: 2 SCCM 2012 servers; 2 'normal' Server 08R2 w/ 3rd party sofwtare & possibly SQL 08 (not sure yet); 2 Linux boxes with Casper appliance (unknown yet what specific OS); and 1 Windows 7 Enterprise (also with specialized 3rd Party software). As can be guessed, in each case where there are 2 of the same VMs these will each be joined to a different domain. So, my thought was to basically create an an image of the Server 08 w/ Hyper-V, then use Hydration as post-image task(s).

What are some thoughts?

By ctwyatt on   5/4/2012 7:22 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Good stuff! So, I haven't tried this yet, but it looks like a good solution or atleast part of a solution for an upcoming project I have. However, I think I should get some opinions first. In essence the project is going to be to deploy over 400 servers (probably Core Enterprise) 2008R2 boxes with 7 Hyper-V VMs, as follows: 2 SCCM 2012 servers; 2 'normal' Server 08R2 w/ 3rd party sofwtare & possibly SQL 08 (not sure yet); 2 Linux boxes with Casper appliance (unknown yet what specific OS); and 1 Windows 7 Enterprise (also with specialized 3rd Party software). As can be guessed, in each case where there are 2 of the same VMs these will each be joined to a different domain. So, my thought was to basically create an an image of the Server 08 w/ Hyper-V, then use Hydration as post-image task(s).

What are some thoughts?

By ctwyatt on   5/4/2012 7:45 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Deploying servers using a base image and a post-installation task sequence as a template is great... we use that all the time for our various server roles that we have...

/ Johan

By Arwidmark on   5/4/2012 10:16 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

If you get Error: 13 = Type mismatch its because you didn't add enough RAM ( 4 GB) to the virtual machine... The MDt 2012 Valdiation is a bit broken...

/ Johan

By Arwidmark on   5/4/2012 10:45 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Johan,

first of all I'd like to thank you so much for this great stuff!

I tried to change the domain name and noticed that your default domain (the dc=deploy,dc=net) is written hard coded inside the script "Configure-CreateADStructures.vbs" so the OUs didn't get created in my environment.

Maybe you'd like to change this.

Best regards,
Bernd

By berndw on   5/15/2012 10:03 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Bernd,

Thanks for the tip, I'll update the instructions for now...

/ Johan

By Arwidmark on   5/15/2012 11:43 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Johan,

found another one. The domain name is also included in your SCCM 2012 unattended - file (ConfigMgr2012Unattend.ini).
SDKServer, ManagementPoint and DistributionPoint values needs to be updated.

Best regards,
Bernd

By berndw on   5/15/2012 11:52 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Yep, also in the SQL ConfigurationFile.ini

/ Johan

By Arwidmark on   5/16/2012 12:13 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Johan!

My problem is a test laptop with only 4GB physical memory. Is it posible to change some ini-file to get the CM01 installation work with 2,5GB memory? DC01 installaion works 100%
Thanks for your good work with this hydration kit!!!
Tack för info/Thanks for info!
// Per

By pschwartz on   5/16/2012 12:36 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

You should have a minimum 16 GB of RAM on the host, even for a small Lab and Test environment. I'm currently upgrading my lab servers to 32 GB RAM to run a more production like environment. We still use only 16 GB RAM for trainings though, and that works fine...

I have been running the CM01 machine virtual machine with as low as 6 GB of RAM for lab and test, but its not pretty. Currently I'm running CM01 with 10 GB of RAM and it's pretty ok even though I'm under the minimal requirements for the product.

If you have super-fast disks (SSD's), and a very,very small testlab, you might get away with 8 GB (1 GB for DC01, 3-4 GB for CM01 and 2-3 GB for two test clients and 1 GB for your host).

/ Johan

By Arwidmark on   5/16/2012 1:16 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi,

first of all thanks for this great Article ! Well Done !
Is there any reason, why the automatic VM creation Powershell script which was included in the SCCM 2007 Hydration Kit has been removed?

Thanks

Stefan

By chappy on   5/29/2012 1:57 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Only for simplicity and flexibility... You can still run the script to create the vm's but it turned out being too limiting for people connecting a task sequence for a given mac address.

/ Johan

By Arwidmark on   5/29/2012 11:12 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

May i ask how you managed to get the progress bar showing percentage and time left during Task Sequence Step "Install Operating System"?
If i create task sequences within MDT2012 it switches from the progress bar to the standard Windows Setup Screen?
I already posted that question in Technet, maybe you can help me out?

social.technet.microsoft.com/Forums/en-US/mdt/thread/4457d747-b2d2-4428-ae9f-9facbde6d5d2

thanks a lot.

Stefan

By chappy on   5/31/2012 2:14 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

The additional progress info is new in MDT 2012 when configured to use imagex for deployment. E.g. when not adding the setup files.

/ Johan

By Arwidmark on   6/4/2012 12:24 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Johan, thanks for awesome work, you rock!

I got a question regarding the “Configure-SetADPermissionsForConfigMgr2012.wsf” script.

When I run this script it adds computer permission to “System Management” OU, but it does only add “Full control” to “This object only”.

Is there any way to modify the script to set “Full control” permission for “This object and all descendant objects” for the computer account its adding?

Thanks!

By regicide on   6/13/2012 6:00 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I am having trouble with the DC build I get an error about the DISM.exe. -2147467259 any ideas what I might have done wrong? thanks in advance. I am running windows 8RP using hyper v to build these out.

By babernathy on   6/13/2012 7:19 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Impossible to say without the log files... send me the logs (alias is my last name, and I'm using gmail).

/ Johan

By Arwidmark on   6/17/2012 10:55 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I figured it out. I had the wrong version of OS for the install.wim file..

By babernathy on   6/19/2012 4:34 AM
Gravatar

Hydration Kit for ConfigMgr 2012 RTM with Windows Server 2012 RC

Hi Johan,

first of all I need to thank you for this great Article and the work done ! Very Well Done !

May I ask a silly question since I´d just started with MDT / SCCM at all. But is it possible to explain shortly how to integrate Win Server 2012 as SCCM and DC OS?

Thanks a lot
ASC

By asc on   6/22/2012 8:52 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Windows Server 2012 is not supported as a host OS for SCCM, and deployment of Windows Server 2012 Release Candidate (build 8400) is not supported until MDT 2012 Update 1 and SCCM 2012 SP1 (both currently in beta/CTP).

Technically you can get Windows Server 2012 Release Candidate deployed using MDT 2012 if you update the unattend.xml file, but I recommend wait testing this in lab until the beta version of MDT 2012 Update 1 is released.

/ Johan

By Arwidmark on   6/23/2012 7:22 AM
Gravatar

Is 600 GB really necessary?

They say you shouldn't bite the hand that feeds you, but i think that 600 GB in total for both machines is way too much and massively overspec'd.

The ISO fails when the disks are not large enough. Can you tell me how

In our VM setup we dont use expanding disks due to the difficulties in managing the storage, i can make an exception to use this very helpful tool to setup the lab, but can you tell me how i can easily reduce the disk size that is required for the two machines - particularly the DC which needs way less space than 300 GB.

Thanks for any help, and thanks again for sharing you scripts and setup!

By MikhailCompo on   6/26/2012 2:08 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

You can easliy run the DC on just 100 GB, I have updated the article to reflect that, good point, thanks... But I do recommend to dedicate at least 200 GB for the data volume of CM01... you will need it if you want to do somewhat larger testings..

For production environments, our configmgr site server have 6 disk arrays for a total of 700+ GB.

/ Johan

By Arwidmark on   6/27/2012 5:31 AM
Gravatar

PASSWORD

It might be worth me mentioning for UK keyboard users (or other non-US keyboards), the password of P@ssw0rd is:

[Shift+p]
[Shift+2]
ssw
[zero]
rd

On a UK keyboard the second character would normally be Shift+'

Johan - is that something that can be altered prior to OS install, or something the OS prompts for maybe? Sysprep as final step perhaps?

Its not a biggy at all.

By MikhailCompo on   6/28/2012 8:47 AM
Gravatar

No Error Messages, but No SCCM 2012 Installed? :(

Well now that i have had time to start to look at ConfigMgr itself, I realise that its not installed on CM01 at all!

Can I check that I have the correct installation media for configmgr? Using MVLS, i have downloaded the ISO Sys_Ctr_ConfigMgrClt_ML_2012_MultiLang_Client_SCEP_MLF_X17-95285 - it is that I have extracted to [x]:\HydrationCM2012RTM\HydrationDS\Applications\Install - ConfigMgr 2012 RTM\Source

Is that correct? Do i not need the unified installer, app controller? vmm manager etc?

By MikhailCompo on   6/28/2012 9:46 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

You can change the password by modifying the AdminPassword=P@ssw0rd line in CustomSettings.ini (Media001/Control folder)

As for the setup issue, check the ConfigMgrSetup.log and Install-ConfigMgr2012.log files on CM01.

Most common reason for ConfigMgr setup failing is that SQL did not installed correctly due due missing or incorrect installation files for SQL.

/ Johan

By Arwidmark on   6/28/2012 1:24 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

The Configure-SetADPermissionsForConfigMgr2012.wsf adds one set of permissions for full control on the System Management container and another set of full control for all descendant objects.

/ Johan

By Arwidmark on   7/2/2012 9:07 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi, Can anyone tell me why I got the following errors after the DC01 task sequence finished? Is it becasue I did not select anyoperating system roles at the start of the task sequence?
Do I need to selct roles for CM01 or are these added through the task sequence.

FAILURE (9002 ) Unable to locate the selected set of roles in ServerManager.xml
(OSRolelndex =)
Lrtetouch deployment failed, Return code = 2147467259 0x80004005
Failed to run the action: install - ADDS
DNS server failure. (Error 0000232A Source: Windows)
The execution of the group (Install Active Directory) has failed and the execution has been aborted. An action failed.
Operation aborted (Error 80OO4OO4 Source: Windows)
Failed to run the last action: Install - ADDS. Execution of task
DNS server failure. (Error 0000232k Source: Windows)
Task Sequence Engine failed Code: enExecutionf ail
Task sequence execution failed with error code 80004005
Error Task Sequence Manager failed to execute task sequence Code 0x8004005
Finishl *1

By Emmetd on   7/11/2012 4:04 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi, Can anyone tell me why I got the following errors after the DC01 task sequence finished? Is it becasue I did not select anyoperating system roles at the start of the task sequence?
Do I need to selct roles for CM01 or are these added through the task sequence.

FAILURE (9002 ) Unable to locate the selected set of roles in ServerManager.xml
(OSRolelndex =)
Lrtetouch deployment failed, Return code = 2147467259 0x80004005
Failed to run the action: install - ADDS
DNS server failure. (Error 0000232A Source: Windows)
The execution of the group (Install Active Directory) has failed and the execution has been aborted. An action failed.
Operation aborted (Error 80OO4OO4 Source: Windows)
Failed to run the last action: Install - ADDS. Execution of task
DNS server failure. (Error 0000232k Source: Windows)
Task Sequence Engine failed Code: enExecutionf ail
Task sequence execution failed with error code 80004005
Error Task Sequence Manager failed to execute task sequence Code 0x8004005
Finishl *1

By Emmetd on   7/11/2012 4:47 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I have also got the similar error when CM01 finished.

this one says Failed to run the last action: Install - WDS. Execution of task sequence failed.


By Emmetd on   7/11/2012 4:50 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I have also got the similar error when CM01 finished.

this one says Failed to run the last action: Install - WDS. Execution of task sequence failed.


By Emmetd on   7/11/2012 5:09 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Mikhail, the Sys_Ctr_ConfigMgrClt_ML_2012_MultiLang_Client_SCEP_MLF_X17-95285 appears to be client language packs only, you need to ConfigMgr 2012 ISO

/ Johan

By Arwidmark on   7/18/2012 9:29 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

The only thing that comes to mind is may be wrong version of Windows Server 2008... I have only tested the sequences with Windows Server 2008 R2 and Windows Server 2008 R2 SP1

/ Johan

By Arwidmark on   7/18/2012 9:31 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

ABOUT THIS:
Additional Configuration Notes:

If you need to change server names, IP addresses, domain names etc. in the environement, the main configuration is stored in the four .ini files in the Source\Media001\Control folder. If you change the domain you also need to update the following files (thanks Bernd for reminding me).

HydrationDS\Applications\Configure - Create AD Structure\Configure-CreateADStructures.vbs
HydrationDS\Applications\Install - ConfigMgr 2012\ConfigMgr2012Unattend.ini
HydrationDS\Applications\Install - SQL Server 2008 R2\ConfigurationFile.ini
----------------
You have to edit this too:
HydrationDS\Applications\Configure - Set AD permissions for ConfigMgr 2012\Configure-SetADPermissionsForConfigMgr2012.wsf
This row:strFullComputer = UCase(objADS.DomainShortName & "\CM01$")
Change CM01 to the name of your own server

By Binkan on   8/22/2012 9:54 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Thanks for the comment, I have updated the article...

/ Johan

By Arwidmark on   8/23/2012 10:18 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi,

if i would like to add a group name e.g SCCM-Siteservers to the system management container instead of directly adding CM01 how would this be done in the Configure-SetADPermissionsForConfigMgr2012.wsf script?

thanks in advance for any help.

Charles

By Charles on   8/28/2012 11:19 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Sure, you can modify the script to add a group instead of the site server name

/ Johan

By Arwidmark on   8/30/2012 4:07 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

johan
how are you? I hope everything is well with you.
quick question. I follow step by step the configuration above. I am able to mount the iso on my VM boot up the litetouch and go thru the configuration.
I choose the DC1, but when i get to the Roles and features I can see the whole list, but none of the boxes are checked. Does it supposed to be already configured or we need to check the boxes to configured the DC1.Also the application wizard page none of the boxes are checked either.
I've done this configuration twice and I get the same result.
please can you give me some advice on how to make it work.
thanks
Jorge

By jorgelizarzaburu on   9/4/2012 10:02 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

johan
how are you? I hope everything is well with you.
quick question. I follow step by step the configuration above. I am able to mount the iso on my VM boot up the litetouch and go thru the configuration.
I choose the DC1, but when i get to the Roles and features I can see the whole list, but none of the boxes are checked. Does it supposed to be already configured or we need to check the boxes to configured the DC1.Also the application wizard page none of the boxes are checked either.
I've done this configuration twice and I get the same result.
please can you give me some advice on how to make it work.
thanks
Jorge

By jorgelizarzaburu on   9/4/2012 10:21 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

This kit was created and tested on MDT 2012 RTM, you are using MDT 2012 Update 1 :)

Should work fine anyway, just add in SkipRoles=YES in the customsettings.ini file in the HydrationISO structure.

/ Johan

By Arwidmark on   9/5/2012 3:48 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi everyone,

Similar to a posting several lines above, at the completion of the install, it fails. I added the SkipRoles=YES, and it no longer prompts at the start now for roles, but still fails the same way. I notice that it is complaining of a dns failure, and also in looking at the ts.xml on DC01 do not see any entry to install dns, even though the config itself on the image selection screen says it sets up the DC with dhcp and dns. The OS image is from en_windows_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_x64_dvd_617601.iso. It identifies as 2008R2 Enterprise once installed.

FAILURE (9002 ) Unable to located the selected set of roles in ServerManager.xml
(OSRolelndex =)
Litetouch deployment failed, Return Code = 2147467259 0x80004005
Failed to run the action: install - ADDS
DNS server failure. (Error 0000232A; Source: Windows)
The execution of the group (Install Active Directory) has failed and the execution has been aborted. An action failed.
Operation aborted (Error 80004004; Source: Windows)
Failed to run the last action: Install - ADDS. Execution of task
DNS server failure. (Error 0000232A; Source: Windows)
Task Sequence Engine failed Code: enExecutionFail
Task sequence execution failed with error code 80004005
Error Task Sequence Manager failed to execute task sequence Code 0x8004005

By cryptonym on   9/13/2012 8:02 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

This error is normally because you are using MDT 2012 Update 1 rather than the MDT 2012 RTM version the kit was developed for.

Since I have started to receive quite many emails from people using the wrong MDT version, I guess I need to update the kit to the current version of MDT 2012 (that is Update 1)

/ Johan

By Arwidmark on   9/13/2012 8:25 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

I've gone out now and looked high and low for the old "rtm" original, with no luck. All the links seem to lead back to the MDT2012Up1 page. Moreover, MS has a "archive" link on the 2012Up1 page that looks promising, but it only has 2010 builds on it. So, it would appear that 2012RTM is lost to time, unless someone has it and could post a link. As it sits now I cannot hydrate with what I have it would seem.

Thanks.

By cryptonym on   9/13/2012 11:04 AM
Gravatar

Windows 2008 R2 SP1 - Standard or Enterprise?

Do both these servers need to be Enterprise, or will Standard be sufficient?

If i change the clg file, will that work to use the different flavour?

By MikhailCompo on   9/18/2012 8:44 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

What do I need to change in the kit to get it working with MDT 2012 Update 1?
I have seached the web for MDT 2012 RTM, but I can't find it anywhere....

Thanks,
Ramon

By rbruin on   9/19/2012 8:03 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Standard is fine, just open the workbench, import the standard edition (as an OS), and update the task sequences to use that os

/ Johan

By Arwidmark on   9/20/2012 5:36 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

The kit is now updated for MDT 2012 Update 1

/ Johan

By Arwidmark on   9/20/2012 1:18 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Manny thanks, I got it working now!

But I had to fix some errors in you manual, these changes made it work for me:
I had to run the 2_MergeDeploymentShareWithHydrationKit.ps1 script in powershell in the root of C:\HydrationCM2012RTM\Source\ to avoid errors

C:\HydrationCM2012RTM\DS\Configure - Extend AD for ConfigMgr 2012\Source ***should be:
C:\HydrationCM2012RTM\DS\Applications\Configure - Extend AD for ConfigMgr 2012\Source

C:\HydrationCM2012RTM\DS\Install - NET FrameWork 4.0\Source ***should be:
C:\HydrationCM2012RTM\DS\Applications\Install - NET FrameWork 4.0\Source

Copy the Windows Server 2008 R2 SP1 installation files (the content of the ISO, not the actual ISO) to the following folder:
Here you should only copy the install.wim file from the source directory


By rbruin on   9/25/2012 9:38 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi Ramon,

Thanks for the feedback, I have updated the documentation

/ Johan

By Arwidmark on   9/25/2012 1:57 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

It looks like the installer need ADK to be installed to complete installation, but no where during the installation is the ADK installed? My Lab is not internet connected, is that needed?

By FrederikLeed on   4/23/2013 4:24 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 RTM is available for download

Hi FrederikLeed,

Sorry for the late reply, the lab does not need to have access to Internet during the hydration. But to get the ADK files (2.5 GB or so) you need to run the installer on a machine with Internet access to download them

/ Johan

By Arwidmark on   5/3/2013 12:04 PM