Server 2003 Name Alias

BDawg

Lifer
Oct 31, 2000
11,631
2
0
We're currently looking to consolidate 2 file servers into 1. In order to not change installed printers, shares, etc, can we make one server respond to both names?

I set up a fake name in DNS that was a pointer back to server1. I can ping with the fake name, but if I try to do the following,

\\fakename\shared

I get the following error:

"You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again."

How do I set it up so I can accomplish the later task?
 

bsobel

Moderator Emeritus<br>Elite Member
Dec 9, 2001
13,346
0
0
This isn't a supported configuration, support for this was broken in Windows 2000 and has never been restored (from what I remember).

Sorry...
 

RebateMonger

Elite Member
Dec 24, 2005
11,586
0
0
Assuming you are using a Domain, why not assign file shares and printer shares via Group Policy? A Logon Script can delete all the old shares and add the new ones the first time the client computers boot.
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
Yes, you can do it but you'll be disabling some security. What you are trying to do should only be done on a temporary basis (like make one server behave as another while the original is being repaired). If you are considering this as a long term solution to save your lazy ass from having to move printers and shares then you should reconsider :p (no offense)

If you want to do it the right way get the printer migration tool from MS (free download). You can also just grab the lanmanserver\shares regkey and move it from one box to the other provided the shares point to the same drive letter and all that. There are tons of KB articles on doing the migration you are trying to do.


k, now that soapbox stuff is out of the way, here is how you load the gun to shoot yourself:


First, kerberos is never going to work like this. You'll have to use NTLM.

Second, you'll need to make SMB ignore the fact that someone is asking for something with the wrong name.

Search at ms for the following registry key: DisableStrictnameChecking

Once strict name checking is disabled you can approach the server for an NTLM connection with any name and it will respond.
 

bsobel

Moderator Emeritus<br>Elite Member
Dec 9, 2001
13,346
0
0
Search at ms for the following registry key: DisableStrictnameChecking

I saw some posting that it got broke again on 2003 SP1, but I haven't verified that (Smilin, do you know?)

 

BDawg

Lifer
Oct 31, 2000
11,631
2
0
The fileshaing is easy to move since it is all done in active directory and in scripting. Printers were the concern. They're difficult to script since people rotate machines on a shift basis and different machines have different printers for the area.
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
MS makes a printer migration tool.

If I recall correctly it takes the shares, permissions, necessary drivers and everything from one box and packs it into some cab file. You then go to the new box and the tool drops it all back in place.
 

kobymu

Senior member
Mar 21, 2005
576
0
0
Virtualization (in a limited way), virtual PC or VMware. Different OSs different addresses. A disadvantage could be from a performances POV, the same hardware will need to carry two OSs (two kernels, two I/O management and so on), it all depends on you hardware and needs (how many poeple, how many files and so on).

Never tried anything like that myself so this might be completly redundant but, maybe a secound NIC on the fileserver might help fooling/tricking the DNS (mapping different addresses to different IPs, in case you'r DNS is dymanic - different MAC addresses), may help solve the problem from the DNS side but from the fileserver side i think you will still run into some problems.