Impossible to access File server shares using a DNS alias

I am currently testing migration scenarios to replace 2 standalone W2K3 File Servers into 1 W2K8R2 Failover Cluster.
Everything went very well, shares are well accessible as long as I use the new File Server names, but...
... when I try to use DNS aliases (of the old servers), It is getting a nightmare!
First, each time I tried to to connect to the shares using the alias name \\tempsf\ I got an error message prompting for Duplicate name on the network.
I solved this first issue by applying the DisableStrictNameChecking
reg key (see below). The Duplicate name error message disappeared and I was able to access to the \\tempsf\ folder but it was empty however I have 2 shares well displayed when accessing it through the real file server name. Moreover, I confirm that :
ping tempsf resolves correctly the real file server name and IP
nslookup tempsf do the same
net view \\realfileserver displays my 2 shares
net view \\tempsf doesn't display anything :-(
Then, I almost tried everything currently documented :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters Add a new DWORD value called DisableStrictNameChecking and set to 1.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters Add a new Multi-String value called OptionalNames. Enter one or more aliases, one per line.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters Add a new DWORD value called DisableLoopBackCheck and set to 1.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 Add a new Multi-String Value BackConnectionHostNames. Enter one or more aliases, one per line.
And also the SETSPN:
setspn -A host/<your_ALIAS_name> <ServerrName>
setspn -A host/<your_ALIAS_name.domain.com> <ServerNname>
But still nothing... Launch date is approaching, I am feeling so desperate...
Any idea? please... Thanks in advance,
Max
PS : Ahh yes, one more thing, we are using a third-party DNS here (Infoblox) but I don't think it could be the issue.

Hello,
Configure my new File Server (new name, new IP)
Shutdown the old File Server
Map the mirrored SAN disk to the new File Server
Mount Storage and create shares (previously exported from old FS)
Update Alias to point to point to new FS (in Infoblox)
Update Reg keys, setspn and netdom as explained above
Try access. Shares well displayed when using new FS name but nothing when using updated alias despite dns resolution is ok.
I also found the following doc :
http://blogs.technet.com/b/askcore/archive/2009/01/09/file-share-scoping-in-windows-server-2008-failover-clusters.aspx?PageIndex=2#comments which explain precisely the way the W2K8R2 File Servers are working but without giving any solution to my issue.
Your doc was interesting but didn't help :-(
Anyone else ? Thanks

