Re: RIS built Machines won't join the domain after upgrading to W2


Go Back   Computer Help Articles > Windows XP Setup Deployment
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 06:14 AM
TIMM
 
Posts: n/a
Default Re: RIS built Machines won't join the domain after upgrading to W2

Bruce,
My Sif file has always been %machinedomain% however I will try hardcoding it
in the SIF file to see if it resolves the problem. However is seems to be a
communication issue with the domain controllers. I downgraded the Domain
controller running RIS. The build works fine when the workstation resolves
the Pre SP1 domain controller, but fails if it resolves to the SP1 server
when it attempts to join the domain. I suspect it is additional security for
anymous connections.

Tim
"Bruce Musgrove" wrote:

>
> [Identification]
> JoinDomain=%MACHINEDOMAIN%
>
> In your sif file possibly?
>
> Something similar happened to me after one of my updates (maybe after
> mofiying the SIF ile using the answer file wizard) and
> "JoinDomain=my.domain.org" had changed to "
> "JoinDomain=%MACHINEDOMAIN%"
>
>
> "TIMM" <TIMM@discussions.microsoft.com> wrote in message
> news:B23195B0-3C7C-48B7-82F1-1FFFD1BCD815@microsoft.com...
> > I forgot to mention that the Setuperr.log reports the following
> > Error:
> > Netsetup:Join domain XXXXXXXX in full unattended mode failed. Setup will
> > proceed to add the workstation to the default domain.
> >
> > However I am able to add the workstation to the damain if I login locally
> > and then add the workstation to the domain.
> >
> > Tim
> >
> > "TIMM" wrote:
> >
> > > After upgrading to W2k3 sp1, XP sp2 pc's built via RIS fail to join the

> the
> > > domain even though the workstation account are being created by RIS

> during
> > > the built process. Prior to the upgrade over 300 pc's had been deployed

> via
> > > RIS and this issue is occuring on multiple servers. Rolling back SP1

> does
> > > seem to resolve the issue. Also RIS is running on domain controllers.
> > >
> > > Any assistance or recommendations would be appreciated

>
>
>

Reply With Quote
  #2  
Old 01-05-2006, 06:14 AM
gherkin
 
Posts: n/a
Default Re: RIS built Machines won't join the domain after upgrading to W2

Thanks for the advice TIMM. I have removed SP1 and RIS builds work fine. I
notice in the book of SP1 there is a section about modifications to the SAMR
and LSAR protocols.

When my builds run successfully without SP1 you get the following lines in
the netsetup.log: -

09/13 13:44:54 NetpJoinDomain: w9x: status of validating account: 0x0

The w9x is presumably a reference to old style domain joining. The book of
SP1 states that if the SAMR and LSAR modifications stop your code working you
will need to modify your code.

Could this mean that the Sysprep\RIS\Riprep needs patching, or is it a
problem that slipped under the testing radar?


"TIMM" wrote:

> Bruce,
> My Sif file has always been %machinedomain% however I will try hardcoding it
> in the SIF file to see if it resolves the problem. However is seems to be a
> communication issue with the domain controllers. I downgraded the Domain
> controller running RIS. The build works fine when the workstation resolves
> the Pre SP1 domain controller, but fails if it resolves to the SP1 server
> when it attempts to join the domain. I suspect it is additional security for
> anymous connections.
>
> Tim
> "Bruce Musgrove" wrote:
>
> >
> > [Identification]
> > JoinDomain=%MACHINEDOMAIN%
> >
> > In your sif file possibly?
> >
> > Something similar happened to me after one of my updates (maybe after
> > mofiying the SIF ile using the answer file wizard) and
> > "JoinDomain=my.domain.org" had changed to "
> > "JoinDomain=%MACHINEDOMAIN%"
> >
> >
> > "TIMM" <TIMM@discussions.microsoft.com> wrote in message
> > news:B23195B0-3C7C-48B7-82F1-1FFFD1BCD815@microsoft.com...
> > > I forgot to mention that the Setuperr.log reports the following
> > > Error:
> > > Netsetup:Join domain XXXXXXXX in full unattended mode failed. Setup will
> > > proceed to add the workstation to the default domain.
> > >
> > > However I am able to add the workstation to the damain if I login locally
> > > and then add the workstation to the domain.
> > >
> > > Tim
> > >
> > > "TIMM" wrote:
> > >
> > > > After upgrading to W2k3 sp1, XP sp2 pc's built via RIS fail to join the

> > the
> > > > domain even though the workstation account are being created by RIS

> > during
> > > > the built process. Prior to the upgrade over 300 pc's had been deployed

