Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 497411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:46:44+00:00 2026-05-13T05:46:44+00:00

I have a primary and a backup windows 2008 server, and a bunch of

  • 0

I have a primary and a backup windows 2008 server, and a bunch of windows XP clients that map a drive to a share on the primary server. If the primary server goes down, I want those client machines to automatically re-map their drive to the backup server, so they can continue to access the files.

Should I try to write a vbscript or python script or something that detects if the primary server is down and issues the appropriate “net use m: \server\share …” but I need that script to run every minute, no matter who is logged in. Can I do that with windows “scheduled tasks” ?

I’m a Unix guy, and could use any tips you have to offer on accomplishing this. Is there a better solution?

many thanks,
-Ian

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T05:46:44+00:00Added an answer on May 13, 2026 at 5:46 am

    That sounds like you need a client side solution then, unfortunately. Something along the lines of the following, in a .cmd file in each machine’s startup folder or otherwise placed so that upon failure to connect, this file is executed:

    if not exist \\server1\sharename goto mapsecondserver 
    net use z: \\server1\sharename 
    goto end 
    
    :mapsecondserver 
    net use z: \\server2\sharename 
    goto end 
    
    :end 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using SQL Server 2008 Enterprise. I have tried that if I set
I have two database servers running SQL Server 2005 Enterprise that I want to
I have a bunch of huge tables that don't have primary keys. (Don't ask
I have a primary table for Articles that is linked by a join table
I have a table with composite primary key(a,b). I took a backup in temp
I have a sql server 2008 database, the code (now corrected) has accidently overwrite
I have two same databases on two different servers: one primary and one backup.
We got 500+ tables and want to identify which tables doesn't have primary keys.
I have restored 4 databases into my new SQL 2008 R2 Server. Two databases
I have a table in SQL Server 2008 R2 consisting of about 400 rows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.