Similar Messages

  • SBS 2008 - Windows 8.1+ clients trouble accessing file server shares

    I have now upgraded 1 Windows 8 machine to Windows 8.1, and also clean installed another with Win 8.1 update 1 today, and both machines have trouble accessing the SBS2008 file server shares by UNC. If I browse by IP address of the server it seems to work
    flawlessly. The odd thing is that it's sporadic. So if I browse in explorer to "\\*netbiosname*\share" the Win8.1 machine will sometimes be able to access the share, and other times it will fail with a "network unable to reach location etc.."
    error. When it does work, it can take up to 5-10 minutes while explorer is frozen before the share is accessed. We're running quite a few Windows 8 machines without a problem, but it seems to be a specific problem with 8.1. Any idea?

    This doesn't seem to fix this specific problem. I had a few days of "luck", but now it's back. I just upgraded another co-workers machine to Win8.1 and he advised me that he's been having the same problem even with the above fix applied. His issue
    is when opening an office document that's located on the file server using location "\\servername\filename.xlsx", it takes a very long time (minutes) to open the excel file. This was happening to me as well, and if I tried to browse the network during
    this period, Windows Explorer would sometimes give me path not found, and unspecified error. I will try and capture a screen of the error when it occurs. Any ideas??
    edit: I have also noticed an unresponsive Windows Explorer for a few seconds to a minute over the last few days, which is a pretty good indicator that it's still happening on my machine.
    The odd thing is, if I use the IP address of the file server, everything is fine. I changed all of my links to use the IP since October when Win8.1 was released to combat this problem, and only changed them back to the server name for testing since I want
    to start deploying Win8.1 to others in the office. Unless I can fix this bug, they'll have to be stuck on Win8.
    Thanks,
    kk

  • Server 2012 R2 SMB - The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    We are having issues with Server 2012 R2 SMB shares.
    We try to write some changes to a file, but we first create a temporary backup in case the write fails. After the backup is created we write the changes to the file and then we get an error:
    The process cannot access the file '\\server\share\test.txt' because it is being used by another process.
    It looks like the backup process keeps the original file in use.
    The problem doesn't always occur the first time, but almost everytime after 2 or 3 changes. I have provided some code below to reproduce the problem, you can run this in a loop to reproduce.
    The problem is that once the error arises, the file remains 'in use' for a while, so you cannot retry but have to wait at least several minutes. 
    I've already used Process Explorer to analyze, but there are no open file handles. 
    To reproduce the problem: create two Server 2012 R2 machines and run the below code from one server accessing an SMB share on the other server.
    Below is the code I use for testing, if you reproduce the scenario, I'm sure you get the same error.
    We are not looking for an alternative way to solve this, but wonder if this is a bug that needs to be reported?
    Anybody seen this behavior before or know what's causing it?
    The code:
    string file =
    @"\\server\share\test.txt";
    if (File.Exists(file))
    File.Copy(file, file +
    ".bak", true);
    File.WriteAllText(file,
    "Testje",
    Encoding.UTF8);
    The error:
     System.IO.IOException: The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    There is someone else having the same issue with yours. You could try code in the article below:
    “The process cannot access the file because it is being used by another process”
    http://blogs.msdn.com/b/shawncao/archive/2010/06/04/the-process-cannot-access-the-file-because-it-is-being-used-by-another-process.aspx
    If you wonder the root cause of the issue, the .NET Framework Class Libraries forum can help.
    Best Regards,
    Mandy 
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Cant UNC to file server share from DC

    thanks aaron, ill check out the link as well.

    Hey Guys.I have 2 Servers. Server1(DC), Server2(File Server).Server1 is Server 2012 running Hyper V, Server2 is a VM running on Server1 (Also server 2012)I can UNC into server2 from all workstations on the network and get access to the shared data files, but i cannot from Server1If i try to access server2 via the IP from server 1, i get in, but only 3 folders show up, folders which have nothing to do with the data shares. The 3 Folders are1) Netlogon 2) sysvol 3) VBRcatalogThe error i get when i try to UNC via name, is as follows;"\\server3 is not accessible. You might not have permission to use this network resource.Contact the administrator of the server to find out if you have permissions.The target account name is incorrect"Any help would be appreciated :/
    This topic first appeared in the Spiceworks Community

  • It's very slow to access file server after installed SP1 of Win7.

    I found it's become very slow to access shared files on file server after installed win7 SP1, (windows6.1-KB976932-X86.exe),  access same file, the win7 without sp1 is fast in 5 secs, but the pc with sp1 need more than 30 secs. And
    I tried to removed the sp1, everything goes fine, access fast as others.
    I don't understand what's the reason and which feature affected it, I believe the sp1 can help Win7 be more safety, but why the performance on it get worse.
    And I didn't find the same question or tips on forum or website, do you really haven't the issue?
    Arnold From Shanghai, China
    Arnold Yu

    Hi Arnold,
    Windows 7 Service pack and any other Windows Updates are released to improve the performance, reliability and security of the system.
    Firstly please run the performance troubleshooter:
    Open the Performance troubleshooter
    http://windows.microsoft.com/en-US/windows7/Open-the-Performance-troubleshooter
    If it doesn't resolve the issue, Put the computer in
    Clean Boot and then check to see if the issue persists.
    If it still persists, please use performance monitor to trace your computer's performance:
    Performance Monitoring Getting Started Guide
    http://technet.microsoft.com/en-us/library/dd744567(v=ws.10).aspx
    Karen Hu
    TechNet Community Support

  • File Serving/Shares and vhdx

    On a 2012R2 guest OS that is going to be a file server...(low I/O really for our smb)
    Should I make one big VHDX attached to the guest to host say 7 shares... 
    Or should I logically split them up into separate vhdx files, but not 7 different ones as I would like to group them together into say maybe 4. 
    This is mainly for logical organization and isolation. I was curious to any negative effects from doing it that way. 
    I mean I wouldn't like a bunch of smaller vhdx files, but I'm not sure if I want one big one either. 
    I wouldn't mind having the engineering share as it's own vhdx though. 

    Go with one VHDX putting shared folders on it. There's no point with deploying multiple ones, you're not going to have better performance or security, you'll just make whole management more complicated. 
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • How to access file server through ethernet BUT internet though wireless

    I'm looking for a way to to run my file server network through ethernet while internet access is provided though wireless, but don't want users to have to switch off the wireless when they want to access the file server.
    File server is set up at trade shows and the conventions charge a fortune for internet access for multiple users and even more ($6000) for a connection that I'm allowed to put a router on. So I'm considering running my apple router for the file server network without internet access and just having my staff get their internet access from the cheaper wireless access the convention center has throughout the building.
    Problem is that I need them to be able to access the file server and the internet at the same time without switching back-and-forth from either network.
    Any suggestions? File server and all clients are macs.
    Message was edited by: Road Show

    Hello,
    Here are some good articles for this topic, please see:
    sql server connectity over the internet:
    http://www.codeproject.com/Questions/433687/sql-server-connectity-over-the-internet
    How To Connect SQL Server Through Internet:
    http://www.youtube.com/watch?v=VOUDdUJ5BLY
    Regards,
    Elvis Long
    TechNet Community Support

  • Client access to Server application using Web Server

    Hi there.
    I'm working on a LabView application that controls several devices, read data from them and show their measures on the front panel, using different graphs and indicators. All the items defined in the project and the collected data is stored in a SQL Server database. The application includes another module ("Reports Module"), which consists of several windows (VIs Front Panels) where queries to the SQL Server database are made and displays lists of the selected data. This module can be accessed by the main menu of the software.
    Our intention is to deploy the application in a PC placed in the working site (server), and access the registered data using remote PCs (clients). The idea is to access the "Reports Module" via web.
    For this purpose, we are using the Web Server feature of LabView. The main VI of the "Reports Module" is defined with "Reentrant execution" (so that it can be accessed by multiple clients), and we create an HTML document of it using the Web Publishing Tool. We make an executable of the application (using the Application Builder) and, to create a Web Server in the deploy machine, we make use of what is stated in the following link:
    http://digital.ni.com/public.nsf/allkb/7F95D43D3F50FCAC8625710E000068E1?OpenDocument
    The problem we find is that when the main application is running in the server computer, if we access the "Reports Module" and begin selecting the queries options through its different windows, the same windows are opened in the server computer screen, so that it's difficult for an operator to control the main application on the server side if someone its accessing simultaneously through a remote client.
    Is there a way to do prevent this behaviour?
    Could you suggest me a different method to accomplish what we intend to do?
    Thanks in advance.
    Regards,
    Francisco

    I played with remote front panels a really long time ago snd it was nothing but problems. I hear they have improved but what I did was abandon them for an extJS application to do what you are doing. It is now called Sencha. Sorry but I can't help with a pure LabVIEW solution.
    =====================
    LabVIEW 2012

  • Windows Server 2012 R2 Scale out file server cluster using server disks as CSV

    Hi,
    My question is if I can create a Scale Out File Server Cluster with CSV using the disks that comes with the servers, we have 2 servers with 2 arrays each one, 1 array for the OS files and 1 array that we could use for the CSV.
    Regards.

    Hi,
    a SoFS needs some kind of shared Storage, this could be in the old days ISCSI or FC SAN and now also a Shared SAS JBOD with Clustered Storage Spaces.
    If you have 2  Servers with "local" Disks you need some sort of Software to create a Shared Disk Layer out of that local Disks, like Starwind or DataCore.
    Scale-Out File Server for Application Data Overview
    http://technet.microsoft.com/en-us/library/hh831349.aspx
    check out Step 1: Plan for Storage in Scale-Out File Server
    oh i forgot the normal 4th Option, some Kind of Clustered Raid Controller like HP or Dell offer in some Solutions.
    Udo
    Udo, clustered RAID controllers still require SAS disks mounted into external enclosure *OR* everything mounted into single chassis for Cluster-In-A-Box scenario (but that's for OEMs). The only two benefits somebody would have with them are a) ability to
    privide RAID LUs to Clustered Storage Spaces (non-clustered RAID controllers would be used as a SAS controllers only in pass-thru mode) and b) abillity to have caches synchronized so VM moved from one physical host to another would not start from the "cold"
    state. Please see LSI Syncro reference manual for details:
    Syncro 8i
    http://www.lsi.com/downloads/Public/Syncro%20Shared%20Storage/docs/LSI_PB_SyncroCS_9271-8i.pdf
    "LSI Syncro CS solutions are designed to provide continuous application uptime at a fraction 
    of the cost and complexity of traditional high availability solutions. Built on LSI MegaRAID 
    technology, the Syncro CS 9271-8i enables OEMs and system builders to use Syncro CS 
    controllers to build cost-effective two-node Cluster-in-a-Box (CiB) systems and deliver high 
    availability in a single self-contained unit.
    Syncro 8e
    http://www.lsi.com/downloads/Public/Syncro%20Shared%20Storage/docs/LSI_PB_SyncroCS_9286-8e.pdf
    LSI Syncro CS solutions are designed to provide continuous application uptime at a fraction
    of the cost and complexity of traditional high availability solutions. Built on LSI MegaRAID
    technology, the Syncro CS 9286-8e solution allows a system administrator to build a costeffective,
    easy to deploy and manage server failover cluster using volume servers and an offthe-
    shelf JBOD. Syncro CS solutions bring shared storage and storage controller failover into
    DAS environments, leveraging the low cost DAS infrastructure, simplicity, and performance
    benefits. Controller to controller connectivity is provided through the high performance SAS
    interface, providing the ability for resource load balancing, helping to ensure that applications
    are using the most responsive server to boost performance and help prevent any one server
    from being overburdened.
    So... Making long story short: 8i is for OEMs and 8e is for end-users but require a JBOD.
    Hope this helped :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • Enumerate File Server Shares and Associated Number of Connections

    Please help!
    My scenario: I have a mixed Windows 2003 & 2008 file server estate and i need to establish what shares are published on each server and the associated number of active connections, just like what the "Shares" section in computer management
    gives me.  
    I'd like to do this via some sort of script so I can then have a choice of what to do with the output, the interface won't give me the flexibility I need.  There seems to be a lot of scripts & help out there but nothing seems to quite give me what
    I need e.g. I can enumerate the number of shares in a variety of ways but then can't figure out what i need to do to report the number of open connections, I've also found ways to report on the number of open sessions but then can't figure out how to get more
    granularity on individual shares. Driving me a bit crazy right now as I'm probably near but due to my aged scripting abilities I just can't figure it out
    Any ideas?  BTW PowerShell isn't installed on my Windows 2003 estate and it isn't practical to deploy/install it.
    Thanks in advance.

    Simple one-stop shopping for share info is here:
    https://technet.microsoft.com/en-us/library/jj635704.aspx
    ¯\_(ツ)_/¯

  • How do you setup a server to use multiple DNS servers that are not connect to each other?

    Is there a way to setup a server that connects to two different domains to use the proper DNS server for name resolution?
    Let say there are two DCs: serverA.subdomaina.domain.com and serverB.subdoamainb.domain.com.  The domains are independent and not connected.  Now you need a common server that is connected to both and need to resolve names from both
    domains.
    Is this possible?
    I have setup a server in a workgroup.  One NIC has the subdomaina.domain.com connection specific suffix and the other nic has the subdomainb.domain.com.  Each NIC has the DNS server listed for the domain it is connected to.
    This configuration will resolve FQDNs of one domain but not the other.  This I believe is due to the fact the server only querys one DNS server and doesn't try the other DNS server.
    Is there any way to make the server try another DNS server, if the first one doesn't have the entry?

    Hi,
    Thank you for posting in Windows Server Forum.
    Here adding to the words of “Tim”, a forwarder is a DNS server on a network used to forward DNS queries for external DNS names to DNS servers outside of that network. You can also forward queries according to specific domain names using conditional forwarders.
    A DNS server on a network is designated as a forwarder by having the other DNS servers in the network forward the queries they cannot resolve locally to that DNS server. You can refer information regarding forwarders and how to configure from beneath link.
    Understanding forwarders
    http://technet.microsoft.com/en-us/library/cc782142(v=ws.10).aspx
    Configure a DNS Server to Use Forwarders
    http://technet.microsoft.com/en-us/library/cc754941.aspx
    Hope it helps!
    Regards.

  • Trying to access Lion server remote using multi-user access, but from a legacy Leopard system

    Just purchased a mini server running Lion, and got screen sharing working fine from my legacy system (32-bit so Leopard only). However, I would like to run in multi-user mode, so someone can use the Lion system and another person can access their own account, from the older Leopard system, at the same time. Using multi-user rather than screen sharing. But Leopard does not have the option on the Finder/Share Screen command, the pop-up window to select screen sharing or new virtual session. So, is there a way still to run a new virtual session from a remote client running Leopard?  Since the multi-user capability resides on the Lion server, it should be possible, but how, without the pop-up menu?
    Message was edited by: Kurt-Syracuse

    Hey. I suggest you check out http://discussions.apple.com/message.jspa?messageID=9839785#9839785, where there are a couple solutions posted in regard to the error code -36 when connecting to a samba share. Good luck!
    Jeremy A.
    Tekserve Intern

  • Problem XP accessing Leopard Server Shares

    Hi there,
    I have read through a lot of posts but have not exactly found my problem. So here it goes:
    I have made a clean install of Leopard Server on a Xserve G5 and set it up as "Standard".
    By default AFP and SMB are turned on, so Windows XP users should be able to read and write.
    While setting it up with "Server Assistant", I added users. These, however, had vanished from the earth when I booted the server for the first time.
    I then updated to 10.5.1.
    By logging in as root via "Server preferences" I added the accounts manually (again).
    Now the thing is that everything works fine from a Mac. I can access Public and read/write to it.
    Windows Users, however, cannot log into the server. They see my xserve but when they put it their username and password, nothing happens.
    The only way I got this to work, is to add all my users locally using "Workgroup Manager". Then my users can log in and everything seems to work.
    From my limited understanding this is not really what I should do though.
    I have read that this might have something to do with the DNS server.
    But I use the xserve as a standalone server that get's all its information from a DHCP router that's connected to the internet. So there's no local DNS server.
    I would like to point out that the exact setup (minus the local users) worked great under 10.3.9.
    Any ideas?
    -chris.

    OK, after having talked to some Apple support guy, I totally was about to give up. He pretty much told me to do a re-install in advanced mode. Apparently, they are aware that standard configurations just don't work as advertised.
    But I fiddled around a bit more and finally solved the issues I had, so I wanted to share that with the community.
    Basically what I did was this:
    1. I set up DNS service using "Server Admin" (I am not sure if that was necessary but I did it anyways)
    2. I "kerberized" my Open Directory service in "Server Admin". that made it possible to add users with "open directory passwords". it was enough to hit the "kerberize" button, so so went unexpectedly well.
    3. I changed all passwords to open directory passwords.
    4. I went back to "Server Preferences" to re-enable all services for users. those somehow got unchecked by whatever Server Admin did. probably you can do that in Server Admin/Workgroup manager, too, but I am not sure how and what I did at least worked.
    Now everything seems to function properly. SMB as well as AFP access works and everyone has read/write-access to Public.
    -chris.

  • Accessing files in directory using Java SP in 10g

    Hi all-
    I have set up a directory in 10g which points to an existing directory in the operating system and am trying to get the list of files in it from a Java stored procedure. The directory in Oracle is called "Upload_to_Oracle" and am trying to get the files in the sp by calling:
    File f1=new File("Upload_To_Oracle");
    File fs[] =f1.listFiles();
    System.out.println("The count of files is " + fs.length);
    The problem is fs is null, so fs.length causes an exception to be thrown. Initially I was getting an error:
    the Permission (java.io.FilePermission Upload_To_Oracle read) has not been granted to ILFORD. The PL/SQL to grant this is dbms_java.grant_permission('ILFORD', 'SYS:java.io.FilePermission', 'Upload_To_Oracle', 'read')
    which I (think) I resolved by executing that command as SYS (this is a dev box used by just me) and logging out of sqlplus and back in.
    I haven't been able to find anywhere how you're supposed to reference an Oracle directory in Java, so in all honesty, I don't know if this is how you're supposed to do it.
    Any help would be appreciated.
    Thanks,
    Ilford

    I figured it out for anyone who needs something similar; the problem is that the Oracle directory is specific to particular files that Oracle will use for loading (BFiles, etc.). To get at the file system directory, I just needed to reference the actual system directory itself, as well as grant it permission.
    So what it comes down to is that you should reference the directory in File() as if it truly were a regular Java app on the filesystem, making sure the appropriate permissions are set for both the user running Oracle (for file/directory access) as well as for Java access.

  • How do I find and access files backed up using a time capsule on a different mac?

    I have been backing up files from two macs to a time capsule.  I had a problem with the time capsule and took it to an authorized facility for repair.  When I got it home and reconnected to it, the time capsule seemed to start over as though it was the first time it was ever hooked-up.  The repair facility says my old files are still there.  My question is, how do I find the original backup files and reconnect them to my macs?

    On one of your Macs.....try a right-click on the Time Machine icon on the dock and then select Browsel Other Time Machine Disks to see if you can locate your backups there.
    If you find them, you will be able to restore files from the disk as needed. The same would be true of your other Mac.
    If Time Machine started all over with a new backup of each computer....as I suspect is the case based on the info in your post.....you will not be able to combine the old backups with the new backups.
    To switch back to your new backups, click the Time Machine clock icon at the top of the screen and select Time Machine Preferences. Click Select Disk and click to highlight your Time Capsule disk. Then click Use for Backup.

Maybe you are looking for

  • Has anybody bought this PS book by Kieron Dowling?

    Hi, I would like to buy this book to learn project system. SAP® Project System Handbook McGraw Hill by Kieron Dowling (Author) However i would like to know if this book uses a real life business example to teach the PS configuration step by step inst

  • MEGAPC and TV@Master

    Hi, I was wondering... Is it possible somehow to use/add a timer function in the megapc (with tv@ master) so you are able to use it as a recording machine, like a regular VCR or DVD-R? Ideal situation is software that writes wake up times to the powe

  • How can I import a form to get it back into a blank form?

    I was informed to do this with the form they sent me to use :  The recipient of this data file should save it locally with a unique name. Adobe Acrobat Professional 7 or later can process this data by importing it back into the blank form or creating

  • Basic AV Receiver/FIOS Questions

    OK, I know this is basic stuff for most of you, but bear with me as I'm not the tech wizard I always hoped I would be. I currently have FIOS, A Blu-Ray Player, and a game system connected to my HDTV with individual HDMI Cables going through an automa

  • Maintain the A/R document series

    Experts Am booking series of A/R invoices in SAP B1 from the legacy system ,have a current scenario where document 1,2,3 are regular invoices and document 4 is a inventor transfer the bill is being raised for the same , now i have assigned document n