Networking Forums

Networking Forums > Computer Networking > Windows Networking > 2003 server and win 98 clients

Reply
Thread Tools Display Modes

2003 server and win 98 clients

 
 
tcicraig
Guest
Posts: n/a

 
      10-11-2004, 12:35 AM
i have installed a 2003 sbs server on cuurent company
network, network is controlled by a win nt4 server that i
wish to make just a memeber server to continue to use a
application and database that is on it. all of the
clients are win 98 clients. when i configured the new
server I assumed that i would give the domain a new name
and join the clients to the new domain then switch the
old DC server to a member server on the new domain.

Problem #1 is when i join the win 98 clients to the new
domain, they log in fine and are able to use new shares,
but i can not browse using network neighborhood on the
clients. but if i go to my network place on the sbs 2003
server i can see the server and any workststion that i
have logged in. i have worked with all normal procedures
to make browsing available but no luck

problem #2, i see no way to demote dc on old domain to
member server on new domain. when i go to server
management on the nt4 server the demote and promote
options are not available, i am wondering if this is
because there is only one dc in the same domain of the
old server, i seen kb articles relating to demoting a pdc
if there are two dc's on the same network but not if
there isd only one.
 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-11-2004, 03:14 AM
tcicraig wrote:
> i have installed a 2003 sbs server on cuurent company
> network, network is controlled by a win nt4 server that i
> wish to make just a memeber server to continue to use a
> application and database that is on it. all of the
> clients are win 98 clients. when i configured the new
> server I assumed that i would give the domain a new name
> and join the clients to the new domain then switch the
> old DC server to a member server on the new domain.
>
> Problem #1 is when i join the win 98 clients to the new
> domain, they log in fine and are able to use new shares,
> but i can not browse using network neighborhood on the
> clients. but if i go to my network place on the sbs 2003
> server i can see the server and any workststion that i
> have logged in. i have worked with all normal procedures
> to make browsing available but no luck


Got WINS set up?
>
> problem #2, i see no way to demote dc on old domain to
> member server on new domain. when i go to server
> management on the nt4 server the demote and promote
> options are not available, i am wondering if this is
> because there is only one dc in the same domain of the
> old server, i seen kb articles relating to demoting a pdc
> if there are two dc's on the same network but not if
> there isd only one.


Alas, you will have to reinstall the NT server - you can't demote an NT DC
to a member server. You can demote it to a BDC, but to make it participate
in another domain, a clean install is required.


 
Reply With Quote
 
Guest
Posts: n/a

 
      10-11-2004, 01:39 PM
yes i do have wins setup on the new server, or at leat i
have it installed, i have not done any manual entry of
addresses or anything like that, but i didnt think i
needed to under normal circumstances. wins is also setup
on the win nt 4 server as well,could that be a conflict?

i have also installed the dsclient for win 98, when i log
the win 98 client into the old domain i can see hte old
domain in netneighborhood, and i can see the new domain,
but if i try to broese into the new domain i get not
accessable error.

since my first post i have discovered there is a product
called upromote that can help with the nt 4.0 issue, any
comment on that product
>-----Original Message-----
>tcicraig wrote:
>> i have installed a 2003 sbs server on cuurent company
>> network, network is controlled by a win nt4 server

that i
>> wish to make just a memeber server to continue to use a
>> application and database that is on it. all of the
>> clients are win 98 clients. when i configured the new
>> server I assumed that i would give the domain a new

name
>> and join the clients to the new domain then switch the
>> old DC server to a member server on the new domain.
>>
>> Problem #1 is when i join the win 98 clients to the new
>> domain, they log in fine and are able to use new

shares,
>> but i can not browse using network neighborhood on the
>> clients. but if i go to my network place on the sbs

2003
>> server i can see the server and any workststion that i
>> have logged in. i have worked with all normal

procedures
>> to make browsing available but no luck

>
>Got WINS set up?
>>
>> problem #2, i see no way to demote dc on old domain to
>> member server on new domain. when i go to server
>> management on the nt4 server the demote and promote
>> options are not available, i am wondering if this is
>> because there is only one dc in the same domain of the
>> old server, i seen kb articles relating to demoting a

pdc
>> if there are two dc's on the same network but not if
>> there isd only one.

>
>Alas, you will have to reinstall the NT server - you

can't demote an NT DC
>to a member server. You can demote it to a BDC, but to

make it participate
>in another domain, a clean install is required.
>
>
>.
>

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-11-2004, 02:23 PM
(E-Mail Removed) wrote:
> yes i do have wins setup on the new server, or at leat i
> have it installed, i have not done any manual entry of
> addresses or anything like that, but i didnt think i
> needed to under normal circumstances.


Right - it's supposed to be dynamically populated/updated. Is it, on the SBS
server? Is DHCP on the SBS box dishing out the WINS server IP to all clients
(0x8, hybrid node)?

