PC Review


Reply
Thread Tools Rate Thread

Can't join domain unattended

 
 
David Trimboli
Guest
Posts: n/a
 
      11th May 2007
In my RIS setup for a particular machine, it's not joining the domain.
setuperr.log states that an attempt to join the domain did occur, and
failed. Everything else in the installation goes as planned.

Here's my ristndrd.sif file. Can someone tell me why it's not working?


;SetupMgrTag
[data]
floppyless="1"
msdosinitiated="1"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1
AutoPartition=1
UnattendedInstall="Yes"
AutomaticUpdates=1

[SetupData]
OsLoadOptions="/noguiboot /fastdetect"
SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
OemPreinstall=Yes
FileSystem=LeaveAlone
ExtendOEMPartition=0
TargetPath=\WINDOWS
OemSkipEula=Yes
InstallFilesPath=\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%
LegacyNIC=1
UnattendMode=FullUnattended
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No
Hibernation=Yes
OemPnPDriversPath=drivers\audio;drivers\chipset;drivers\modem;drivers\nic;drivers\pccard;drivers\touchpad;drivers\video;drivers\wireless
Repartition=Yes
UnattendSwitch=Yes

[UserData]
FullName="Information Technology"
OrgName="Cold Spring Harbor Laboratory"
ComputerName=%MACHINENAME%
ProductKey=HKK7F-RR8JG-XXC22-3HTPB-3WG93

[GuiUnattended]
OemSkipWelcome=1
OemSkipRegional=1
TimeZone=%TIMEZONE%
AdminPassword=BigLongEncryptedPasswordThatImNotGoingToShowYou
EncryptedAdminPassword=Yes
AutoLogon=Yes
AutoLogonCount=1

[Display]
BitsPerPel=32
XResolution=1024
YResolution=768
VRefresh=60

[Networking]
InstallDefaultComponents=Yes
ProcessPageSections=Yes

[Identification]
JoinDomain="cshl.edu"
DoOldStyleDomainJoin=Yes
MachineObjectOU="OU=IT,OU=Depts,OU=CSHLComputers,DC=cshl,DC=edu"

[RemoteInstall]
Repartition=Yes
UseWholeDisk=Yes

[OSChooser]
Description=ITx300
Help="Returns ITx300a or ITx300b back to initial state."
LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType=Flat
Version="5.1 (2600)"

