Novell Client troubles "A domain controller could not be found for the specified domain&
#1
Posted 18 December 2006 - 10:11 AM
However, when the time comes to login for the very first time, an error is displayed at the Novell login prompt saying "a domain controller could not be found for the specified domain."
The "workstation only" box comes up checked by default and the "From:" field under the "windows" tab (the only tab available when "workstation only" is checked) has two different options that are both dynamically-generated hostnames, not identical, one with a single-computer icon and one with a networked-computers icon.
Anyone have any experience with this that could possibly help me out?
#2
Posted 18 December 2006 - 01:17 PM
I install the Novell Client through SVCPACK, myself. I made a custom answer file via ACU (the client is pushed from svcpack.inf using a self-extracting RAR archive with "acu.exe /D:no /U:unattend.txt" as the command line), and then import a couple of registry tweaks via cmdlines.txt. Granted, we're running an older version of Novell, but here's what I have:
unattend.txt:
[Novell_Client_Install_Manager] Novell_Client=2000/XP [SetupNWInstallOptions] !DisplayInitialScreen=NO !Reboot_Or_Ask=Neither !SkipAutoReboot=YES !InstallNMAS=NO !InstallNICI=NO [NovellNetWareClientParameters] !AcceptLicenseAgreement=YES !Protocol=IPX !Remove_IPX=NO !DoInstall=YES !Preferred_Server="<your server>" !Preferred_Server_Distribute=Always !Preferred_Tree="<your tree>" !Preferred_Tree_Distribute=Always !Tree_List_Distribute=Never !Default_Context_List_Distribute=Never !Product_Name="Novell Client for Windows 4.91 SP1" !Product_Name_Distribute=Always !Default_Policy_Support=NO !Default_Policy_Support_Distribute=Always !Policy_Path="WS\system32" !Policy_Path_Distribute=Always !Show_Location_List=NO !Show_Location_List_Distribute=Always !Workstation_Only_Default=YES !Workstation_Only_Default_Distribute=Always !Preferred_Network_Protocol=IPX !Preferred_Network_Protocol_Distribute=Always !IPX_Bindery=ON !IPX_NDS=ON !IPX_SAP=ON !IPX_Naming_Distribute=Always !Enable_Scheduler_Icon=OFF !Enable_Scheduler_Icon_Distribute=Always !ServiceInstances_Distribute=Always [NDPSParameters] !DoInstall=NO [NovellNetwareLocationProfiles] !Profile_List1=Default !Profile_List_Distribute=Replace !ProfilesListSZ0="Default","Default" !ProfilesCount=1 !LoginServiceDWOn0="Default","Save On Exit" !LoginServiceSZ0="Default\Tab1","Tab","NDS" !LoginServiceSZ1="Default\Tab2","Tab","Script" !LoginServiceDWOn1="Default\Tab2","Login Script" !LoginServiceDWOn2="Default\Tab2","Display Results" !LoginServiceDWOn3="Default\Tab2","Close Results" !LoginServiceSZ2="Default\Tab3","Tab","NT Credentials" !LoginServiceSZ3="Default\Tab3","DefaultUserName","user" !LoginServiceDWOff0="Default\Tab4","Enable RAS" !LoginServiceSZ4="Default\Tab4","Tab","Dialup" !LoginServiceCount=5,4,1 [] ="E:\Documents and Settings\user\Desktop\Netware.491sp1" _Distribute=Always [Network_2000] Install2000Services=Services2000List [Services2000List] NW_NWFS=NovellNetwareClientParameters, \$OEM$\NET\NTCLIENT\I386 NW_NDPS=NDPSParameters, \$OEM$\NET\NTCLIENT\I386
netware.reg:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Location Profiles\Services\{1E6CEEA1-FB73-11CF-BD76-00001B27DA23}\Default\Tab1]
"Tab"="NDS"
"Context"="<your context>"
"Server"="<your server>"
"Tree"="<your tree>"
; This key pushes the Novell login credentials to Active Directory, so that users don't have to log in twice. Ah, the joys of legacy systems!
[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Login\TAB SETTINGS\NT Credentials]
"Sync NDS Username"=dword:00000001
Granted, this may or may not apply properly to your situation, but hopefully it'll help you out.
#3
Posted 18 December 2006 - 02:01 PM
I'm using ACU as the install utility and have used nciman to import the current settings to the unattend.txt file. I thought maybe there was a conflict between the Novell client and my autologin setting in the Windows WINNT.SIF file. However, when I removed the autologin parameter, it still gave the error.
Looking through Google results, I found that most reported cases of this error have to do with the hostname being changed and some registry settings holding on to the old value.
As far as joining a domain goes, we're not using AD on our network-it's a straight Novell environment. The only Windows/MS based networking we have is that of a few shared printers done via Windows File and Printer Sharing.
I'll look into using your registry tweak, though. It would be a "REGEDIT /S netware.reg" entry in the CMDLINES.TXT file, right? Maybe that'll do the trick.
Man, am I ever glad I'm using virtual machines to do my testing. I think my officemates would've called the men in the white coats if they saw me constantly reinstalling on a real system.
#4
Posted 18 December 2006 - 02:40 PM
CelticWhisper, on Dec 18 2006, 02:01 PM, said:
Yep, that's what I'm doing. It's strange, because I also set the tree and server in the unattend.txt, but for some reason those settings don't stick upon reboot. The registry tweak works for me, though.
#5
Posted 18 December 2006 - 04:25 PM
There remains, however, one complication. When booting, the system is automatically logged into Windows and the desktop appears straight away. I tested and I'm able to login to my NetWare servers and access shared resources just fine (through the Start-->Progs-->Novell (Common)-->NW Login or via the system-tray icon context menu). However, as it will be for a multiuser environment, we need it to boot to a login screen instead of the desktop.
I'm thinking it might work if I clip out the part of your registry file that syncs the passwords for NW and AD. Am I on the right track there, or is there something else I should be looking for?
#6
Posted 18 December 2006 - 05:28 PM
#7
Posted 19 December 2006 - 08:54 AM
Quote
So then is this a known issue with an auto-install of the Novell client, that it'll auto-login once or twice? If so, not a big deal, and I'll figure some way to make it work.
Thanks for the tip, I'll make sure to force classic logon and strip autologin out of the SIF. Does the "AutoLoginCount" line need to equal 0 or does it need to be stripped out altogether? I know the line above needs to be set to "no."
Thanks again, everyone. You're the greatest.
#8
Posted 19 December 2006 - 11:44 AM
I guess it's on to plan B.
There...uh...is a plan B, right guys?
#9
Posted 19 December 2006 - 10:13 PM
I'm assuming XP's Novell client isn't up to it on your Novell network?
#10
Posted 20 December 2006 - 08:43 AM
Thanks for all the help, everyone.
This post has been edited by CelticWhisper: 20 December 2006 - 08:44 AM
- ← Slipstream updates n patches vs AutoPatcher
- Unattended Windows 2000/XP/2003
- order of integration/file editing? →



Help
Back to top










