T
TheBlob
Hi all.
I have a problem with some (not all) remote sites clients that take a
veeeery long long time to login, and I'm talking about 30+ minutes, if
they ever manage to logon.
This happens only on some clients and only with some users.
At first I pinpointed the problem to the "home directory" setting, that
pointed to w: -> \\myserver\users$\%username%
By coincidence I discovered that removing the home directory mapping
from the user profile (in the AD management console), the logon was
almost instantaneous.
I simply started to map the home directory within the login script, with
a line like this:
net use W: \\myserver\users$\%username%
If I use instead this other line I get the slow logon again
net use w: /HOME
NOW, the problem has returned...logon sloooow again.
Only way I managed to find was to shorten the username to something
equal or shorter than 8 chars...
My AD DC are all Win2000 , I have primary and secondary DNS and WINS
located on the first two servers, which are in the central site.
The "slow logon" pcs are in peripheric sites, connected with slower
lines.
The problem is very curious because in these very same "slow" sites I
have lots of "fast logon" pcs.
Some things I tried are:
- recreate the user profile from scratch
- check DNS settings, including suffixes
- gpupdate (or "secedit /refreshpolicy user_policy /enforce" and secedit
/refreshpolicy machine_policy /enforce on win2000 clients)
- disable slow link detection
All machines (servers and clients) are patched with WSUS.
Please help me!
Thank you in advance
Michele
I have a problem with some (not all) remote sites clients that take a
veeeery long long time to login, and I'm talking about 30+ minutes, if
they ever manage to logon.
This happens only on some clients and only with some users.
At first I pinpointed the problem to the "home directory" setting, that
pointed to w: -> \\myserver\users$\%username%
By coincidence I discovered that removing the home directory mapping
from the user profile (in the AD management console), the logon was
almost instantaneous.
I simply started to map the home directory within the login script, with
a line like this:
net use W: \\myserver\users$\%username%
If I use instead this other line I get the slow logon again
net use w: /HOME
NOW, the problem has returned...logon sloooow again.
Only way I managed to find was to shorten the username to something
equal or shorter than 8 chars...
My AD DC are all Win2000 , I have primary and secondary DNS and WINS
located on the first two servers, which are in the central site.
The "slow logon" pcs are in peripheric sites, connected with slower
lines.
The problem is very curious because in these very same "slow" sites I
have lots of "fast logon" pcs.
Some things I tried are:
- recreate the user profile from scratch
- check DNS settings, including suffixes
- gpupdate (or "secedit /refreshpolicy user_policy /enforce" and secedit
/refreshpolicy machine_policy /enforce on win2000 clients)
- disable slow link detection
All machines (servers and clients) are patched with WSUS.
Please help me!
Thank you in advance
Michele