Changing the domain of a NT 4.0 Server...

Hey all, I have a project this weekend to reformat and reinstall a NT4 server. The server is actually very clean as it is, and the only reason for the reinstall was to switch domains. It's in an old domain, then the company switched names, and would like to have it join the new one.

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar10.webp

9 Posts
Location -
Joined 2003-02-12
Hey all,
 
I have a project this weekend to reformat and reinstall a NT4 server. The server is actually very clean as it is, and the only reason for the reinstall was to switch domains. It's in an old domain, then the company switched names, and would like to have it join the new one.
 
It is not a domain controller, nor does it do anything like DHCP, WNS, DNS, etc... It is simply a member server that has the network SAN attached to it for fileserver purposes.
 
Can I simply remove it from the current domain, and have it join the new domain without any worries about the SIDs or any other Window-isms?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
Yes. Just delete it from your current server manager, and have it join the new domain. It will have it's own sid because it's a member server.
 
However, if you want to give it a new sid, just for gigles, check out newsid from www.sysinternals.com

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
Its a member server being placed into another domain to run SAN ?
 
I wouldnt worry about SIDs or anything else .... unless you have third party software that runs under a service account.

data/avatar/default/avatar10.webp

9 Posts
Location -
Joined 2003-02-12
OP
Thx guys.
 
It's a pure member server (with a SAN attached). The idea is to have it moved into the new domain (with the SAN). The SAN is used to store home directories, mandatory profiles, and miscellaneous files. The netlogon is handled by another server all together. I don't plan on changing the name of this server or anything. There isn't any software running that requires any security accounts in the old or new domain.
 
Basically, what I was planning to do was go into the network properties (my NT is rusty, so bear with me), remove it from Domain A, then make it join Domain B. I'll reboot, log in with the Domain B admin account. If I need to, I'll go into server manager of the Domain B PDC, and add the server. Am I missing anything?

data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
Quote:Yes. Just delete it from your current server manager, and have it join the new domain. It will have it's own sid because it's a member server.

However, if you want to give it a new sid, just for gigles, check out newsid from www.sysinternals.com

that's it! Goto the server manager of your current pdc to remove it from the domain, not from the network applet.

then in the network applet of the member server, you can join the new domain. It will prompt you for an account with permission that can add the pc to the domain, type it in. This will create the computer account in the new domain, you will not need server manager in the new domani.

data/avatar/default/avatar10.webp

9 Posts
Location -
Joined 2003-02-12
OP
duhmez,
 
Yup, that did it. Worked like a charm. Thanks for the help everyone.