PC Review


Reply
Thread Tools Rate Thread

BDD 2.5 Image deployment troubles.

 
 
=?Utf-8?B?Um9iIEFyZGlsbA==?=
Guest
Posts: n/a
 
      5th Dec 2005
Att: Michael Niehaus

Michael,

I hoping you can give us some valuable advice to help solving our BDD 2.5
implementation woes.

BDD as far as imaging building (config.hta) is great and it has saved a lot
of time for us. Where we are having difficulty is with BDD's OSD deployment,
particularly with managing multiple images for our various PC HALs.

We're at a situation where we have a single OS setup/ configuration, split
into 5 images (different only by HAL) for our fleet of 2200. Our goal is to
rollout WinXP in a staged fashion, group by group (geographic). A typically a
group might be 10-20 users/PC's and probably consists of 3 to 4 PC model /
image variants.

Our challenge is minimizing the number of collections and advertisements
needed to get the OS out. However it seems this is difficult to achieve.
Ideally we would like to have a single Image Package, containing some smart
logic to choose the right image(HAL) for the platform. This we can then
target directly at collections as needed.

My questions are...

1. What is the best way in SMS to target workstations with the correct OSD
image, if we want to rollout to a group of different PC’s?

2. How are other MS BDD customers solving this issue, without the
self-provisioning piece?

3. Is there a way to direct OSD to use a specific image based on PC model
identified? Does OSDInstallWIM.exe accept arguments or can you specify the
wim file in the Customsettings.ini

I look forward to your answers.

Regards
Rob Ardill

Rob-nospam-(E-Mail Removed)

 
Reply With Quote
 
 
 
 
Michael Niehaus [MS]
Guest
Posts: n/a
 
      5th Dec 2005
On the questions below:

1. We normally recommend creating one package per HAL (since OSD only
supports one image per package). Then, you can create collections to target
the appropriate packages to the appropriate groups of machines. The easiest
way to do this is by the make (manufacturer) and model of the PC, adding a
new collection rule for each combination. One advertisement can then be
used to target to each collection.

2. Using the recommendation above.

3. There is no way to do this via an advertisement, since the advertisement
targets a specific package to the machine - once the advertisement runs,
it's too late to switch packages. (This isn't the case for bare metal
deployments, where you can set the OSDInstallPackage and OSDInstallProgram
variables to direct OSD to install a specific package.) We have seen some
more "creative" workarounds, where all packages are advertised to a machine;
another advertisement can then run a script that decides which "real"
package to execute via the SMS advanced client SDK.

-Michael Niehaus
Systems Design Engineer
(E-Mail Removed)
This posting is provided "AS IS" with no warranties, and confers no rights.


"Rob Ardill" <Rob (E-Mail Removed)> wrote in message
news:31A80141-063D-4341-B787-(E-Mail Removed)...
> Att: Michael Niehaus
>
> Michael,
>
> I hoping you can give us some valuable advice to help solving our BDD 2.5
> implementation woes.
>
> BDD as far as imaging building (config.hta) is great and it has saved a
> lot
> of time for us. Where we are having difficulty is with BDD's OSD
> deployment,
> particularly with managing multiple images for our various PC HALs.
>
> We're at a situation where we have a single OS setup/ configuration, split
> into 5 images (different only by HAL) for our fleet of 2200. Our goal is
> to
> rollout WinXP in a staged fashion, group by group (geographic). A
> typically a
> group might be 10-20 users/PC's and probably consists of 3 to 4 PC model /
> image variants.
>
> Our challenge is minimizing the number of collections and advertisements
> needed to get the OS out. However it seems this is difficult to achieve.
> Ideally we would like to have a single Image Package, containing some
> smart
> logic to choose the right image(HAL) for the platform. This we can then
> target directly at collections as needed.
>
> My questions are...
>
> 1. What is the best way in SMS to target workstations with the correct OSD
> image, if we want to rollout to a group of different PC's?
>
> 2. How are other MS BDD customers solving this issue, without the
> self-provisioning piece?
>
> 3. Is there a way to direct OSD to use a specific image based on PC model
> identified? Does OSDInstallWIM.exe accept arguments or can you specify
> the
> wim file in the Customsettings.ini
>
> I look forward to your answers.
>
> Regards
> Rob Ardill
>
> Rob-nospam-(E-Mail Removed)
>



 
Reply With Quote
 