> > via
> > > > RIS and this issue is occuring on multiple servers. Rolling back SP1

> > does
> > > > seem to resolve the issue. Also RIS is running on domain controllers.
> > > >
> > > > Any assistance or recommendations would be appreciated

> >
> >
> >

Reply With Quote
  #3  
Old 01-05-2006, 06:14 AM
TIMM
 
Posts: n/a
Default Re: RIS built Machines won't join the domain after upgrading to W2

SP1 introduced additonal RPC and SAMR security and during the upgrade SP1
adds new entries to NULL Session Pipes. However if you set the " Network
access: Named Pipes that can be accessed anonymously" Group policy then the
updates that SP1 will be over written and thus the workstation will not have
the ability to access SAMR in order to confirm a workstation account exists
in AD.

To fix this problem, set the following registry key
"HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\lan manserver\parameters\NullSessionPipes" and or Group Policy should include the following entries.

COMNAP
COMNODE
SQL\QUERY
SPOOLSS
LLSRPC
EPMAPPER
LOCATOR
TrkWks
TrkSvr
Browser
Netlogon
LSArpc
samr

Please let me know if this resolves your problem

Good luck!
Tim


"gherkin" wrote:

> Thanks for the advice TIMM. I have removed SP1 and RIS builds work fine. I
> notice in the book of SP1 there is a section about modifications to the SAMR
> and LSAR protocols.
>
> When my builds run successfully without SP1 you get the following lines in
> the netsetup.log: -
>
> 09/13 13:44:54 NetpJoinDomain: w9x: status of validating account: 0x0
>
> The w9x is presumably a reference to old style domain joining. The book of
> SP1 states that if the SAMR and LSAR modifications stop your code working you
> will need to modify your code.
>
> Could this mean that the Sysprep\RIS\Riprep needs patching, or is it a
> problem that slipped under the testing radar?
>
>
> "TIMM" wrote:
>
> > Bruce,
> > My Sif file has always been %machinedomain% however I will try hardcoding it
> > in the SIF file to see if it resolves the problem. However is seems to be a
> > communication issue with the domain controllers. I downgraded the Domain
> > controller running RIS. The build works fine when the workstation resolves
> > the Pre SP1 domain controller, but fails if it resolves to the SP1 server
> > when it attempts to join the domain. I suspect it is additional security for
> > anymous connections.
> >
> > Tim
> > "Bruce Musgrove" wrote:
> >
> > >
> > > [Identification]
> > > JoinDomain=%MACHINEDOMAIN%
> > >
> > > In your sif file possibly?
> > >
> > > Something similar happened to me after one of my updates (maybe after
> > > mofiying the SIF ile using the answer file wizard) and
> > > "JoinDomain=my.domain.org" had changed to "
> > > "JoinDomain=%MACHINEDOMAIN%"
> > >
> > >
> > > "TIMM" <TIMM@discussions.microsoft.com> wrote in message
> > > news:B23195B0-3C7C-48B7-82F1-1FFFD1BCD815@microsoft.com...
> > > > I forgot to mention that the Setuperr.log reports the following
> > > > Error:
> > > > Netsetup:Join domain XXXXXXXX in full unattended mode failed. Setup will
> > > > proceed to add the workstation to the default domain.
> > > >
> > > > However I am able to add the workstation to the damain if I login locally
> > > > and then add the workstation to the domain.
> > > >
> > > > Tim
> > > >
> > > > "TIMM" wrote:
> > > >
> > > > > After upgrading to W2k3 sp1, XP sp2 pc's built via RIS fail to join the
> > > the
> > > > > domain even though the workstation account are being created by RIS
> > > during
> > > > > the built process. Prior to the upgrade over 300 pc's had been deployed
> > > via
> > > > > RIS and this issue is occuring on multiple servers. Rolling back SP1
> > > does
> > > > > seem to resolve the issue. Also RIS is running on domain controllers.
> > > > >
> > > > > Any assistance or recommendations would be appreciated
> > >
> > >
> > >

Reply With Quote
  #4  
Old 01-05-2006, 06:14 AM
gherkin
 
Posts: n/a
Default Re: RIS built Machines won't join the domain after upgrading to W2

Bingo! It works now I have addedd the extra entries to that key.

It appears that the policy had been set previoulsy but when the policy was
removed the settings remained in the registry. I notice the registry key
HKLM\system\currentcontrolset\services\lanmanserve r\parameters\restrictnullsessaccess
is set to 1. Is this turned on by default by SP1 or is it that if the group
policy setting is set to not defined any settings placed there by previous
policies are not specifically removed unless you select diabled?

