Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are replacing a share on a Windows 2003 server with an NTFS share on a NetApp volume.
In order to ensure that UNC paths in document hyperlinks, I was planning to create a CNAME of the original file server.
I then came across this article: (http://support.microsoft.com/kb/281308) which mentions creating a reg key on the new server to disable strict name checking. Is there a way to solve this problem on the basis that the replacement share is not on a windows server?
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The fix in the article is required because Windows server did not respond if the name in the request was different from server name. In my experience NetApp filers (at least recent Data OnTap versions) do not care about the name. But there is 'options cifs.netbios_aliases', where you can put your alias name.
The only issue that I found is that you need to make sure that there is no computer account in AD with the same name as the alias name, or you most likely will get access denied errors.
1 REPLY 1
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The fix in the article is required because Windows server did not respond if the name in the request was different from server name. In my experience NetApp filers (at least recent Data OnTap versions) do not care about the name. But there is 'options cifs.netbios_aliases', where you can put your alias name.
The only issue that I found is that you need to make sure that there is no computer account in AD with the same name as the alias name, or you most likely will get access denied errors.
