PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win2000.dns > Re: Windows 2000 server File server cannot work fine on DNS
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Re: Windows 2000 server File server cannot work fine on DNS

Réponse
 
LinkBack Outils de la discussion
Vieux 16/09/2006, 16h17   #1
Lanwench [MVP - Exchange]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Windows 2000 server File server cannot work fine on DNS

In news:2077C6B2-FFAF-4E0F-A1FA-D581558AB0E4@microsoft.com,
Anthony Tang <Anthony Tang@discussions.microsoft.com> typed:
> I have reinstall a windows 2000 server for file server & dcpromo it
> to join back my domain. But I found out some client always
> disconnected from the file server drive & go offline.



I'm afraid that you haven't provided enough information for anyone to
you with this. Please repost with full details of your configuration, exact
errors you get, and what you've done already to troubleshoot.

http://www.dts-l.org/goodpost.htm may ...


  Réponse avec citation
Vieux 17/09/2006, 08h46   #2
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Windows 2000 server File server cannot work fine on DNS


Anthony the grammar is a little difficult for us to follow;
PLEASE understand that YOUR English is MUCH better
than my ability to speak YOUR language but we might need
you to review the message with a friend to us to you.

We will try in any case but it is a little confusing....

"Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
news:56653721-E56A-408C-9154-229DE462655E@microsoft.com...
> Ok. I have 2 PDC & BDC windows 2000 server works fine last time. Now I
> have
> reinstall the BDC which is a file server & BDC for my domain. After I
> fresh


Windows Active Directory only had "DCs"; there are no PDC or
BDC unless you actually have NT xDCs in your domain still.

> install I join the server to domain the dcpromo it. everything work fine
> on
> the dcpromo. All the configuration of the DNS server in PDC have been
> loaded
> to BDC. But on the client PC I try to map to the file server drive which I
> have share from the BDC with the DNS name "server\file server" work fine
> on
> 1st time.


If you can access it at all it is NOT likely a DNS issue.

Do make sure however that your clients computers contain
ONLY the "INTERNAL DNS servers" on their NIC->IP
configuration -- do not mix both external and internal servers
since that is never reliable.

This is one of the few (likely) DNS issue that will cause things to
work temporarily and then fail.

Also, make sure you don't have two DNS servers forwarding to
EACH OTHER, i.e., "mutually forwarding". Such infinited loops
do cause DNS server failures.

> After a while the mapping drive become offline & need to
> synchornize on the drive to online. Anything I can do to troubleshoot for
> the
> DNS server on the BDC?


Probably not DNS (except see above.)

> Can show me a site which have the troubleshooting
> skills, tools or steps? Please is urgent because the BDC have been
> problem like this for few weeks already. Thank you.


If you do have either DNS server or DC authentication errors the
most important tool is likely DCDiag.

It is in the "Support Tools" on your Server CDROM.

Also NetDiag for you non-DC machines will .

You problem does not however sound LIKELY to be either a
DC or DNS error since it works at first and then fails.

Do the following: run and save the output from your "IPConfig /all"
BEFORE the problem occurs. Run it again when the problem
appears.

Do so on both an affected client and the problem server (e.g., BDC.)

You can test DNS functionality with NSLookup from the client....

NSLookup ServerName IP.Of.DNS.Server

You can view shares on your file server (from the client) with the
commandline:

net view \\ServerName

OR

new view \\Server.Ip.Add.ress

OR

net view \\Server.Domain.com

All of these SHOULD work but you can sometimes isolate the
problem by determining which work, or which work work only
slowly or not at all.

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

> "Lanwench [MVP - Exchange]" wrote:
>
>> In news:2077C6B2-FFAF-4E0F-A1FA-D581558AB0E4@microsoft.com,
>> Anthony Tang <Anthony Tang@discussions.microsoft.com> typed:
>> > I have reinstall a windows 2000 server for file server & dcpromo it
>> > to join back my domain. But I found out some client always
>> > disconnected from the file server drive & go offline.

>>
>>
>> I'm afraid that you haven't provided enough information for anyone to
>>
>> you with this. Please repost with full details of your configuration,
>> exact
>> errors you get, and what you've done already to troubleshoot.
>>
>> http://www.dts-l.org/goodpost.htm may ...
>>
>>
>>



  Réponse avec citation
Vieux 18/09/2006, 03h42   #3
Anthony Tang
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Windows 2000 server File server cannot work fine on DNS

I think my english is not good enough as your guys, but I just need some
to troubleshoot my DNS problem for the BDC server.

"Herb Martin" wrote:

>
> Anthony the grammar is a little difficult for us to follow;
> PLEASE understand that YOUR English is MUCH better
> than my ability to speak YOUR language but we might need
> you to review the message with a friend to us to you.
>
> We will try in any case but it is a little confusing....
>
> "Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
> news:56653721-E56A-408C-9154-229DE462655E@microsoft.com...
> > Ok. I have 2 PDC & BDC windows 2000 server works fine last time. Now I
> > have
> > reinstall the BDC which is a file server & BDC for my domain. After I
> > fresh

>
> Windows Active Directory only had "DCs"; there are no PDC or
> BDC unless you actually have NT xDCs in your domain still.
>
> > install I join the server to domain the dcpromo it. everything work fine
> > on
> > the dcpromo. All the configuration of the DNS server in PDC have been
> > loaded
> > to BDC. But on the client PC I try to map to the file server drive which I
> > have share from the BDC with the DNS name "server\file server" work fine
> > on
> > 1st time.

>
> If you can access it at all it is NOT likely a DNS issue.
>
> Do make sure however that your clients computers contain
> ONLY the "INTERNAL DNS servers" on their NIC->IP
> configuration -- do not mix both external and internal servers
> since that is never reliable.
>
> This is one of the few (likely) DNS issue that will cause things to
> work temporarily and then fail.
>
> Also, make sure you don't have two DNS servers forwarding to
> EACH OTHER, i.e., "mutually forwarding". Such infinited loops
> do cause DNS server failures.
>
> > After a while the mapping drive become offline & need to
> > synchornize on the drive to online. Anything I can do to troubleshoot for
> > the
> > DNS server on the BDC?

>
> Probably not DNS (except see above.)
>
> > Can show me a site which have the troubleshooting
> > skills, tools or steps? Please is urgent because the BDC have been
> > problem like this for few weeks already. Thank you.

>
> If you do have either DNS server or DC authentication errors the
> most important tool is likely DCDiag.
>
> It is in the "Support Tools" on your Server CDROM.
>
> Also NetDiag for you non-DC machines will .
>
> You problem does not however sound LIKELY to be either a
> DC or DNS error since it works at first and then fails.
>
> Do the following: run and save the output from your "IPConfig /all"
> BEFORE the problem occurs. Run it again when the problem
> appears.
>
> Do so on both an affected client and the problem server (e.g., BDC.)
>
> You can test DNS functionality with NSLookup from the client....
>
> NSLookup ServerName IP.Of.DNS.Server
>
> You can view shares on your file server (from the client) with the
> commandline:
>
> net view \\ServerName
>
> OR
>
> new view \\Server.Ip.Add.ress
>
> OR
>
> net view \\Server.Domain.com
>
> All of these SHOULD work but you can sometimes isolate the
> problem by determining which work, or which work work only
> slowly or not at all.
>
> --
> Herb Martin, MCSE, MVP
> Accelerated MCSE
> http://www.LearnQuick.Com
> [phone number on web site]
>
> > "Lanwench [MVP - Exchange]" wrote:
> >
> >> In news:2077C6B2-FFAF-4E0F-A1FA-D581558AB0E4@microsoft.com,
> >> Anthony Tang <Anthony Tang@discussions.microsoft.com> typed:
> >> > I have reinstall a windows 2000 server for file server & dcpromo it
> >> > to join back my domain. But I found out some client always
> >> > disconnected from the file server drive & go offline.
> >>
> >>
> >> I'm afraid that you haven't provided enough information for anyone to
> >>
> >> you with this. Please repost with full details of your configuration,
> >> exact
> >> errors you get, and what you've done already to troubleshoot.
> >>
> >> http://www.dts-l.org/goodpost.htm may ...
> >>
> >>
> >>

>
>
>

  Réponse avec citation
Vieux 18/09/2006, 06h02   #4
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Windows 2000 server File server cannot work fine on DNS

"Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
news:6BC0071A-0E46-4643-91DD-6B2241144521@microsoft.com...
>I think my english is not good enough as your guys, but I just need some
>
> to troubleshoot my DNS problem for the BDC server.


Don't worry about your English except that we need to
understand your problem.

Again, YOUR English is better than my ability to use YOUR
language no matter what you speak natively and no matter that
I speak five or six languages BADLY. (Your English is better
than my best non-English ability.)

Did any of what I wrote ?

If not, find someone to you with explaining it to us, or tell
us your language and we will try to find you a newsgroup where
that language is used.

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


> "Herb Martin" wrote:
>
>>
>> Anthony the grammar is a little difficult for us to follow;
>> PLEASE understand that YOUR English is MUCH better
>> than my ability to speak YOUR language but we might need
>> you to review the message with a friend to us to you.
>>
>> We will try in any case but it is a little confusing....
>>
>> "Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
>> news:56653721-E56A-408C-9154-229DE462655E@microsoft.com...
>> > Ok. I have 2 PDC & BDC windows 2000 server works fine last time. Now I
>> > have
>> > reinstall the BDC which is a file server & BDC for my domain. After I
>> > fresh

>>
>> Windows Active Directory only had "DCs"; there are no PDC or
>> BDC unless you actually have NT xDCs in your domain still.
>>
>> > install I join the server to domain the dcpromo it. everything work
>> > fine
>> > on
>> > the dcpromo. All the configuration of the DNS server in PDC have been
>> > loaded
>> > to BDC. But on the client PC I try to map to the file server drive
>> > which I
>> > have share from the BDC with the DNS name "server\file server" work
>> > fine
>> > on
>> > 1st time.

>>
>> If you can access it at all it is NOT likely a DNS issue.
>>
>> Do make sure however that your clients computers contain
>> ONLY the "INTERNAL DNS servers" on their NIC->IP
>> configuration -- do not mix both external and internal servers
>> since that is never reliable.
>>
>> This is one of the few (likely) DNS issue that will cause things to
>> work temporarily and then fail.
>>
>> Also, make sure you don't have two DNS servers forwarding to
>> EACH OTHER, i.e., "mutually forwarding". Such infinited loops
>> do cause DNS server failures.
>>
>> > After a while the mapping drive become offline & need to
>> > synchornize on the drive to online. Anything I can do to troubleshoot
>> > for
>> > the
>> > DNS server on the BDC?

>>
>> Probably not DNS (except see above.)
>>
>> > Can show me a site which have the troubleshooting
>> > skills, tools or steps? Please is urgent because the BDC have been
>> > problem like this for few weeks already. Thank you.

>>
>> If you do have either DNS server or DC authentication errors the
>> most important tool is likely DCDiag.
>>
>> It is in the "Support Tools" on your Server CDROM.
>>
>> Also NetDiag for you non-DC machines will .
>>
>> You problem does not however sound LIKELY to be either a
>> DC or DNS error since it works at first and then fails.
>>
>> Do the following: run and save the output from your "IPConfig /all"
>> BEFORE the problem occurs. Run it again when the problem
>> appears.
>>
>> Do so on both an affected client and the problem server (e.g., BDC.)
>>
>> You can test DNS functionality with NSLookup from the client....
>>
>> NSLookup ServerName IP.Of.DNS.Server
>>
>> You can view shares on your file server (from the client) with the
>> commandline:
>>
>> net view \\ServerName
>>
>> OR
>>
>> new view \\Server.Ip.Add.ress
>>
>> OR
>>
>> net view \\Server.Domain.com
>>
>> All of these SHOULD work but you can sometimes isolate the
>> problem by determining which work, or which work work only
>> slowly or not at all.
>>
>> --
>> Herb Martin, MCSE, MVP
>> Accelerated MCSE
>> http://www.LearnQuick.Com
>> [phone number on web site]
>>
>> > "Lanwench [MVP - Exchange]" wrote:
>> >
>> >> In news:2077C6B2-FFAF-4E0F-A1FA-D581558AB0E4@microsoft.com,
>> >> Anthony Tang <Anthony Tang@discussions.microsoft.com> typed:
>> >> > I have reinstall a windows 2000 server for file server & dcpromo it
>> >> > to join back my domain. But I found out some client always
>> >> > disconnected from the file server drive & go offline.
>> >>
>> >>
>> >> I'm afraid that you haven't provided enough information for anyone to
>> >>
>> >> you with this. Please repost with full details of your configuration,
>> >> exact
>> >> errors you get, and what you've done already to troubleshoot.
>> >>
>> >> http://www.dts-l.org/goodpost.htm may ...
>> >>
>> >>
>> >>

>>
>>
>>



  Réponse avec citation
Vieux 18/09/2006, 11h17   #5
Anthony Tang
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Windows 2000 server File server cannot work fine on DNS

Hi Martin,

Can you just show me how to troubleshoot a w2k server BDC to make sure it
have been dcpromo to my AD & DNS server?

"Herb Martin" wrote:

> "Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
> news:6BC0071A-0E46-4643-91DD-6B2241144521@microsoft.com...
> >I think my english is not good enough as your guys, but I just need some
> >
> > to troubleshoot my DNS problem for the BDC server.

>
> Don't worry about your English except that we need to
> understand your problem.
>
> Again, YOUR English is better than my ability to use YOUR
> language no matter what you speak natively and no matter that
> I speak five or six languages BADLY. (Your English is better
> than my best non-English ability.)
>
> Did any of what I wrote ?
>
> If not, find someone to you with explaining it to us, or tell
> us your language and we will try to find you a newsgroup where
> that language is used.
>
> --
> Herb Martin, MCSE, MVP
> Accelerated MCSE
> http://www.LearnQuick.Com
> [phone number on web site]
>
>
> > "Herb Martin" wrote:
> >
> >>
> >> Anthony the grammar is a little difficult for us to follow;
> >> PLEASE understand that YOUR English is MUCH better
> >> than my ability to speak YOUR language but we might need
> >> you to review the message with a friend to us to you.
> >>
> >> We will try in any case but it is a little confusing....
> >>
> >> "Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
> >> news:56653721-E56A-408C-9154-229DE462655E@microsoft.com...
> >> > Ok. I have 2 PDC & BDC windows 2000 server works fine last time. Now I
> >> > have
> >> > reinstall the BDC which is a file server & BDC for my domain. After I
> >> > fresh
> >>
> >> Windows Active Directory only had "DCs"; there are no PDC or
> >> BDC unless you actually have NT xDCs in your domain still.
> >>
> >> > install I join the server to domain the dcpromo it. everything work
> >> > fine
> >> > on
> >> > the dcpromo. All the configuration of the DNS server in PDC have been
> >> > loaded
> >> > to BDC. But on the client PC I try to map to the file server drive
> >> > which I
> >> > have share from the BDC with the DNS name "server\file server" work
> >> > fine
> >> > on
> >> > 1st time.
> >>
> >> If you can access it at all it is NOT likely a DNS issue.
> >>
> >> Do make sure however that your clients computers contain
> >> ONLY the "INTERNAL DNS servers" on their NIC->IP
> >> configuration -- do not mix both external and internal servers
> >> since that is never reliable.
> >>
> >> This is one of the few (likely) DNS issue that will cause things to
> >> work temporarily and then fail.
> >>
> >> Also, make sure you don't have two DNS servers forwarding to
> >> EACH OTHER, i.e., "mutually forwarding". Such infinited loops
> >> do cause DNS server failures.
> >>
> >> > After a while the mapping drive become offline & need to
> >> > synchornize on the drive to online. Anything I can do to troubleshoot
> >> > for
> >> > the
> >> > DNS server on the BDC?
> >>
> >> Probably not DNS (except see above.)
> >>
> >> > Can show me a site which have the troubleshooting
> >> > skills, tools or steps? Please is urgent because the BDC have been
> >> > problem like this for few weeks already. Thank you.
> >>
> >> If you do have either DNS server or DC authentication errors the
> >> most important tool is likely DCDiag.
> >>
> >> It is in the "Support Tools" on your Server CDROM.
> >>
> >> Also NetDiag for you non-DC machines will .
> >>
> >> You problem does not however sound LIKELY to be either a
> >> DC or DNS error since it works at first and then fails.
> >>
> >> Do the following: run and save the output from your "IPConfig /all"
> >> BEFORE the problem occurs. Run it again when the problem
> >> appears.
> >>
> >> Do so on both an affected client and the problem server (e.g., BDC.)
> >>
> >> You can test DNS functionality with NSLookup from the client....
> >>
> >> NSLookup ServerName IP.Of.DNS.Server
> >>
> >> You can view shares on your file server (from the client) with the
> >> commandline:
> >>
> >> net view \\ServerName
> >>
> >> OR
> >>
> >> new view \\Server.Ip.Add.ress
> >>
> >> OR
> >>
> >> net view \\Server.Domain.com
> >>
> >> All of these SHOULD work but you can sometimes isolate the
> >> problem by determining which work, or which work work only
> >> slowly or not at all.
> >>
> >> --
> >> Herb Martin, MCSE, MVP
> >> Accelerated MCSE
> >> http://www.LearnQuick.Com
> >> [phone number on web site]
> >>
> >> > "Lanwench [MVP - Exchange]" wrote:
> >> >
> >> >> In news:2077C6B2-FFAF-4E0F-A1FA-D581558AB0E4@microsoft.com,
> >> >> Anthony Tang <Anthony Tang@discussions.microsoft.com> typed:
> >> >> > I have reinstall a windows 2000 server for file server & dcpromo it
> >> >> > to join back my domain. But I found out some client always
> >> >> > disconnected from the file server drive & go offline.
> >> >>
> >> >>
> >> >> I'm afraid that you haven't provided enough information for anyone to
> >> >>
> >> >> you with this. Please repost with full details of your configuration,
> >> >> exact
> >> >> errors you get, and what you've done already to troubleshoot.
> >> >>
> >> >> http://www.dts-l.org/goodpost.htm may ...
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

  Réponse avec citation
