Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: jim7jim on March 17, 2010, 10:33:43 PM
-
Running Win Server 2003 as DC. Can't browse network with clients. In Event log of DC, I see many events stating that 'The browser running on the Domain Controller has lost an election.' The event mentions that my SME server won the election.
I found somewhere that maybe I should set SME server to domain master = no, but I'm not sure how to do that. In the Admin panel, Workgroup and Domain Controller is set to no. Anybody have an idea what I need to do?
Thanks in advance for any assistance.
-
Can you login as root and show us the output of the following command:
db configuration show smb
-
I get this:
[root@servername ~]# db configuration show smb
smb=service
DeadTime=10080
KeepVersions=disabled
OpLocks=enabled
OsLevel=35
RecycleBin=disabled
RoamingProfiles=no
ServerName=<my server name>
ServerRole=WS
ShadowCount=10
ShadowDir=/home/e-smith/files/.shadow
UnixCharSet=UTF8
UseClientDriver=yes
Workgroup=<my domain name>
status=enabled
-
Does anyone know if the above settings show that SME is trying to be the master browser?
Thanks in advance.
-
Does anyone know if the above settings show that SME is trying to be the master browser?
It might be as I am not sure what OS Level your windows box seems to have, here is a list of expected OS Levels for some older windows versions: http://lists.samba.org/archive/samba-technical/2002-February/019555.html
-
Thanks for the info. I'm running Win Server 2003 Enterprise DC which isn't in the list you linked to, but I've read elsewhere that the max for a Windows server OS level is 32.
So could I just set the SME server to OS level 0? Would I do that something like this?
db configuration setprop smb OsLevel 0
signal-event ?? something ??
-
jim7jim
config setprop smb OsLevel 11
signal-event post-upgrade
signal-event reboot
-
Thanks cactus and mary for your help.
I believe my problem is fixed. I found an old post describing the correct syntax to change OsLevel and now my DC seems to be the master browser again. I did this:
config setprop smb OsLevel 30
signal-event workgroup-update
Thanks again for your help! :grin: