|
jagustin -> RE: OSD Join Domain in Task Sequence (5/9/2008 3:35:55 PM)
|
I have tried to add the machine to the Domain in a few ways: 1) Sysprep.inf, 2) Custom Settings, 3) Fill in information in WinPE boot. None of these work, and if I fill in the information during the winPE menu's it locks out my account. Here are a few logs that note this error and I'm not sure at what stage the lockout occurs. In the netSetup.LOG it tries to join the domain with the correct credentials but returns a 0x52e error and I'm not sure what that means. It tries to join again, and gives the 0x775 error which I believe means the account is locked out. NetSetup.LOG: 05/09 09:58:14 NetpDoDomainJoin 05/09 09:58:14 NetpMachineValidToJoin: 'CPUG040' 05/09 09:58:14 NetpGetLsaPrimaryDomain: status: 0x0 05/09 09:58:14 NetpMachineValidToJoin: status: 0x0 05/09 09:58:14 NetpJoinDomain 05/09 09:58:14 Machine: CPUG040 05/09 09:58:14 Domain: AGLC 05/09 09:58:14 MachineAccountOU: OU=Workstations,OU=CPUs,DC=aglc,DC=goa,DC=ds 05/09 09:58:14 Account: aglc.goa.ds\AdminID 05/09 09:58:14 Options: 0x40003 05/09 09:58:14 OS Version: 5.1 05/09 09:58:14 Build number: 2600 05/09 09:58:14 ServicePack: Service Pack 3 05/09 09:58:14 NetpValidateName: checking to see if 'AGLC' is valid as type 3 name 05/09 09:58:14 NetpCheckDomainNameIsValid [ Exists ] for 'AGLC' returned 0x0 05/09 09:58:14 NetpValidateName: name 'AGLC' is valid for type 3 05/09 09:58:14 NetpDsGetDcName: trying to find DC in domain 'AGLC', flags: 0x1020 05/09 09:58:29 NetpDsGetDcName: failed to find a DC having account 'CPUG040$': 0x525 05/09 09:58:29 NetpDsGetDcName: found DC '\\DC12' in the specified domain 05/09 09:58:29 NetUseAdd to \\DC12\IPC$ returned 1326 05/09 09:58:29 NetpJoinDomain: status of connecting to dc '\\DC12': 0x52e 05/09 09:58:29 NetpDoDomainJoin: status: 0x52e ----------------------------------------------------------------- 05/09 09:59:30 NetpDoDomainJoin 05/09 09:59:30 NetpMachineValidToJoin: 'CPUG040' 05/09 09:59:30 NetpGetLsaPrimaryDomain: status: 0x0 05/09 09:59:30 NetpMachineValidToJoin: status: 0x0 05/09 09:59:30 NetpJoinDomain 05/09 09:59:30 Machine: CPUG040 05/09 09:59:30 Domain: AGLC 05/09 09:59:30 MachineAccountOU: OU=Workstations,OU=CPUs,DC=aglc,DC=goa,DC=ds 05/09 09:59:30 Account: aglc.goa.ds\AdminID 05/09 09:59:30 Options: 0x40003 05/09 09:59:30 OS Version: 5.1 05/09 09:59:30 Build number: 2600 05/09 09:59:30 ServicePack: Service Pack 3 05/09 09:59:30 NetpValidateName: checking to see if 'AGLC' is valid as type 3 name 05/09 09:59:30 NetpCheckDomainNameIsValid [ Exists ] for 'AGLC' returned 0x0 05/09 09:59:30 NetpValidateName: name 'AGLC' is valid for type 3 05/09 09:59:30 NetpDsGetDcName: trying to find DC in domain 'AGLC', flags: 0x1020 05/09 09:59:45 NetpDsGetDcName: failed to find a DC having account 'CPUG040$': 0x525 05/09 09:59:45 NetpDsGetDcName: found DC '\\DC12' in the specified domain 05/09 09:59:45 NetUseAdd to \\DC12\IPC$ returned 1909 05/09 09:59:45 NetpJoinDomain: status of connecting to dc '\\DC12': 0x775 05/09 09:59:45 NetpDoDomainJoin: status: 0x775 In my SetupErr.LOG Warning: Setup was unable to change the password for user account Administrator because of the following error: SamChangePasswordUser returned status c000006a. *** Warning: Setup was unable to change the password for user account Administrator because of the following error: SamChangePasswordUser returned status c000006a. *** Warning: Setup was unable to change the password for user account Administrator because of the following error: SamChangePasswordUser returned status c000006a. *** Error: NetSetup: Join domain AGLC in full unattended mode failed. Setup will proceed to join the default workgroup. ***
|
|
|
|