Thanks.

"TIMM" wrote:

> SP1 introduced additonal RPC and SAMR security and during the upgrade SP1
> adds new entries to NULL Session Pipes. However if you set the " Network
> access: Named Pipes that can be accessed anonymously" Group policy then the
> updates that SP1 will be over written and thus the workstation will not have
> the ability to access SAMR in order to confirm a workstation account exists
> in AD.
>
> To fix this problem, set the following registry key
> "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\lan manserver\parameters\NullSessionPipes" and or Group Policy should include the following entries.
>
> COMNAP
> COMNODE
> SQL\QUERY
> SPOOLSS
> LLSRPC
> EPMAPPER
> LOCATOR
> TrkWks
> TrkSvr
> Browser
> Netlogon
> LSArpc
> samr
>
> Please let me know if this resolves your problem
>
> Good luck!
> Tim
>
>
> "gherkin" wrote:
>
> > Thanks for the advice TIMM. I have removed SP1 and RIS builds work fine. I
> > notice in the book of SP1 there is a section about modifications to the SAMR
> > and LSAR protocols.
> >
> > When my builds run successfully without SP1 you get the following lines in
> > the netsetup.log: -
> >
> > 09/13 13:44:54 NetpJoinDomain: w9x: status of validating account: 0x0
> >
> > The w9x is presumably a reference to old style domain joining. The book of
> > SP1 states that if the SAMR and LSAR modifications stop your code working you
> > will need to modify your code.
> >
> > Could this mean that the Sysprep\RIS\Riprep needs patching, or is it a
> > problem that slipped under the testing radar?
> >
> >
> > "TIMM" wrote:
> >
> > > Bruce,
> > > My Sif file has always been %machinedomain% however I will try hardcoding it
> > > in the SIF file to see if it resolves the problem. However is seems to be a
> > > communication issue with the domain controllers. I downgraded the Domain
> > > controller running RIS. The build works fine when the workstation resolves
> > > the Pre SP1 domain controller, but fails if it resolves to the SP1 server
> > > when it attempts to join the domain. I suspect it is additional security for
> > > anymous connections.
> > >
> > > Tim
> > > "Bruce Musgrove" wrote:
> > >
> > > >
> > > > [Identification]
> > > > JoinDomain=%MACHINEDOMAIN%
> > > >
> > > > In your sif file possibly?
> > > >
> > > > Something similar happened to me after one of my updates (maybe after
> > > > mofiying the SIF ile using the answer file wizard) and
> > > > "JoinDomain=my.domain.org" had changed to "
> > > > "JoinDomain=%MACHINEDOMAIN%"
> > > >
> > > >
> > > > "TIMM" <TIMM@discussions.microsoft.com> wrote in message
> > > > news:B23195B0-3C7C-48B7-82F1-1FFFD1BCD815@microsoft.com...
> > > > > I forgot to mention that the Setuperr.log reports the following
> > > > > Error:
> > > > > Netsetup:Join domain XXXXXXXX in full unattended mode failed. Setup will
> > > > > proceed to add the workstation to the default domain.
> > > > >
> > > > > However I am able to add the workstation to the damain if I login locally
> > > > > and then add the workstation to the domain.
> > > > >
> > > > > Tim
> > > > >
> > > > > "TIMM" wrote:
> > > > >
> > > > > > After upgrading to W2k3 sp1, XP sp2 pc's built via RIS fail to join the
> > > > the
> > > > > > domain even though the workstation account are being created by RIS
> > > > during
> > > > > > the built process. Prior to the upgrade over 300 pc's had been deployed
> > > > via
> > > > > > RIS and this issue is occuring on multiple servers. Rolling back SP1
> > > > does
> > > > > > seem to resolve the issue. Also RIS is running on domain controllers.
> > > > > >
> > > > > > Any assistance or recommendations would be appreciated
> > > >
> > > >
> > > >

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mapping drives and Encryption Michael W White Windows XP Security Admin 6 01-05-2006 04:17 AM
Re: XPSP2 domain firewall settings Anthony Yates Windows XP Security Admin 1 01-05-2006 04:16 AM
share/connect problem Ken Windows XP Network Web 4 01-05-2006 04:15 AM
Windows XP cant join domain (box greyed out) Oliver Whiteman Windows XP Network Web 2 01-05-2006 04:14 AM
Non-Domain SP2 systems, SLOW domain access Keith Jakobs, MCP Windows XP Network Web 0 01-05-2006 04:08 AM


All times are GMT. The time now is 03:27 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Re: RIS built Machines won't join the domain after upgrading to W2