Networking Forums

Networking Forums > Computer Networking > Windows Networking > PDC Server Not Appearing Network Neighbourhood <-- Heavy Duty Help Required !

Reply
Thread Tools Display Modes

PDC Server Not Appearing Network Neighbourhood <-- Heavy Duty Help Required !

 
 
Pez
Guest
Posts: n/a

 
      10-17-2004, 11:55 AM
All

Before I say anything else, can I say that I develop software for a living
and just get the poison chalice job of looking after the servers and the
network: so be gentle with me !

We have a single Windows 2003 Standard Edition machine Dell PE4600 (
AM-PE4600ENIGMA ) acting as
a primary domain controller and a baby Dell ( running Windows 2003 SE as
well ) as a backup domain ( AM-PE4600ULTRA ) controller on a very small
network. We have a strange problem in so far as the machine does not
appear in the domain if you browse
the domain in network neighbourhood - *all* other clients attached to the
domain do but the server itself does not !!

You can from a client:

1. Ping the PDC machine by IP address all okay
2. Ping the PDC machine by name all okay
3. Ping the PDC machine by fully qualified address all okay

4. Ping the BDC machine by IP address all okay
5. Ping the BDC machine by name all okay
6. Ping the BDC machine by fully qualified address all okay

The machine has two network cards installed which are adaptive load balanced
using the Intel Pro Chipset utility.

All applications including Exchange and SQL/Server seem to be working
absolutely fine.

We have de-installed and re-installed DNS, done various boots and it still
does not appear; I have also re-installed file and print sharing as this was
mentioned in a post as being a potential post.

Other Information:

1. Net BIOS over TCP is enabled
2. The backup controller gets this ever logged:

Event ID 8032.
Type Browser.
The browser service has failed to retrieve the backup list too many times on
transport \Device\NetBT_Tcpip_{FD65145F-ECAC-4E77-A846-33732DC39120}. The
backup browser is stopping.



This is the latest BROWSTAT information:

U:\>browstat status


