+ Reply to Thread
Results 1 to 18 of 18
  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    10

    Question Created CNAME but can't see shared drives

     
    I am upgrading a server so want a temporary redirect to a backup without paths changing.
    Have set up a CNAME alias on Windows Server 2003 in DNS and can ping the new Name and also type \\server1 into the run box and it shows up as a blank explorer window with no drives. The thing is I have 5 shared drives in the new system all with full access rights given to my PC.
    Anyone know what silly mistakes I've made?

  2. #2
    Goverment property now GroundZero3's Avatar
    Join Date
    Oct 2001
    Location
    NOVA
    Posts
    33,895
    Blog Entries
    46
    Can you access the share if you type \\server1\sharename ?

  3. #3
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    No I can't. If I put the IP address of the target server in (\\25.##.###.###) then the drives show up.
    I'm lost.

  4. #4
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    If I ping server1 it shows as the target IP so the CNAME is correctly setup in that respect!

  5. #5
    Goverment property now GroundZero3's Avatar
    Join Date
    Oct 2001
    Location
    NOVA
    Posts
    33,895
    Blog Entries
    46
    Assuming you did this in active directory did you give it some time to replicate? Did you do an ipconfig /flushdns on the box that doesn't do DNS resolution?

  6. #6
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    To be fair I didn't give it time to replicate. or do ipconfig/flushdns.
    I'll do that and check in the morning.
    Thank you.

  7. #7
    Goverment property now GroundZero3's Avatar
    Join Date
    Oct 2001
    Location
    NOVA
    Posts
    33,895
    Blog Entries
    46
    Replication takes about 15 minutes to occur in an AD environment

    Once you do the flushdns it will clear the dns server cache and access the DNS server for resolutions, if DNS was setup right you should be able to access by DNS name

  8. #8
    Goverment property now GroundZero3's Avatar
    Join Date
    Oct 2001
    Location
    NOVA
    Posts
    33,895
    Blog Entries
    46
    I just noticed you said you created a CNAME entry. Any particular reason why you did this? For local DNS resources usually just create a simple A record

  9. #9
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    My theory is this (Most of it guesswork)
    I have copied 4 drives over to the new spare server (which were shared and I would like them to be again). They used to be accessed through \\Fileshare\C$ (also d:, e:, and f.
    So in DNSMGMT I have created an CNAME entry which directs \\Fileshare\C$ to the \Spare\C$
    In my book, now I can ping \\Fileshare and it shows as the IP of \\Spare.
    \\Fileshare is now off.
    I have no idea what I am doing! What would you have done?

  10. #10
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    Just gonna ask a quick question, but you have actually enabled File sharing....haven't you...? I'm sure you've also checked that the firewall is letting the packets through....
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

  11. #11
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    Will check. Sure it is.
    What is the quickest way to get it propogated around the system when switching it on? Just incase I have overlooked it.

  12. #12
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    Not sure how/what you mean....but both of the things I mentioned are virtually instantaneous... Actually, you might need to install/configure the FnP services/thing, which should take less than 5-10 minutes, just need to go into the "Manage My Server" doofrey (technical term,,! ) and add it..

    Let us know how you get on…
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

  13. #13
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    Well, it's a mystery to me. All of the settings look the same when comparing the "Manage Shared Folder" screen.
    Assume fnp is turned on as I have setup as a file server.

  14. #14
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    Now. If I go to look at the server in explorer \\Fileshare I can see the share. Getting properties of this (via right click) it confirms it is the Fileshare.

    If I bring it up using the \\Spare alias it shows a blank explorer window and a right click properties gives "The proerties for this item are not available"

  15. #15
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    Are you still using the CNAME entry, or have you tried using an A record..? Just wondering whether this could make a difference - as a CNAME is a bit of a different animal than an A record...
    CNAME record - Wikipedia, the free encyclopedia
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

  16. #16
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    Thanks Nude_Lewd_Man. Still using a CNAME record and this is why.
    Of course still based on guess work, but I thought it may be an issue if I used an A record for when I put the original server back on as they would conflict due to having effectively 2 A records. Am I well out on that?

    When doing NSLOOKUP FileShare get:-

    Server W2KDNS1.up.uk
    Address 25.##.###.###

    Name: Spare.up.uk
    Address 25.##.###.###
    Aliases: FileShare.up.uk

  17. #17
    Junior Member
    Join Date
    Apr 2011
    Posts
    10
    OK, now I've deleted the CNAME record and tried as an A Record including PTR.

    I can now ping FileShare2 correctly.


    When trying to view through explorer at \\FileShare2 it shows an empty screen the same as when I had a CANME.

    Any ideas?

  18. #18
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    One thing I would do to test would be to set up a new A record for the primary FnP server, and check that that works...then change the A record to point to the temp FnP server and try again...

    If that works, once you're ready to take the primary/original server offline you can just change the A record for the duration of the upgrade/etc that you're doing...
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: December 9th, 2007, 08:12 PM
  2. Shared folders not staying shared
    By [Cerberus] in forum Networking and Internet
    Replies: 3
    Last Post: November 27th, 2006, 01:22 AM
  3. Computers dropping connection to shared drives
    By psppsp in forum Networking and Internet
    Replies: 5
    Last Post: May 13th, 2003, 04:25 PM
  4. Not all created equal
    By street dj in forum Networking and Internet
    Replies: 5
    Last Post: January 11th, 2003, 02:11 AM
  5. I don't want my Windows 2000 Pro drives shared by default
    By rcommer in forum Networking and Internet
    Replies: 1
    Last Post: September 10th, 2002, 03:53 AM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews