PC Review


Reply
 
 
=?Utf-8?B?VG9tIEc=?=
Guest
Posts: n/a
 
      29th Oct 2003
Installed ADS on 2k3 Enterprise Server and after following the quick start guidelines with some success for capturing and deploying images I've run into 3 glitches that hopefully someone can help with.

First, my source image contained an admin password and now if I try to change it in the user variable for the device created in the ADS console it does not change. I'm guessing I should've left it blank on the source. Also on that note, is there a way to execute an auto log on?

Second, also in the user variable for the device I set a value for the machinename and the deployed image keeps the machinename of the source image.

Finally, at the end of the deploy script it calls for a reboot to hd and two boot to hd commands. After the reboot it gets hung after discovering and installing new devices and promts to click Yes to reboot to make changes take affect. Is there a way around this to autoreboot after new devices are found?

Thanks for any assistance.

 
Reply With Quote
 
 
 
 
Rob Bolbotowski
Guest
Posts: n/a
 
      29th Oct 2003
I've tried this myself, no success ... I think you have to set it un
Variables on the device, and modify the XML sequence file, called
"da-deploy-image-wg.xml" or the domain one. Set it in there, I mean.

/rob



"Tom G" <(E-Mail Removed)> wrote in message
news:6B6A5333-A1E6-4E4A-9DBE-(E-Mail Removed)...
> Installed ADS on 2k3 Enterprise Server and after following the quick start

guidelines with some success for capturing and deploying images I've run
into 3 glitches that hopefully someone can help with.
>
> First, my source image contained an admin password and now if I try to

change it in the user variable for the device created in the ADS console it
does not change. I'm guessing I should've left it blank on the source.
Also on that note, is there a way to execute an auto log on?
>
> Second, also in the user variable for the device I set a value for the

machinename and the deployed image keeps the machinename of the source
image.
>
> Finally, at the end of the deploy script it calls for a reboot to hd and

two boot to hd commands. After the reboot it gets hung after discovering
and installing new devices and promts to click Yes to reboot to make changes
take affect. Is there a way around this to autoreboot after new devices are
found?
>
> Thanks for any assistance.
>



 
Reply With Quote
 
Richard Trusson [MSFT]
Guest
Posts: n/a
 
      31st Oct 2003
Hi all,
to try to answer the question about sysprep.
Do you have a sysprep.inf file on the hard disk? Is it one you have created
or did you use the one that came with ADS? The one that has;
machinename=^ADS_MachineName^
(can not remember the exact word between the ^s)
You need to make sure that the sequance task that updates the sysprep.inf
file a) referances the right user variable assigned ot the machine and b)
searches for the right string in the right sysprep.inf file in the right
location.



--
regards,

Richard

Please reply to the newsgroup so all may benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Rob Bolbotowski" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've tried this myself, no success ... I think you have to set it un
> Variables on the device, and modify the XML sequence file, called
> "da-deploy-image-wg.xml" or the domain one. Set it in there, I mean.
>
> /rob
>
>
>
> "Tom G" <(E-Mail Removed)> wrote in message
> news:6B6A5333-A1E6-4E4A-9DBE-(E-Mail Removed)...
> > Installed ADS on 2k3 Enterprise Server and after following the quick

start
> guidelines with some success for capturing and deploying images I've run
> into 3 glitches that hopefully someone can help with.
> >
> > First, my source image contained an admin password and now if I try to

> change it in the user variable for the device created in the ADS console

it
> does not change. I'm guessing I should've left it blank on the source.
> Also on that note, is there a way to execute an auto log on?
> >
> > Second, also in the user variable for the device I set a value for the

> machinename and the deployed image keeps the machinename of the source
> image.
> >
> > Finally, at the end of the deploy script it calls for a reboot to hd and

> two boot to hd commands. After the reboot it gets hung after discovering
> and installing new devices and promts to click Yes to reboot to make

changes
> take affect. Is there a way around this to autoreboot after new devices

are
> found?
> >
> > Thanks for any assistance.
> >

>
>



 
Reply With Quote
 
Rob B
Guest
Posts: n/a
 
      5th Nov 2003
You see, that's just it ... I can do a capture, after a sysprep, with
my sysprep.inf all set, etc .... even a reboot thru the Admin agent
(when OS is up) works fine .... but when u get to the DA, it seems to
be limiting what commands you can send to it, one of which - and
important one, is a reboot !!!

/rob


"Richard Trusson [MSFT]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Hi all,
> to try to answer the question about sysprep.
> Do you have a sysprep.inf file on the hard disk? Is it one you have created
> or did you use the one that came with ADS? The one that has;
> machinename=^ADS_MachineName^
> (can not remember the exact word between the ^s)
> You need to make sure that the sequance task that updates the sysprep.inf
> file a) referances the right user variable assigned ot the machine and b)
> searches for the right string in the right sysprep.inf file in the right
> location.
>
>
>
> --
> regards,
>
> Richard
>
> Please reply to the newsgroup so all may benefit.
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> "Rob Bolbotowski" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I've tried this myself, no success ... I think you have to set it un
> > Variables on the device, and modify the XML sequence file, called
> > "da-deploy-image-wg.xml" or the domain one. Set it in there, I mean.
> >
> > /rob
> >
> >
> >
> > "Tom G" <(E-Mail Removed)> wrote in message
> > news:6B6A5333-A1E6-4E4A-9DBE-(E-Mail Removed)...
> > > Installed ADS on 2k3 Enterprise Server and after following the quick

> start
> > guidelines with some success for capturing and deploying images I've run
> > into 3 glitches that hopefully someone can help with.
> > >
> > > First, my source image contained an admin password and now if I try to

> > change it in the user variable for the device created in the ADS console

> it
> > does not change. I'm guessing I should've left it blank on the source.
> > Also on that note, is there a way to execute an auto log on?
> > >
> > > Second, also in the user variable for the device I set a value for the

> > machinename and the deployed image keeps the machinename of the source
> > image.
> > >
> > > Finally, at the end of the deploy script it calls for a reboot to hd and

> > two boot to hd commands. After the reboot it gets hung after discovering
> > and installing new devices and promts to click Yes to reboot to make

> changes
> > take affect. Is there a way around this to autoreboot after new devices

> are
> > found?
> > >
> > > Thanks for any assistance.
> > >

> >
> >

 
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
Navigation bar issues - shared border issues (2 problems) =?Utf-8?B?QW15?= Microsoft Frontpage 3 27th Oct 2007 05:26 PM
Help need with monitor issues ( error code 10, hardware issues) =?Utf-8?B?em9lcGlnbGV0?= Windows XP Hardware 4 20th Jun 2007 03:46 AM
file system issues - chkdsk & defrag (diskeeper) issues tweb Microsoft Windows 2000 File System 1 2nd Mar 2005 02:46 PM
explorer, IE, printing issues, pest patrol issues with XP Tony Windows XP General 0 22nd Sep 2004 03:46 PM
Task Manager issues and Virtual Memory issues among other problems =?Utf-8?B?SmFja2ll?= Windows XP Help 1 28th Apr 2004 09:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:11 AM.