> wins is also setup
> on the win nt 4 server as well,could that be a conflict?


Did you set up a push-pull replication between the two WINS servers? Also,
each server should point to itself for WINS...although given that you have
two domains I don't think you really need to do this....

>
> i have also installed the dsclient for win 98, when i log
> the win 98 client into the old domain i can see hte old
> domain in netneighborhood, and i can see the new domain,
> but if i try to broese into the new domain i get not
> accessable error.


If you take the NT server offline do you have the same problems with the
clients? Remember, SBS doesn't support trusts, so you really need to flatten
out your network to have the single SBS domain. I'd migrate the data off the
NT server and onto the SBS server, then rebuild the NT4 box -

Also note - Win98 can be made to work within a domain environment but it
isn't ideal. You can't join 9x PCs to a domain - they can only participate
in shared resources on it, and it isn't much fun. Any chance you can upgrade
clients to XP Pro?

Win9x also can't map drives/connect to shares (such as on the other domain)
with alternate credentials, if I'm not mistaken (it's been a while since
I've used it).
>
> since my first post i have discovered there is a product
> called upromote that can help with the nt 4.0 issue, any
> comment on that product


It isn't supported - many people have used it and liked it, but I'd rather
not use unsupported tools on servers. If you end up having problems down the
road, and have to call PSS, they'll tell you to reinstall anyway, so I'd
just avoid that potential problem.



>> -----Original Message-----
>> tcicraig wrote:
>>> i have installed a 2003 sbs server on cuurent company
>>> network, network is controlled by a win nt4 server that i
>>> wish to make just a memeber server to continue to use a
>>> application and database that is on it. all of the
>>> clients are win 98 clients. when i configured the new
>>> server I assumed that i would give the domain a new name
>>> and join the clients to the new domain then switch the
>>> old DC server to a member server on the new domain.
>>>
>>> Problem #1 is when i join the win 98 clients to the new
>>> domain, they log in fine and are able to use new shares,
>>> but i can not browse using network neighborhood on the
>>> clients. but if i go to my network place on the sbs 2003
>>> server i can see the server and any workststion that i
>>> have logged in. i have worked with all normal procedures
>>> to make browsing available but no luck

>>
>> Got WINS set up?
>>>
>>> problem #2, i see no way to demote dc on old domain to
>>> member server on new domain. when i go to server
>>> management on the nt4 server the demote and promote
>>> options are not available, i am wondering if this is
>>> because there is only one dc in the same domain of the
>>> old server, i seen kb articles relating to demoting a pdc
>>> if there are two dc's on the same network but not if
>>> there isd only one.

>>
>> Alas, you will have to reinstall the NT server - you can't demote an
>> NT DC to a member server. You can demote it to a BDC, but to make it
>> participate in another domain, a clean install is required.
>>
>>
>> .



 
Reply With Quote
 
Rod
Guest
Posts: n/a

 
      10-12-2004, 08:56 AM
Problem 1:
Did you have installed "DSCLIENT.exe" in the Windows 98 clients ?

Antonio Grasso


"tcicraig" <(E-Mail Removed)> ha scritto nel messaggio
news:253401c4af2a$43dde7c0$(E-Mail Removed)...
>i have installed a 2003 sbs server on cuurent company
> network, network is controlled by a win nt4 server that i
> wish to make just a memeber server to continue to use a
> application and database that is on it. all of the
> clients are win 98 clients. when i configured the new
> server I assumed that i would give the domain a new name
> and join the clients to the new domain then switch the
> old DC server to a member server on the new domain.
>
> Problem #1 is when i join the win 98 clients to the new
> domain, they log in fine and are able to use new shares,
> but i can not browse using network neighborhood on the
> clients. but if i go to my network place on the sbs 2003
> server i can see the server and any workststion that i
> have logged in. i have worked with all normal procedures
> to make browsing available but no luck
>
> problem #2, i see no way to demote dc on old domain to
> member server on new domain. when i go to server
> management on the nt4 server the demote and promote
> options are not available, i am wondering if this is
> because there is only one dc in the same domain of the
> old server, i seen kb articles relating to demoting a pdc
> if there are two dc's on the same network but not if
> there isd only one.



 
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
DHCP Server 2003 - Clients cannot see John Fidget Windows Networking 5 08-15-2007 05:14 PM
Server 2003 and Win 98 clients Bill Windows Networking 4 04-30-2004 06:39 PM
98 clients on 2003 server warwick Windows Networking 1 04-15-2004 07:49 PM
Server 2003 and XP VPN clients Buzz-Lightyear Windows Networking 0 11-30-2003 09:23 AM
Mac clients on Server 2003 John Hill Windows Networking 1 11-27-2003 05:31 AM



1 2 3 4 5 6 7 8 9 10 11