=?Utf-8?B?Um9iIEFyZGlsbA==?=
Guest
Posts: n/a
 
      6th Dec 2005
Michael,

Is it possible to write an exit script attached to the end of the Preinstall
phase to rewrite the value in OSDENV.INI and effectively point OSD to the
rigt Image package? Or Does this break the reporting and later phases?

[OSDEnvironmentBlock]
OSDPACKAGEPATH=
OSDPACKAGEID=
OSDPROGRAMID=


"Michael Niehaus [MS]" wrote:

> On the questions below:
>
> 1. We normally recommend creating one package per HAL (since OSD only
> supports one image per package). Then, you can create collections to target
> the appropriate packages to the appropriate groups of machines. The easiest
> way to do this is by the make (manufacturer) and model of the PC, adding a
> new collection rule for each combination. One advertisement can then be
> used to target to each collection.
>
> 2. Using the recommendation above.
>
> 3. There is no way to do this via an advertisement, since the advertisement
> targets a specific package to the machine - once the advertisement runs,
> it's too late to switch packages. (This isn't the case for bare metal
> deployments, where you can set the OSDInstallPackage and OSDInstallProgram
> variables to direct OSD to install a specific package.) We have seen some
> more "creative" workarounds, where all packages are advertised to a machine;
> another advertisement can then run a script that decides which "real"
> package to execute via the SMS advanced client SDK.
>
> -Michael Niehaus
> Systems Design Engineer
> (E-Mail Removed)
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Rob Ardill" <Rob (E-Mail Removed)> wrote in message
> news:31A80141-063D-4341-B787-(E-Mail Removed)...
> > Att: Michael Niehaus
> >
> > Michael,
> >
> > I hoping you can give us some valuable advice to help solving our BDD 2.5
> > implementation woes.
> >
> > BDD as far as imaging building (config.hta) is great and it has saved a
> > lot
> > of time for us. Where we are having difficulty is with BDD's OSD
> > deployment,
> > particularly with managing multiple images for our various PC HALs.
> >
> > We're at a situation where we have a single OS setup/ configuration, split
> > into 5 images (different only by HAL) for our fleet of 2200. Our goal is
> > to
> > rollout WinXP in a staged fashion, group by group (geographic). A
> > typically a
> > group might be 10-20 users/PC's and probably consists of 3 to 4 PC model /
> > image variants.
> >
> > Our challenge is minimizing the number of collections and advertisements
> > needed to get the OS out. However it seems this is difficult to achieve.
> > Ideally we would like to have a single Image Package, containing some
> > smart
> > logic to choose the right image(HAL) for the platform. This we can then
> > target directly at collections as needed.
> >
> > My questions are...
> >
> > 1. What is the best way in SMS to target workstations with the correct OSD
> > image, if we want to rollout to a group of different PC's?
> >
> > 2. How are other MS BDD customers solving this issue, without the
> > self-provisioning piece?
> >
> > 3. Is there a way to direct OSD to use a specific image based on PC model
> > identified? Does OSDInstallWIM.exe accept arguments or can you specify
> > the
> > wim file in the Customsettings.ini
> >
> > I look forward to your answers.
> >
> > Regards
> > Rob Ardill
> >
> > Rob-nospam-(E-Mail Removed)
> >

>
>
>

 
Reply With Quote
 
Michael Niehaus [MS]
Guest
Posts: n/a
 
      6th Dec 2005
I don't know, as I've never tried it. Even if it worked, it wouldn't be
supported.

-Michael Niehaus
Systems Design Engineer
(E-Mail Removed)
This posting is provided "AS IS" with no warranties, and confers no rights.


"Rob Ardill" <(E-Mail Removed)> wrote in message
news:30BBCAA8-D0A5-4B10-BAAE-(E-Mail Removed)...
> Michael,
>
> Is it possible to write an exit script attached to the end of the
> Preinstall
> phase to rewrite the value in OSDENV.INI and effectively point OSD to the
> rigt Image package? Or Does this break the reporting and later phases?
>
> [OSDEnvironmentBlock]
> OSDPACKAGEPATH=
> OSDPACKAGEID=
> OSDPROGRAMID=
>
>
> "Michael Niehaus [MS]" wrote:
>
>> On the questions below:
>>
>> 1. We normally recommend creating one package per HAL (since OSD only
>> supports one image per package). Then, you can create collections to
>> target
>> the appropriate packages to the appropriate groups of machines. The
>> easiest
>> way to do this is by the make (manufacturer) and model of the PC, adding
>> a
>> new collection rule for each combination. One advertisement can then be
>> used to target to each collection.
>>
>> 2. Using the recommendation above.
>>
>> 3. There is no way to do this via an advertisement, since the
>> advertisement
>> targets a specific package to the machine - once the advertisement runs,
>> it's too late to switch packages. (This isn't the case for bare metal
>> deployments, where you can set the OSDInstallPackage and
>> OSDInstallProgram
>> variables to direct OSD to install a specific package.) We have seen
>> some
>> more "creative" workarounds, where all packages are advertised to a
>> machine;
>> another advertisement can then run a script that decides which "real"
>> package to execute via the SMS advanced client SDK.
>>
>> -Michael Niehaus
>> Systems Design Engineer
>> (E-Mail Removed)
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>> "Rob Ardill" <Rob (E-Mail Removed)> wrote in message
>> news:31A80141-063D-4341-B787-(E-Mail Removed)...
>> > Att: Michael Niehaus
>> >
>> > Michael,
>> >
>> > I hoping you can give us some valuable advice to help solving our BDD
>> > 2.5
>> > implementation woes.
>> >
>> > BDD as far as imaging building (config.hta) is great and it has saved a
>> > lot
>> > of time for us. Where we are having difficulty is with BDD's OSD
>> > deployment,
>> > particularly with managing multiple images for our various PC HALs.
>> >
>> > We're at a situation where we have a single OS setup/ configuration,
>> > split
>> > into 5 images (different only by HAL) for our fleet of 2200. Our goal
>> > is
>> > to
>> > rollout WinXP in a staged fashion, group by group (geographic). A
>> > typically a
>> > group might be 10-20 users/PC's and probably consists of 3 to 4 PC
>> > model /
>> > image variants.
>> >
>> > Our challenge is minimizing the number of collections and
>> > advertisements
>> > needed to get the OS out. However it seems this is difficult to
>> > achieve.
>> > Ideally we would like to have a single Image Package, containing some
>> > smart
>> > logic to choose the right image(HAL) for the platform. This we can
>> > then
>> > target directly at collections as needed.
>> >
>> > My questions are...
>> >
>> > 1. What is the best way in SMS to target workstations with the correct
>> > OSD
>> > image, if we want to rollout to a group of different PC's?
>> >
>> > 2. How are other MS BDD customers solving this issue, without the
>> > self-provisioning piece?
>> >
>> > 3. Is there a way to direct OSD to use a specific image based on PC
>> > model
>> > identified? Does OSDInstallWIM.exe accept arguments or can you specify
>> > the
>> > wim file in the Customsettings.ini
>> >
>> > I look forward to your answers.
>> >
>> > Regards
>> > Rob Ardill
>> >
>> > Rob-nospam-(E-Mail Removed)
>> >

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: SP3 USB issues after Image deployment BILL W Windows XP Help 2 25th Oct 2008 03:48 AM
Micrsoft Deployment and Vista image deployment.... jaredwetmore Windows Vista Installation 1 19th Dec 2007 02:10 PM
Excel 2002 VBA macro deployment troubles =?Utf-8?B?QW5keSBDQTU=?= Microsoft Excel Programming 3 5th Jun 2007 05:12 PM
Background image & form size troubles Right Microsoft Access Forms 1 6th Apr 2004 07:42 PM
Deployment XPE image Michel REYDET Windows XP Embedded 2 21st Oct 2003 12:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:19 AM.