[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=516
LongDistanceAccess="9"

[RegionalSettings]
LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1

[FavoritesEx]
Title1="CSHL Intranet.url"
URL1="http://intranet.cshl.edu/"
Title2="CSHL Information Technology.url"
URL2="http://intranet.cshl.edu/it/"
Title3="CSHL Windows Guide.url"
URL3="http://intranet.cshl.edu/it/windows/"

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=http://intranet.cshl.edu/
Help_Page=http://intranet.cshl.edu/it/
Search_Page=http://www.google.com/
Quick_Link_1_Name="CSHL Intranet"
Quick_Link_1=http://intranet.cshl.edu/
Quick_Link_2_Name="CSHL Information Technology"
Quick_Link_2=http://intranet.cshl.edu/it/
Quick_Link_3_Name="CSHL Windows Guide"
Quick_Link_3=http://intranet.cshl.edu/it/windows/

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[GuiRunOnce]
Command0=%systemdrive%\setup.cmd

[Components]
msnexplr=Off

[Shell]
CustomDefaultThemeFile=%systemroot%\Dell.Theme

[WindowsFirewall]
Profiles=WindowsFirewall.CSHL

[WindowsFirewall.CSHL]
Mode=0


 
Reply With Quote
 
 
 
 
Adam Leinss
Guest
Posts: n/a
 
      11th May 2007
"David Trimboli" <(E-Mail Removed)> wrote in
news:e9qKjT$(E-Mail Removed):

> In my RIS setup for a particular machine, it's not joining the
> domain. setuperr.log states that an attempt to join the domain did
> occur, and failed. Everything else in the installation goes as
> planned.
>
> Here's my ristndrd.sif file. Can someone tell me why it's not
> working?


Where are your credentials such as DomainAdmin and DomainAdminPassword
under [Identification]?

BTW, do you realize you just posted your Windows XP product key to the
Internet for everyone to see?

Adam
--
Visit my PC Tech blog at www.leinss.com/blog
 
Reply With Quote
 
David Trimboli
Guest
Posts: n/a
 
      11th May 2007
> BTW, do you realize you just posted your Windows XP product key to the
> Internet for everyone to see?


Oh crap. I missed that.


 
Reply With Quote
 
Jeremy
Guest
Posts: n/a
 
      12th May 2007
In RIS you don't need to provide these detailds because the account is
created as a managed account during the OSChooser mode.

You say it is only not working for one type of PC? Is that right?
Typically failure to join the domain can be caused by:
Network drivers failing to load correctly
Failure to get an address from DHCP (not typical with RIS)
Incorrect DNS servers given out by DHCP
Windows Firewall on server or client is turned on.
"Adam Leinss" <(E-Mail Removed)> wrote in message
news:Xns992D949AD71F5aleinsstoughguy@140.99.99.138...
> "David Trimboli" <(E-Mail Removed)> wrote in
> news:e9qKjT$(E-Mail Removed):
>
>> In my RIS setup for a particular machine, it's not joining the
>> domain. setuperr.log states that an attempt to join the domain did
>> occur, and failed. Everything else in the installation goes as
>> planned.
>>
>> Here's my ristndrd.sif file. Can someone tell me why it's not
>> working?

>
> Where are your credentials such as DomainAdmin and DomainAdminPassword
> under [Identification]?
>
> BTW, do you realize you just posted your Windows XP product key to the
> Internet for everyone to see?
>
> Adam
> --
> Visit my PC Tech blog at www.leinss.com/blog


 
Reply With Quote
 
David Trimboli
Guest
Posts: n/a
 
      13th May 2007
"Jeremy" <(E-Mail Removed)> wrote:
> In RIS you don't need to provide these detailds because the account is
> created as a managed account during the OSChooser mode.
>
> You say it is only not working for one type of PC? Is that right?


Yes. Although I've started a new attempt with a different PC of a
different model, and I'm getting the same problem.

> Typically failure to join the domain can be caused by:
> Network drivers failing to load correctly


I don't think so. Everything seems to be working right in every stage,
including RIS, text-mode setup, and post-setup.

> Failure to get an address from DHCP (not typical with RIS)


No, it's definitely getting an address.

> Incorrect DNS servers given out by DHCP


The machines in question have addresses reserved in DHCP, and these are
the addreses they're getting. Their DNS records are also set up prior to
installation, and the machines are being reinstalled with the original
name.

> Windows Firewall on server or client is turned on.


Not the case for the server (and I can join machines to the domain just
fine manually). The answer file specifies that the firewall be turned
off.

--
David
Stardate 7364.1

> "Adam Leinss" <(E-Mail Removed)> wrote in message
> news:Xns992D949AD71F5aleinsstoughguy@140.99.99.138...
>> "David Trimboli" <(E-Mail Removed)> wrote in
>> news:e9qKjT$(E-Mail Removed):
>>
>>> In my RIS setup for a particular machine, it's not joining the
>>> domain. setuperr.log states that an attempt to join the domain did
>>> occur, and failed. Everything else in the installation goes as
>>> planned.
>>>
>>> Here's my ristndrd.sif file. Can someone tell me why it's not
>>> working?

>>
>> Where are your credentials such as DomainAdmin and
>> DomainAdminPassword
>> under [Identification]?
>>
>> BTW, do you realize you just posted your Windows XP product key to
>> the
>> Internet for everyone to see?
>>
>> Adam
>> --
>> Visit my PC Tech blog at www.leinss.com/blog

>



 
Reply With Quote
 
Jeremy
Guest
Posts: n/a
 
      13th May 2007
So after the Domain join fails, you are saying that you can log in and join
the domain manually?


"David Trimboli" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Jeremy" <(E-Mail Removed)> wrote:
>> In RIS you don't need to provide these detailds because the account is
>> created as a managed account during the OSChooser mode.
>>
>> You say it is only not working for one type of PC? Is that right?

>
> Yes. Although I've started a new attempt with a different PC of a
> different model, and I'm getting the same problem.
>
>> Typically failure to join the domain can be caused by:
>> Network drivers failing to load correctly

>
> I don't think so. Everything seems to be working right in every stage,
> including RIS, text-mode setup, and post-setup.
>
>> Failure to get an address from DHCP (not typical with RIS)

>
> No, it's definitely getting an address.
>
>> Incorrect DNS servers given out by DHCP

>
> The machines in question have addresses reserved in DHCP, and these are
> the addreses they're getting. Their DNS records are also set up prior to
> installation, and the machines are being reinstalled with the original
> name.
>
>> Windows Firewall on server or client is turned on.

>
> Not the case for the server (and I can join machines to the domain just
> fine manually). The answer file specifies that the firewall be turned off.
>
> --
> David
> Stardate 7364.1
>
>> "Adam Leinss" <(E-Mail Removed)> wrote in message
>> news:Xns992D949AD71F5aleinsstoughguy@140.99.99.138...
>>> "David Trimboli" <(E-Mail Removed)> wrote in
>>> news:e9qKjT$(E-Mail Removed):
>>>
>>>> In my RIS setup for a particular machine, it's not joining the
>>>> domain. setuperr.log states that an attempt to join the domain did
>>>> occur, and failed. Everything else in the installation goes as
>>>> planned.
>>>>
>>>> Here's my ristndrd.sif file. Can someone tell me why it's not
>>>> working?
>>>
>>> Where are your credentials such as DomainAdmin and DomainAdminPassword
>>> under [Identification]?
>>>
>>> BTW, do you realize you just posted your Windows XP product key to the
>>> Internet for everyone to see?
>>>
>>> Adam
>>> --
>>> Visit my PC Tech blog at www.leinss.com/blog

>>

>
>


 
Reply With Quote
 
David Trimboli
Guest
Posts: n/a
 
      14th May 2007
Exactly.

--
David
Stardate 7366.3

"Jeremy" <(E-Mail Removed)> wrote in message
news:6EA01300-641D-4546-A16F-(E-Mail Removed)...
> So after the Domain join fails, you are saying that you can log in and
> join the domain manually?
>
>
> "David Trimboli" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> "Jeremy" <(E-Mail Removed)> wrote:
>>> In RIS you don't need to provide these detailds because the account
>>> is created as a managed account during the OSChooser mode.
>>>
>>> You say it is only not working for one type of PC? Is that right?

>>
>> Yes. Although I've started a new attempt with a different PC of a
>> different model, and I'm getting the same problem.
>>
>>> Typically failure to join the domain can be caused by:
>>> Network drivers failing to load correctly

>>
>> I don't think so. Everything seems to be working right in every
>> stage, including RIS, text-mode setup, and post-setup.
>>
>>> Failure to get an address from DHCP (not typical with RIS)

>>
>> No, it's definitely getting an address.
>>
>>> Incorrect DNS servers given out by DHCP

>>
>> The machines in question have addresses reserved in DHCP, and these
>> are the addreses they're getting. Their DNS records are also set up
>> prior to installation, and the machines are being reinstalled with
>> the original name.
>>
>>> Windows Firewall on server or client is turned on.

>>
>> Not the case for the server (and I can join machines to the domain
>> just fine manually). The answer file specifies that the firewall be
>> turned off.
>>
>> --
>> David
>> Stardate 7364.1
>>
>>> "Adam Leinss" <(E-Mail Removed)> wrote in message
>>> news:Xns992D949AD71F5aleinsstoughguy@140.99.99.138...
>>>> "David Trimboli" <(E-Mail Removed)> wrote in
>>>> news:e9qKjT$(E-Mail Removed):
>>>>
>>>>> In my RIS setup for a particular machine, it's not joining the
>>>>> domain. setuperr.log states that an attempt to join the domain did
>>>>> occur, and failed. Everything else in the installation goes as
>>>>> planned.
>>>>>
>>>>> Here's my ristndrd.sif file. Can someone tell me why it's not
>>>>> working?
>>>>
>>>> Where are your credentials such as DomainAdmin and
>>>> DomainAdminPassword
>>>> under [Identification]?
>>>>
>>>> BTW, do you realize you just posted your Windows XP product key to
>>>> the
>>>> Internet for everyone to see?
>>>>
>>>> Adam
>>>> --
>>>> Visit my PC Tech blog at www.leinss.com/blog
>>>

>>
>>

>



 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a
 
      14th May 2007
Jeremy wrote:
> So after the Domain join fails, you are saying that you can log in
> and join the domain manually?


David Trimboli wrote:
> Exactly.


Sounds like DNS/DNS Suffic Search Order/Routing related in some ways... But
not in others.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
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
What is difference between add a new server to child domain or join exit domain snakesboy Microsoft Windows 2000 Active Directory 4 22nd Nov 2006 02:21 AM
Restrict Who can a computer to the domain join Domain =?Utf-8?B?Qm9uZU1hbg==?= Microsoft Windows 2000 Group Policy 1 22nd Apr 2005 07:35 PM
*****Join computer to domain from different network (can not use by domain.com, but 'domain' only) J.H Microsoft Windows 2000 Active Directory 4 3rd Feb 2004 01:31 AM
Join workstation to a new domain unattended Igors Microsoft Windows 2000 Deployment 7 8th Oct 2003 09:34 PM
unattended setup, logging on to domain. How TO? Barry R Cisna Microsoft Windows 2000 Deployment 4 8th Sep 2003 05:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:12 PM.