我试图通过Parallels 7join运行在Lion上的Win7 Pro机器
Parallels设置为使用宽泛的以太网适配器,DNS已经设置到我们的内部服务器,可以通过IP和主机名来ping域控制器。 网关和子网是正确的。 我已经应用了registry编辑win7需要连接到samba共享:
HKLM\System\CCS\Services\LanmanWorkstation\Parameters DWORD DomainCompatibilityMode = 1 DWORD DNSNameResolutionRequired = 0
我可以俯视吗?
4/19我想我可能已经孤立了这个问题。 检查Windows NetSetup日志,似乎join到我们的Samba域控制器win7机器所需的registry调整不坚持,尽pipe在registry编辑器中正确设置为上面的值。 DomainCompatabilityMode&DNSNameResolutionRequired的值默认为不正确的值,我想这是阻止连接。
04/19/2012 11:25:31:685 NetpDoDomainJoin 04/19/2012 11:25:31:685 NetpMachineValidToJoin: 'LOADMACHINE' 04/19/2012 11:25:31:685 OS Version: 6.1 04/19/2012 11:25:31:685 Build number: 7601 (7601.win7sp1_rtm.101119-1850) 04/19/2012 11:25:31:685 ServicePack: Service Pack 1 04/19/2012 11:25:31:685 SKU: Windows 7 Professional 04/19/2012 11:25:31:685 NetpDomainJoinLicensingCheck: ulLicenseValue=1, Status: 0x0 04/19/2012 11:25:31:685 NetpGetLsaPrimaryDomain: status: 0x0 04/19/2012 11:25:31:685 NetpMachineValidToJoin: status: 0x0 04/19/2012 11:25:31:685 NetpJoinDomain 04/19/2012 11:25:31:685 Machine: LOADMACHINE3CB3 04/19/2012 11:25:31:685 Domain: DOMAINNAME 04/19/2012 11:25:31:685 MachineAccountOU: (NULL) 04/19/2012 11:25:31:685 Account: DOMAINNAME\root 04/19/2012 11:25:31:685 Options: 0x27 04/19/2012 11:25:31:685 NetpLoadParameters: loading registry parameters... 04/19/2012 11:25:31:685 NetpLoadParameters: DNSNameResolutionRequired not found, defaulting to '1' 0x2 04/19/2012 11:25:31:685 NetpLoadParameters: DomainCompatibilityMode not found, defaulting to '0' 0x2 04/19/2012 11:25:31:685 NetpLoadParameters: status: 0x2 04/19/2012 11:25:31:685 NetpValidateName: checking to see if 'DOMAINNAME' is valid as type 3 name 04/19/2012 11:25:31:794 NetpCheckDomainNameIsValid [ Exists ] for 'DOMAINNAME' returned 0x0 04/19/2012 11:25:31:794 NetpValidateName: name 'DOMAINNAME' is valid for type 3 04/19/2012 11:25:31:794 NetpDsGetDcName: trying to find DC in domain 'DOMAINNAME', flags: 0x40001010 04/19/2012 11:25:31:794 NetpDsGetDcName: failed to find a DC in the specified domain: 0x54b, last error is 0x0 04/19/2012 11:25:31:794 NetpJoinDomainOnDs: NetpDsGetDcName returned: 0x54b 04/19/2012 11:25:31:794 NetpJoinDomainOnDs: Function exits with status of: 0x54b 04/19/2012 11:25:31:794 NetpDoDomainJoin: status: 0x54b
在regedit中查看这些值(DomainCompatibilityMode&DNSNameResolutionRequired)清楚地表明它们被设置为适当的值:DomainCompatibilityMode = 1 DNSNameResolutionRequired = 0
现在我想知道为什么NetpLoadParameters不能“看到”这些增加的值,并且默认是不正确的。
dcdiag用于在故障DC故障排除时在DC上运行。 如果域中的其他东西都起作用,那么我会认为这是你的win7机器问题。
你在域join过程中有多远?错误是什么? 你得到提示login或者它告诉你无法find域?
不知道samba共享的lanman设置与Windows AD DC有什么关系。