How To Build A Duplicate Standby File & Print Server Using Windows 2003 Server and Windows XP
How To Build A Duplicate Standby File & Print Server Using Windows 2003 Server and Windows XP
Assume you have zero money budgeted but need a standby File
and Print Server.
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Standby
Windows Server 2003, Standard" /fastdetect
/NoExecute=OptOut /usepmtimer
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="ISSFS01
Windows Server 2003, Standard" /fastdetect /usepmtimer
8. Boot into your new duplicate server and log in. This
may take some time as some services may not start because
you probably lost your network card and other drivers. You
will need to reload your computer drivers again, especially
the Network card drivers. This may require more rebooting,
so keep your network cable disconnected from the server for
now to avoid a real network problem.
@ECHO OFF
TITLE FileSrvCopy.bat
REM FileSrvCopy.bat - Uses Robocopy in C:\NTReskit to synch
Standby with Production File Server.
SETLOCAL
SET _source=\\filesrv01\d$
SET _dest=\\standby\d$
SET _what=
:: /COPYALL :: COPY ALL file info
:: /B :: copy files in Backup mode.
:: /SEC :: copy files with SECurity
:: /MIR :: MIRror a directory tree
Of course any method you like would work, some may prefer
using a Python script or even XCOPY /D.