Status for domain ACTIVE_MEDIA on transport
\Device\NetBT_Tcpip_{36DC5F08-F5D1-4
5A5-9874-CED1733AD2D7}
Browsing is active on domain.
Master browser name is: AM-PE4600ENIGMA
Master browser is running build 3790
1 backup servers retrieved from master AM-PE4600ENIGMA
\\AM-PE4600ENIGMA
There are 0 servers in domain ACTIVE_MEDIA on transport
\Device\NetBT_Tcpip_
{36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
There are 1 domains in domain ACTIVE_MEDIA on transport
\Device\NetBT_Tcpip_
{36DC5F08-F5D1-45A5-9874-CED1733AD2D7}

... which seems okay, but the following seems to be the root of the problem:

U:\>browstat getmaster \device\netbt_el59x1 active_media
The browser is not bound to transport \device\netbt_el59x1 <---- I think
this is the problem

List of transports currently bound to the browser

1 \Device\NetBT_Tcpip_{36DC5F08-F5D1-45A5-9874-CED1733AD2D7}

BROWSTAT accepts any of the following forms for transport name:
1, \device\XXX, XXX

Does anyone know what / if there is a resolution to this. Is there anyway
of re-binding the browser to the transport.

Thanks in anticipation

Peter Greenway
for Active Media Business Solutions


 
Reply With Quote
 
 
 
 
Matt Anderson
Guest
Posts: n/a

 
      10-18-2004, 03:13 AM

"Pez" <(E-Mail Removed)> wrote in message
news:cktmjv$e9h$1$(E-Mail Removed)...
> All
>

Install WINS service on your domain controller. Set your server to point to
itself for WINS. Configure WINS settings in DHCP. Then try an nbtstat -RR

Let me know what happens.

Matt
MCT, MCSE


 
Reply With Quote
 
Peter Greenway
Guest
Posts: n/a

 
      10-18-2004, 06:50 AM
Hello Matt

Thanks for the help; this is the results of the nbtstat -n after I set up
the WINS server

U:\>NBTSTAT -n

AM-PE4600ENIGMA Adaptive Load Balancing Module:
Node IpAddress: [192.168.0.100] Scope Id: []

NetBIOS Local Name Table

Name Type Status
---------------------------------------------
AM-PE4600ENIGMA<00> UNIQUE Registered
ACTIVE_MEDIA <00> GROUP Registered
ACTIVE_MEDIA <1C> GROUP Registered
AM-PE4600ENIGMA<20> UNIQUE Registered
ACTIVE_MEDIA <1B> UNIQUE Registered
ACTIVE_MEDIA <1E> GROUP Registered
ACTIVE_MEDIA <1D> UNIQUE Registered
AM-PE4600ENIGMA<03> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered

Neither machines have come up in network neighbourhood then.

"Matt Anderson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Pez" <(E-Mail Removed)> wrote in message
> news:cktmjv$e9h$1$(E-Mail Removed)...
>> All
>>

> Install WINS service on your domain controller. Set your server to point
> to itself for WINS. Configure WINS settings in DHCP. Then try an
> nbtstat -RR
>
> Let me know what happens.
>
> Matt
> MCT, MCSE
>



 
Reply With Quote
 
Dana Brash
Guest
Posts: n/a

 
      10-18-2004, 10:11 AM
Do you have File and Printer Sharing enabled?


--
Dana Brash
MCSE, MCDBA, MCSA

(E-Mail Removed)

"Pez" <(E-Mail Removed)> wrote in message
news:cktmjv$e9h$1$(E-Mail Removed)...
> All
>
> Before I say anything else, can I say that I develop software for a living
> and just get the poison chalice job of looking after the servers and the
> network: so be gentle with me !
>
> We have a single Windows 2003 Standard Edition machine Dell PE4600 (
> AM-PE4600ENIGMA ) acting as
> a primary domain controller and a baby Dell ( running Windows 2003 SE as
> well ) as a backup domain ( AM-PE4600ULTRA ) controller on a very small
> network. We have a strange problem in so far as the machine does not
> appear in the domain if you browse
> the domain in network neighbourhood - *all* other clients attached to the
> domain do but the server itself does not !!
>
> You can from a client:
>
> 1. Ping the PDC machine by IP address all okay
> 2. Ping the PDC machine by name all okay
> 3. Ping the PDC machine by fully qualified address all okay
>
> 4. Ping the BDC machine by IP address all okay
> 5. Ping the BDC machine by name all okay
> 6. Ping the BDC machine by fully qualified address all okay
>
> The machine has two network cards installed which are adaptive load
> balanced
> using the Intel Pro Chipset utility.
>
> All applications including Exchange and SQL/Server seem to be working
> absolutely fine.
>
> We have de-installed and re-installed DNS, done various boots and it still
> does not appear; I have also re-installed file and print sharing as this
> was mentioned in a post as being a potential post.
>
> Other Information:
>
> 1. Net BIOS over TCP is enabled
> 2. The backup controller gets this ever logged:
>
> Event ID 8032.
> Type Browser.
> The browser service has failed to retrieve the backup list too many times
> on
> transport \Device\NetBT_Tcpip_{FD65145F-ECAC-4E77-A846-33732DC39120}. The
> backup browser is stopping.
>
>
>
> This is the latest BROWSTAT information:
>
> U:\>browstat status
>
>
> Status for domain ACTIVE_MEDIA on transport
> \Device\NetBT_Tcpip_{36DC5F08-F5D1-4
> 5A5-9874-CED1733AD2D7}
> Browsing is active on domain.
> Master browser name is: AM-PE4600ENIGMA
> Master browser is running build 3790
> 1 backup servers retrieved from master AM-PE4600ENIGMA
> \\AM-PE4600ENIGMA
> There are 0 servers in domain ACTIVE_MEDIA on transport
> \Device\NetBT_Tcpip_
> {36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
> There are 1 domains in domain ACTIVE_MEDIA on transport
> \Device\NetBT_Tcpip_
> {36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>
> .. which seems okay, but the following seems to be the root of the
> problem:
>
> U:\>browstat getmaster \device\netbt_el59x1 active_media
> The browser is not bound to transport \device\netbt_el59x1 <---- I
> think this is the problem
>
> List of transports currently bound to the browser
>
> 1 \Device\NetBT_Tcpip_{36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>
> BROWSTAT accepts any of the following forms for transport name:
> 1, \device\XXX, XXX
>
> Does anyone know what / if there is a resolution to this. Is there anyway
> of re-binding the browser to the transport.
>
> Thanks in anticipation
>
> Peter Greenway
> for Active Media Business Solutions
>



 
Reply With Quote
 
Matt Anderson
Guest
Posts: n/a

 
      10-18-2004, 01:19 PM

"Peter Greenway" <(E-Mail Removed)> wrote in message
news:ckvp4c$97r$1$(E-Mail Removed)...
> Hello Matt
>
> Thanks for the help; this is the results of the nbtstat -n after I set up
> the WINS server
>
> U:\>NBTSTAT -n
>

The server service is started on these machines? There is a utility called
browmon.exe that might help you, it's about 80k , what's your e-mail address
I'll send it to you.

Matt
MCT, MCSE


 
Reply With Quote
 
Peter Greenway
Guest
Posts: n/a

 
      10-18-2004, 07:39 PM
Yes, I have file and printer sharing enabled, that was in one of the KB
articles. I have also used browmon and that does not work basically saying
that I have a problem with the browser !!! I have followed all of the
suggestions without any luck and am truly stumped on this one.

P.
"Dana Brash" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Do you have File and Printer Sharing enabled?
>
>
> --
> Dana Brash
> MCSE, MCDBA, MCSA
>
> (E-Mail Removed)
>
> "Pez" <(E-Mail Removed)> wrote in message
> news:cktmjv$e9h$1$(E-Mail Removed)...
>> All
>>
>> Before I say anything else, can I say that I develop software for a
>> living and just get the poison chalice job of looking after the servers
>> and the network: so be gentle with me !
>>
>> We have a single Windows 2003 Standard Edition machine Dell PE4600 (
>> AM-PE4600ENIGMA ) acting as
>> a primary domain controller and a baby Dell ( running Windows 2003 SE as
>> well ) as a backup domain ( AM-PE4600ULTRA ) controller on a very small
>> network. We have a strange problem in so far as the machine does not
>> appear in the domain if you browse
>> the domain in network neighbourhood - *all* other clients attached to the
>> domain do but the server itself does not !!
>>
>> You can from a client:
>>
>> 1. Ping the PDC machine by IP address all okay
>> 2. Ping the PDC machine by name all okay
>> 3. Ping the PDC machine by fully qualified address all okay
>>
>> 4. Ping the BDC machine by IP address all okay
>> 5. Ping the BDC machine by name all okay
>> 6. Ping the BDC machine by fully qualified address all okay
>>
>> The machine has two network cards installed which are adaptive load
>> balanced
>> using the Intel Pro Chipset utility.
>>
>> All applications including Exchange and SQL/Server seem to be working
>> absolutely fine.
>>
>> We have de-installed and re-installed DNS, done various boots and it
>> still does not appear; I have also re-installed file and print sharing as
>> this was mentioned in a post as being a potential post.
>>
>> Other Information:
>>
>> 1. Net BIOS over TCP is enabled
>> 2. The backup controller gets this ever logged:
>>
>> Event ID 8032.
>> Type Browser.
>> The browser service has failed to retrieve the backup list too many times
>> on
>> transport \Device\NetBT_Tcpip_{FD65145F-ECAC-4E77-A846-33732DC39120}. The
>> backup browser is stopping.
>>
>>
>>
>> This is the latest BROWSTAT information:
>>
>> U:\>browstat status
>>
>>
>> Status for domain ACTIVE_MEDIA on transport
>> \Device\NetBT_Tcpip_{36DC5F08-F5D1-4
>> 5A5-9874-CED1733AD2D7}
>> Browsing is active on domain.
>> Master browser name is: AM-PE4600ENIGMA
>> Master browser is running build 3790
>> 1 backup servers retrieved from master AM-PE4600ENIGMA
>> \\AM-PE4600ENIGMA
>> There are 0 servers in domain ACTIVE_MEDIA on transport
>> \Device\NetBT_Tcpip_
>> {36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>> There are 1 domains in domain ACTIVE_MEDIA on transport
>> \Device\NetBT_Tcpip_
>> {36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>>
>> .. which seems okay, but the following seems to be the root of the
>> problem:
>>
>> U:\>browstat getmaster \device\netbt_el59x1 active_media
>> The browser is not bound to transport \device\netbt_el59x1 <---- I
>> think this is the problem
>>
>> List of transports currently bound to the browser
>>
>> 1 \Device\NetBT_Tcpip_{36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>>
>> BROWSTAT accepts any of the following forms for transport name:
>> 1, \device\XXX, XXX
>>
>> Does anyone know what / if there is a resolution to this. Is there
>> anyway of re-binding the browser to the transport.
>>
>> Thanks in anticipation
>>
>> Peter Greenway
>> for Active Media Business Solutions
>>

>
>



 
Reply With Quote
 
Dana Brash
Guest
Posts: n/a

 
      10-18-2004, 08:05 PM
I am also stumped.

If you disable the adaptive load balancing on the NICs and just run with one
NIC, does the problem go away?

The reason I ask is because I know nothing about Intel's adaptive load
balancing, so it looks suspicious to me. BUT, I also have no idea of the
ramifications or the process involved in turning that off.

I dunno. Worth a try?


Are the servers on the same subnet as the clients? If not, what's
separating them?

Tried the info at EventID.net yet?
http://www.eventid.net/display.asp?e...ROWSER&phase=1

This thread http://www.mcse.ms/archive53-2004-1-339084.html seems to suggest

On domain master browser dig down to:
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\Browser\Parameters
and verify that "MaintainServerList" is set to yes

But that's where the thread ends, so it's inconclusive.

Sorry I'm not more help....

=d=


--
Dana Brash
MCSE, MCDBA, MCSA

(E-Mail Removed)

"Peter Greenway" <(E-Mail Removed)> wrote in message
news:cl165g$pc2$1$(E-Mail Removed)...
> Yes, I have file and printer sharing enabled, that was in one of the KB
> articles. I have also used browmon and that does not work basically
> saying that I have a problem with the browser !!! I have followed all of
> the suggestions without any luck and am truly stumped on this one.
>
> P.
> "Dana Brash" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Do you have File and Printer Sharing enabled?
>>
>>
>> --
>> Dana Brash
>> MCSE, MCDBA, MCSA
>>
>> (E-Mail Removed)
>>
>> "Pez" <(E-Mail Removed)> wrote in message
>> news:cktmjv$e9h$1$(E-Mail Removed)...
>>> All
>>>
>>> Before I say anything else, can I say that I develop software for a
>>> living and just get the poison chalice job of looking after the servers
>>> and the network: so be gentle with me !
>>>
>>> We have a single Windows 2003 Standard Edition machine Dell PE4600 (
>>> AM-PE4600ENIGMA ) acting as
>>> a primary domain controller and a baby Dell ( running Windows 2003 SE as
>>> well ) as a backup domain ( AM-PE4600ULTRA ) controller on a very small
>>> network. We have a strange problem in so far as the machine does not
>>> appear in the domain if you browse
>>> the domain in network neighbourhood - *all* other clients attached to
>>> the domain do but the server itself does not !!
>>>
>>> You can from a client:
>>>
>>> 1. Ping the PDC machine by IP address all okay
>>> 2. Ping the PDC machine by name all okay
>>> 3. Ping the PDC machine by fully qualified address all okay
>>>
>>> 4. Ping the BDC machine by IP address all okay
>>> 5. Ping the BDC machine by name all okay
>>> 6. Ping the BDC machine by fully qualified address all okay
>>>
>>> The machine has two network cards installed which are adaptive load
>>> balanced
>>> using the Intel Pro Chipset utility.
>>>
>>> All applications including Exchange and SQL/Server seem to be working
>>> absolutely fine.
>>>
>>> We have de-installed and re-installed DNS, done various boots and it
>>> still does not appear; I have also re-installed file and print sharing
>>> as this was mentioned in a post as being a potential post.
>>>
>>> Other Information:
>>>
>>> 1. Net BIOS over TCP is enabled
>>> 2. The backup controller gets this ever logged:
>>>
>>> Event ID 8032.
>>> Type Browser.
>>> The browser service has failed to retrieve the backup list too many
>>> times on
>>> transport \Device\NetBT_Tcpip_{FD65145F-ECAC-4E77-A846-33732DC39120}.
>>> The
>>> backup browser is stopping.
>>>
>>>
>>>
>>> This is the latest BROWSTAT information:
>>>
>>> U:\>browstat status
>>>
>>>
>>> Status for domain ACTIVE_MEDIA on transport
>>> \Device\NetBT_Tcpip_{36DC5F08-F5D1-4
>>> 5A5-9874-CED1733AD2D7}
>>> Browsing is active on domain.
>>> Master browser name is: AM-PE4600ENIGMA
>>> Master browser is running build 3790
>>> 1 backup servers retrieved from master AM-PE4600ENIGMA
>>> \\AM-PE4600ENIGMA
>>> There are 0 servers in domain ACTIVE_MEDIA on transport
>>> \Device\NetBT_Tcpip_
>>> {36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>>> There are 1 domains in domain ACTIVE_MEDIA on transport
>>> \Device\NetBT_Tcpip_
>>> {36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>>>
>>> .. which seems okay, but the following seems to be the root of the
>>> problem:
>>>
>>> U:\>browstat getmaster \device\netbt_el59x1 active_media
>>> The browser is not bound to transport \device\netbt_el59x1 <---- I
>>> think this is the problem
>>>
>>> List of transports currently bound to the browser
>>>
>>> 1 \Device\NetBT_Tcpip_{36DC5F08-F5D1-45A5-9874-CED1733AD2D7}
>>>
>>> BROWSTAT accepts any of the following forms for transport name:
>>> 1, \device\XXX, XXX
>>>
>>> Does anyone know what / if there is a resolution to this. Is there
>>> anyway of re-binding the browser to the transport.
>>>
>>> Thanks in anticipation
>>>
>>> Peter Greenway
>>> for Active Media Business Solutions
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server 2008 R2 file share access fails under heavy load PaulChavez Windows Networking 3 10-31-2009 11:33 PM
Heavy duty linux server Ignoramus7931 Linux Networking 21 03-19-2007 11:37 AM
An offline server still appearing in DHCP Autherisation List bineesh Windows Networking 0 10-03-2005 06:08 AM
Linux Server / Windows Network Setup - Knowledgeable Help / Support required!!! Jesse Archer Linux Networking 0 11-06-2004 02:43 AM
Static ARP entries appearing on Windows 2003 server Mr BJC Windows Networking 1 08-13-2004 01:22 PM



1 2 3 4 5 6 7 8 9 10 11