Re: Unable to connect to a share



Hello,

You cannot use DNS for fault-tolerance. Round-robin DNS is when you
have multiple A records pointing to different IPs. However, once a
client queries DNS, that is cached locally for the duration of the
TTL. DNS will also resolve the IP of a server whether it is online or
not, so it will not detect failure and resolve another name.

Your first example:
Mach1 10.1.1.101
Mach1-dr 10.1.1.102
....will work as long as your users are trained to connect to Mach1-dr
in the event the other fails, and that you are keeping both file
servers synchronized. The only high-availability machanism I know of
for Windows file servers is clustering, which requires Windows Server
EE, shared storage, and can get pretty expensive. This will allow you
to use a single hostname, and will failover to the passive node in the
event your active node fails. This would be transparent to your end
users.

HTH,
JL

On Feb 11, 8:01 am, DonC <D...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I am trying to use DNS to modify where users connect in the event of a
server malfunction.

Two machines:
Mach1 10.1.1.101
Mach1-dr 10.1.1.102

Users connect to Mach1 normally but if it fails, DNS is changed to:

Mach1 10.1.1.101
Mach1-dr 10.1.1.101

Users should now connect to the DR machine.

The problem with mapped drives. You are unable to map to \\Mach1\d$. It just
keeps asking for a username/password.

Mapping as \\Mach1-dr\d4 and 10.1.1.102\d$ work.

You can ping it, other services are fine. however using the original name
fails.

Anyone got any ideas.


.



Relevant Pages

  • Re: How to enable communication between Two different lans (subnets)/ domains 2003 server based? Ass
    ... You will also almost certainly have DNS problems running a domain behind ... server domain, with a DHCP server running on one of the 2003 boxes. ... the "inner" subnet can see the original subnet and the Internet, ... The .227 machines can see the machines on the 192.168.1.0 subnet and the ...
    (microsoft.public.windows.server.networking)
  • Re: Help with Swing Migration
    ... you can't use your server name references consistently in the ... then the IP address for the Primary DNS Server ... >> the SBSnameDC, then the IP address I should enter into the Primary DNS ... >> DNS entries for the two machines. ...
    (microsoft.public.windows.server.sbs)
  • Re: Group Policy and DNS
    ... > is our only server so it is doing DNS, DHCP, AD, etc. ... I narrowed down to a DNS issue, ... > The machines that are getting the policies ping the server ...
    (microsoft.public.win2000.dns)
  • Issues migrating SBS 2003 domain to Server 2008 Standard
    ... We are stuck migrating our SBS 2003 domain to Server 2008. ... Fatal Error:DsGetDcName (SRV-EXCH) call failed, ... Verify your Domain Name Sysytem (DNS) is ... network connectivity to a domain controller. ...
    (microsoft.public.windows.server.sbs)
  • Re: AD management snap in cannot find DC (netdiag /v workstation)
    ... The name.local entries are used by my apache server to implement ... change button, more button, the "Primary DNS suffix of this ... Attr: subschemaSubentry ... Owner of the binding path: ...
    (microsoft.public.windows.server.active_directory)

Loading