Vieux 18/09/2006, 18h05   #6
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Windows 2000 server File server cannot work fine on DNS

"Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
news:17FD03E8-DB53-45EA-A345-A8865640CE05@microsoft.com...
> Hi Martin,
>
> Can you just show me how to troubleshoot a w2k server BDC to make sure it
> have been dcpromo to my AD & DNS server?


It's not a BDC if it runs W2K. Once promoted it is just a "DC".

Run DCDiag on it (and every DC.) Send the output to a text file
and search for FAIL, WARN, and ERROR in that file (or the
equivalent words if your version of Windows uses your national
language.)

DCDiag is on the Server CDROM in the "Support Tools" -- they
require a separate install.

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

>
> "Herb Martin" wrote:
>
>> "Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in message
>> news:6BC0071A-0E46-4643-91DD-6B2241144521@microsoft.com...
>> >I think my english is not good enough as your guys, but I just need some
>> >
>> > to troubleshoot my DNS problem for the BDC server.

>>
>> Don't worry about your English except that we need to
>> understand your problem.
>>
>> Again, YOUR English is better than my ability to use YOUR
>> language no matter what you speak natively and no matter that
>> I speak five or six languages BADLY. (Your English is better
>> than my best non-English ability.)
>>
>> Did any of what I wrote ?
>>
>> If not, find someone to you with explaining it to us, or tell
>> us your language and we will try to find you a newsgroup where
>> that language is used.
>>
>> --
>> Herb Martin, MCSE, MVP
>> Accelerated MCSE
>> http://www.LearnQuick.Com
>> [phone number on web site]
>>
>>
>> > "Herb Martin" wrote:
>> >
>> >>
>> >> Anthony the grammar is a little difficult for us to follow;
>> >> PLEASE understand that YOUR English is MUCH better
>> >> than my ability to speak YOUR language but we might need
>> >> you to review the message with a friend to us to you.
>> >>
>> >> We will try in any case but it is a little confusing....
>> >>
>> >> "Anthony Tang" <AnthonyTang@discussions.microsoft.com> wrote in
>> >> message
>> >> news:56653721-E56A-408C-9154-229DE462655E@microsoft.com...
>> >> > Ok. I have 2 PDC & BDC windows 2000 server works fine last time. Now
>> >> > I
>> >> > have
>> >> > reinstall the BDC which is a file server & BDC for my domain. After
>> >> > I
>> >> > fresh
>> >>
>> >> Windows Active Directory only had "DCs"; there are no PDC or
>> >> BDC unless you actually have NT xDCs in your domain still.
>> >>
>> >> > install I join the server to domain the dcpromo it. everything work
>> >> > fine
>> >> > on
>> >> > the dcpromo. All the configuration of the DNS server in PDC have
>> >> > been
>> >> > loaded
>> >> > to BDC. But on the client PC I try to map to the file server drive
>> >> > which I
>> >> > have share from the BDC with the DNS name "server\file server" work
>> >> > fine
>> >> > on
>> >> > 1st time.
>> >>
>> >> If you can access it at all it is NOT likely a DNS issue.
>> >>
>> >> Do make sure however that your clients computers contain
>> >> ONLY the "INTERNAL DNS servers" on their NIC->IP
>> >> configuration -- do not mix both external and internal servers
>> >> since that is never reliable.
>> >>
>> >> This is one of the few (likely) DNS issue that will cause things to
>> >> work temporarily and then fail.
>> >>
>> >> Also, make sure you don't have two DNS servers forwarding to
>> >> EACH OTHER, i.e., "mutually forwarding". Such infinited loops
>> >> do cause DNS server failures.
>> >>
>> >> > After a while the mapping drive become offline & need to
>> >> > synchornize on the drive to online. Anything I can do to
>> >> > troubleshoot
>> >> > for
>> >> > the
>> >> > DNS server on the BDC?
>> >>
>> >> Probably not DNS (except see above.)
>> >>
>> >> > Can show me a site which have the troubleshooting
>> >> > skills, tools or steps? Please is urgent because the BDC have
>> >> > been
>> >> > problem like this for few weeks already. Thank you.
>> >>
>> >> If you do have either DNS server or DC authentication errors the
>> >> most important tool is likely DCDiag.
>> >>
>> >> It is in the "Support Tools" on your Server CDROM.
>> >>
>> >> Also NetDiag for you non-DC machines will .
>> >>
>> >> You problem does not however sound LIKELY to be either a
>> >> DC or DNS error since it works at first and then fails.
>> >>
>> >> Do the following: run and save the output from your "IPConfig /all"
>> >> BEFORE the problem occurs. Run it again when the problem
>> >> appears.
>> >>
>> >> Do so on both an affected client and the problem server (e.g., BDC.)
>> >>
>> >> You can test DNS functionality with NSLookup from the client....
>> >>
>> >> NSLookup ServerName IP.Of.DNS.Server
>> >>
>> >> You can view shares on your file server (from the client) with the
>> >> commandline:
>> >>
>> >> net view \\ServerName
>> >>
>> >> OR
>> >>
>> >> new view \\Server.Ip.Add.ress
>> >>
>> >> OR
>> >>
>> >> net view \\Server.Domain.com
>> >>
>> >> All of these SHOULD work but you can sometimes isolate the
>> >> problem by determining which work, or which work work only
>> >> slowly or not at all.
>> >>
>> >> --
>> >> Herb Martin, MCSE, MVP
>> >> Accelerated MCSE
>> >> http://www.LearnQuick.Com
>> >> [phone number on web site]
>> >>
>> >> > "Lanwench [MVP - Exchange]" wrote:
>> >> >
>> >> >> In news:2077C6B2-FFAF-4E0F-A1FA-D581558AB0E4@microsoft.com,
>> >> >> Anthony Tang <Anthony Tang@discussions.microsoft.com> typed:
>> >> >> > I have reinstall a windows 2000 server for file server & dcpromo
>> >> >> > it
>> >> >> > to join back my domain. But I found out some client always
>> >> >> > disconnected from the file server drive & go offline.
>> >> >>
>> >> >>
>> >> >> I'm afraid that you haven't provided enough information for anyone
>> >> >> to
>> >> >>
>> >> >> you with this. Please repost with full details of your
>> >> >> configuration,
>> >> >> exact
>> >> >> errors you get, and what you've done already to troubleshoot.
>> >> >>
>> >> >> http://www.dts-l.org/goodpost.htm may ...
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>

>>
>>
>>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 21h56.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,26196 seconds with 14 queries