For about 2 years we have had a Microsoft SBS 2000 server.
All data and shares have been located on this server.
We have also had a member server storing additional
accounts data. The member server is also used as the
Primary DNS server, WINS server and DHCP server.
Recently the member server's disk subsystem's capacity
was substantially increased.
We decided to move home folders from the SBS server to
the member server to alleviate some loading issues on the
SBS server and also to free up some disk space.
This change was made in two places; In Active Directory
Users and Computers, each users' accounts properties were
modified to point the home drive to the member server (H:
\\servername\sharename). Also, Group Policy was modified
to redirect 'My Documents' from the SBS server to the
member server.
After two weeks without problems, I removed the home
folder shares from the SBS server.
When users attempted to log on, some of their login
scripts did not run resulting in no network drives being
mapped. Some login scripts did run without error, but
when an attempt was made to expand a drive "Access is
denied" errors were received.
If I tried to manually map a drive using
\\servername\sharename, the resource was not found. If I
mapped using \\IP_Address\sharename, the resource was
found, but 'Access is denied' errors were returned when
trying to expand the share.
At a command prompt, net view \\servername returned no
shares. I even preloaded the netbios cache using LMHOSTS
but could not map drives using netbios names.
While testing, I configured a client with a static IP
address, and changed the DNS settings.
I eventually recreated empty home share on the SBS server
for each user, which restored functionality. However,
when clients connect via RAS I still get 'Access is
denied.' WINS, DNS, etc are configured via DHCP when the
client connects.
Question 1: Why does\did moving home shares to the member
server cause a problem once the shares were removed from
the SBS server?
Question 2: Why do I still get problems with RRAS clients?
Please help!