Welcome to TechNet Blogs Sign in | Join | Help

BDD 2007 - TechNet Magazine article worth reading

One of my fellow Microsoft Services consultants from the UK Adam Shepherd, has just had an article published in TechNet Magazine.

The article provides advice on how to scale BDD. This includes how to to support multiple databases, use DFS-R and how to leverage WDS.

The advice is based on learning's from real world so you should find it practical. If nothing else it should help you further understand just how flexible BDD really is.

So go out there and read this article and remember to keep an eye out for future articles from Adam, they will be good!

PS. It is worth having a good look around TechNet Magazine as there are a number of good deployment articles in previous issues.

Disclaimer: The information on this site is provided "AS IS" with no warranties, confers no rights, and is not supported by the authors or Microsoft Corporation. Use of included script samples are subject to the terms specified in the Terms of Use.

Published Sunday, October 28, 2007 10:22 AM by BenHunter
Filed under: , , , , ,

Comments

# re: BDD 2007 - TechNet Magazine article worth reading

Sunday, October 28, 2007 12:17 PM by Or Tsemah

I've read it and it's a good Practice, however, as WinPE can't discover DFS Root, it uses the %WDSServer% Var instead, as mentiond in the article, but what happens when you're using REFRESH (No WDS) ?

Or.

# re: BDD 2007 - TechNet Magazine article worth reading

Sunday, October 28, 2007 2:49 PM by BenHunter

That is correct. The article assumes that the deployment share is on the server as the WDS server. It is done this way because you cannot discover the DFS root. DFS-R is simply used for replication purposes.

Thanks,

Ben

# re: BDD 2007 - TechNet Magazine article worth reading

Sunday, October 28, 2007 7:03 PM by Greg

So how can we use the %WDSServer% variable and support new OS installs and Refreshs?

# re: BDD 2007 - TechNet Magazine article worth reading

Sunday, October 28, 2007 7:16 PM by BenHunter

You need to use DFS-R to replicate the deployment point to a share at each site. When you boot to the server using WDS BDD will automatically populate the WDSSERVER value.

Then you will set the deployment point in the BS.ini file.

DeployRoot=\\%WDSSERVER%\sharename

Here is a post by Johan Ardwidmark, although I beleive that bdd 2007 patch 1 removed the need to create a GetWDSServerName function.

http://www.deployvista.com/Blog/tabid/70/EntryID/35/Default.aspx

Thanks,

Ben

# re: BDD 2007 - TechNet Magazine article worth reading

Sunday, October 28, 2007 9:32 PM by Greg

Thank Ben,

We are currently using DFS-R to replicate the deployment point to a share at each site, however we need to kick off the upgrade/refresh remotely and we are using LTI.  Which means it will have to happen in Windows as we do not have the remote access cards.  If we kick off the Deployment wizard in Windows the %WDSSERVER% is not populated because there is no PXE/WDS.  If there another way to populate this variable?

Thanks

# re: BDD 2007 - TechNet Magazine article worth reading

Sunday, October 28, 2007 10:06 PM by BenHunter

Hi Greg,

You could assign the deployroot value based on the deployment type.

For example:

[Settings]

Priority=DeploymentType,Default

[NewComputer]

Deployroot=\\%WDSSERVER%\share$

You do not need to specify a value for refresh as will have already established a connection to the server to start the script.

Thanks,

Ben

# re: BDD 2007 - TechNet Magazine article worth reading

Tuesday, November 06, 2007 12:01 PM by Or Tsemah

Yes, but Refresh's WinPE will not understand it as it will be a DFS share during Pre\Post install phases

Or.

# re: BDD 2007 - TechNet Magazine article worth reading

Wednesday, November 07, 2007 2:34 AM by BenHunter

Hi Or,

YOu are correct about the DFS share thing. That is why DFS should only be used as a replication tool. You must create shares on each server yourself.

Thanks,

Ben

# re: BDD 2007 - TechNet Magazine article worth reading

Wednesday, November 07, 2007 3:53 AM by Or Tsemah

Is %WDSSERVER% set in OSD's Winpe2005, and if so, where ?

# re: BDD 2007 - TechNet Magazine article worth reading

Wednesday, November 07, 2007 3:57 AM by BenHunter

Yes it is set in Windows PE 2005.

This is done by the ztigather script.

Thanks,

Ben

# re: BDD 2007 - TechNet Magazine article worth reading

Wednesday, November 07, 2007 4:07 AM by Or Tsemah

Looking at the ztigather.log revieles that the Deployroot is set to \\%WDSSErver%\Share$ instead of \\ServerName\Share$

Is this normal ?

# re: BDD 2007 - TechNet Magazine article worth reading

Wednesday, November 07, 2007 5:37 AM by Or Tsemah

The problem is that the OSDPACKAGEPATH is set to the main BDD site and not the Remote

# re: BDD 2007 - TechNet Magazine article worth reading

Thursday, November 08, 2007 2:17 AM by BenHunter

This should not be the case. Does the Ztigather.log file should a value for WDSServer?

Thanks,

Ben

# re: BDD 2007 - TechNet Magazine article worth reading

Thursday, November 08, 2007 2:19 AM by BenHunter

OSDPackagePath should be populated by OSD and should be the nearest DP.

Thanks,

Ben

# re: BDD 2007 - TechNet Magazine article worth reading

Thursday, January 10, 2008 9:47 AM by Steve Miles

Hi,

whats the difference between BDD 2007 and 'Microsoft Deployment' ?

Cheers all

# re: BDD 2007 - TechNet Magazine article worth reading

Thursday, January 10, 2008 9:43 PM by BenHunter

Hi Steve,

MDT offers a bunch of incremental improvements over BDD 2007. It also provides support for ConfigMgr and Server deployment.

If you are choosing between BDD 2007 and MDT then I would strongly recommend using MDT.

Thanks,

Ben

Anonymous comments are disabled
 
Page view tracker