Specifications

15
TCP/IPKeepAliveTimeReduction
ReducethissettingonallEEPCserversfromtwohours(thedefault)tofiveminutes.Theserverwillrequirea
restart.Oncethisisdone,ifanendpointclientlosestheconnectionwiththeserver,theserverwillreleasethe
lockafterapproximately5minutes.Thiswillalsopreventbrokenremotesbadmclcon
nectionsfromlocking
thescriptinguseraccountfor2hours.
Procedure
1. OpenRegedit
2. Goto:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters
3. OpenorcreatetheDwordKeepAliveTime
4. Changethevalueto300000indecimals(Timeinmilliseconds)
Extrainfo
TheKeepAliveTimesettingcontrolshowoftenkeepalivepacketsaresentinmilliseconds(30
0,000is
recommended).ItcontrolshowoftenTCPsendsakeepalivepackettoverifythatanidleconnectionisstill
intact.Iftheremotecomputerisstillreachable,itacknowledgesthekeepalivepacket.
MSKBarticle:http://support.microsoft.com
/default.aspx?scid=kb;enus;324270#EQACAAA
Key:Tcpip\Parameters
ValueType:REG_DWORD(Timeinmilliseconds)
ValidRange:10xFFFFFFFF
Default:7,200,000(twohours)
NOTE:AsimilarsettingKeepAliveIntervalhasadefault1000(=1second),thissettingiscorrectsodonot
changethis.
LastAccessTimeStamp(NtfsDisableLastAccessUpdate)
Withlargedatabases,itispossiblethatsomegroupsmaybecomeoverpopulated.Whenalargegroupis
opened(forexampleonewithover5000users),itcantakesometimetoopen.Toreduceharddiskreadand
writetime,aregistrysettingcanbesettopreventtheLastAccesstimest
ampfrombeingupdatedoneveryfile
access.Theperformanceboostwillbeabout50%!Arestartisneededafterthechange.
Procedure
1. Openregedit.
2. GotoHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem.
3. CreateanewDWORDvalue,ormodifytheexistingvalue,named"NtfsDisableLastAccessUpdate"and
setitto"1".
Microsoftarticle:http://technet2.microsoft.com/Wind
owsServer/en/library/80dc50667f134ac38da8
48ebd60b44471033.mspx?mfr=true
WindowsServerasaFileServer
TuneMicrosoftWindows2003servertobeafileserver.
SeetheMicrosoftarticlehttp://support.microsoft.com/kb/174619
aboutthis.
Theory
IncreaseNTFSMFT(MasterFileTable,usedtobeFAT)to50%ofthediskspace.Theresultisthatsmallfiles
arebeingstoredintheMFTandnotasseparatefilesintheNTFS.Thishelpsalotbecausewehavethousands
ofsmallfiles.
Procedure