dcretest.ini Driver File Contents (4NHCT_Update.exe)

; 
; This is the configuration file for the client 1 node test.
;
; NOTENOTE: the key's are currently case sensitive. 
;

;
; ALLOW_GENRIC_APP 0x0001
; ALLOW_FTP        0x0002
; ALLOW_WEB        0x0004
; ALLOW_SHARE      0x0008
; ALLOW_NETNAME    0x0010
; ALLOW_IP         0x0020
; ALLOW_DISK       0x0040
; ALLOW_PRINTER    0x0080
; ALLOW_DTC        0x0100
; ALLOW_WINS       0x0200
;

; the name of the logfile
; time in minutes for the test to run

[Config]
    nNodes=1
    timer=10080
    minClients=8
    minRunningClients=6
    log=.\dcretest.log
    resTypes=0x0078
    minResGrps=2
    maxResGrps=2
    srvtst=1
    datacenter=1
    testdir=srvtst
    title=Datacenter Server Re-Test Kit
;    MaxTestAppOnAClient = 4
    nAllowedStoppedUrgentSrvs=2
    nAllowedStoppedImportantSrvs=1
    percentAllowedStoppedTests=20
    NotifyUnknownState=1
    requiredNumCpu=8
    requiredPhysicalMemMB=2048
;    MaxAllowedNumCpu=8
;    MaxAllowedPhysicalMemMB=16384

;
; <remote_file_type>
;
; REMOTE_FILE_SCRIPT                 0x000
; REMOTE_FILE_BINARY                 0x001
; REMOTE_FILE_DRIVER                 0x002
; REMOTE_FILE_SERVICE                0x003
;
; REMOTE_START_IMMEDIATELY           0x004
; REMOTE_LOCAL_START_IMMEDIATELY     0x005
;
; REMOTE_FILE_TYPE_MASK              0x00f
;
; REMOTE_INSTALL                     0x000
; REMOTE_DONT_REINSTALL              0x010
; REMOTE_DONT_INSTALL                0x020
;
; REMOTE_INSTALL_MASK                0x030
;
; REMOTE_DONT_SET_FAIL_ACTION        0x000
; REMOTE_SET_FAIL_ACTION_NONE        0x040
; REMOTE_SET_FAIL_ACTION_RESTART     0x080
;
; REMOTE_SET_FAIL_ACTION_MASK        0x0C0
;
; REMOTE_SET_FAIL_ACTION_DELAY_MASK  0xF00  // 30 sec per count max 7.5 min
;
;
; NOTENOTE: the type is the logical OR of the following
; NOTENOTE: this is defined in valdsrv.h
;
; <type>
;
; TYPE_UNKNOWN        0x000
; TYPE_NODE           0x001
; TYPE_CLIENT         0x002
; TYPE_LOCAL          0x004
; TYPE_SRV            0x008
; TYPE_RESTART        0x010
; TYPE_CRITICAL       0x020
; TYPE_RUN_AS_SYSTEM  0x040
; TYPE_RUN_FOREACH    0x080
; TYPE_KILL_CHILDREN  0x100
; TYPE_DONT_KILL      0x200
; TYPE_URGENT         0x400
; TYPE_IMPORTANT      0x800
;

;
; This is what is installed on the node
;
; <remote_file_type> [ |<service_name> ]=<file_name>

[Node_Files]
    0x03|qserv=%cpu%\qserv.exe
    0x03|spsrv=%cpu%\spsrv.exe
    0x01=%cpu%\qsend.exe
    0x01=%cpu%\baseinit.dll
    0x01=%cpu%\lrgfile.exe
    0x01=%cpu%\ntlog.dll
    0x01=%cpu%\clntmr.dll
    0x01=%cpu%\mapfile.exe
    0x01=%cpu%\reporter.dll
    0x01=%cpu%\unbufw.exe
    0x01=%cpu%\fscmprsn.exe
    0x01=%cpu%\lotsfile.exe
    0x01=%cpu%\lfnames.dll
    0x01=%cpu%\frag.exe
    0x00=n
    0x00=norm.cmd
    0x00=normtst.cmd
    0x00=fssrvtst.cmd
    0x00=y
    0x01=%cpu%\usedisk.exe
    0x01=%cpu%\contest.exe
    0x01=%cpu%\msg.exe
    0x01=%cpu%\sleep.exe
    0x00=webcfg.cmd
    0x00=ftpcfg.cmd
    0x00=adsutil.vbs
    0x00=startsrv.vbs
    0x00=stopsrv.vbs
    0x00=iiscfg.vbs
    0x00=runtapi.cmd
    0x00=instapi.cmd
    0x01=%cpu%\scamclnt.exe
    0x01=%cpu%\clntapp.exe
    0x01=%cpu%\srvapp.exe
    0x01=%cpu%\tapi2rep.dll
    0x01=%cpu%\scam2.exe
    0x01=%cpu%\tclient.exe
    0x01=%cpu%\espexe.exe
    0x01=%cpu%\espui.dll
    0x01=%cpu%\esp32.tsp
    0x01=%cpu%\sockdies.exe
    0x001=%cpu%\cgiapp.exe
    0x001=%cpu%\isapiapp.dll
    0x01=%cpu%\dtc_bangfs.exe
    0x01=%cpu%\dtc_rapidfile.exe
    0x01=%cpu%\dtc_sqlio.exe
    0x00=run_dtc_bangfs.cmd
    0x00=run_dtc_sqlio.cmd
    0x01=%cpu%\rdex.exe
    0x00=fsclean.cmd

;
; This is what is installed on the client
;
; <remote_file_type> [ |<service_name> ]=<file_name>

[Clnt_Files]
    0x03|qserv=%cpu%\qserv.exe
    0x01=%cpu%\qsend.exe
    0x01=%cpu%\baseinit.dll
    0x01=%cpu%\lrgfile.exe
    0x01=%cpu%\ntlog.dll
    0x01=%cpu%\clntmr.dll
    0x01=%cpu%\clntext.exe
    0x01=%cpu%\mapfile.exe
    0x01=%cpu%\reporter.dll
    0x01=%cpu%\unbufw.exe
    0x01=%cpu%\fscmprsn.exe
    0x00=n
    0x00=norm.cmd
    0x00=normtst.cmd
    0x00=fssrvtst.cmd
    0x00=y
    0x01=%cpu%\usedisk.exe
    0x01=%cpu%\contest.exe
    0x01=%cpu%\msg.exe
    0x01=%cpu%\sleep.exe
    0x01=%cpu%\gqstress.exe
    0x00=gqsetup.cmd
    0x00=ftpsetup.cmd
    0x01=%cpu%\sockdiec.exe
    0x01=%cpu%\rdex.exe
    0x00=fsclean.cmd

[Local_Files]
    0x03|qserv=qserv.exe
    0x03|spsrv=spsrv.exe

;
; These are services that need to be registerd so they can be monitored.
; Processes are added when they are started.
;
; <type>=<file_name>
;
; critical_node_srv   == 0x029
; critical_node       == 0x021
; critical_local_srv  == 0x02c
; critical_client_srv == 0x02a
; client_srv          == 0x00a
; urgent_client_srv   == 0x40a
;
[Register_Processes]
    0x029=qserv.exe
    0x40a=qserv.exe
    0x40c=qserv.exe
    0x001=spsrv.exe
    0x004=spsrv.exe


[Tests]
    ClntTest=FTP_Clnt
    ClntTest=GQStress_Clnt
    ClntTest=LrgFile_Clnt
    ClntTest=Mapfile_Clnt
    ClntTest=UnBuf_Clnt
    ClntTest=FsCmprsn_Clnt
    ClntTest=FsStrs_Clnt
    NodeTest=FsStrs_Srv
    NodeTest=Tapi_Srv
    ; Sock_Srv must be before the Sock_Clnt
    NodeTest=Sock_Srv
    NodeTest=DTC_SqlIo
    NodeTest=DTC_BangFs
    ClntTest=Sock_Clnt
    LocalTest=NetSniff

;    NodeTest=LotsFile_Srv
;    NodeTest=Fragger_Srv

;    NodeTest=LrgFile_Srv
;    NodeTest=Mapfile_Srv
;    NodeTest=UnBuf_Srv
;    NodeTest=FsCmprsn_Srv

;    ClntTest=Caches_Clnt
;    ClntTest=MetaData_Clnt


;
; The note that %foo% vars will be filled in at test start time.
;

[NetSniff]
    DefaultSelection=0
    type=0x1004
    cmd=AutoSniff.exe -dll:spstresstimer.dll -Buffer:100 -include:%clusname%,%master_client% 
    log=AutoSniff.log


[DTC_BangFs]
    DefaultSelection=0
    type=0x121
    cmd=cd ..\srvtst&run_dtc_bangfs.cmd %drive%
    log=..\srvtst\dtc_bangfs.log

[DTC_SqlIo]
    DefaultSelection=1
    type=0x121
    cmd=cd ..\srvtst&run_dtc_sqlio.cmd  %drive% %drive%
    log=..\srvtst\dtc_sqlio.log

[Sock_Srv]
    type=0x01
    cmd=cd ..\srvtst&sockdies.exe --maxconns

[Sock_Clnt]
    setup=cd ..\srvtst&cmd.exe /c sleep.exe 7
    type=0x02
    cmd=cd ..\srvtst&sockdiec.exe -n %netname% --maxconns


[Tapi_Srv]
    type=0x101
    setup=cd ..\srvtst&cmd.exe /c instapi.cmd srvtst %clusname%
    cmd=cd ..\srvtst&runtapi.cmd


[FsStrs_Clnt]
    DefaultSelection=0
    type=0x182
    setup=cmd.exe /c md \\%netname%\%share%\fs_strs_clnt\%clntName%
    cmd=cd ..\srvtst&fssrvtst.cmd \\%netname%\%share%\fs_strs_clnt\%clntName%
    CleanUpScript=cd ..\srvtst&fsclean.cmd \\%netname%\%share%\fs_strs_clnt\%clntName%


[LrgFile_Clnt]
    DefaultSelection=0
    type=0x82
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=lrgfile.exe -r -D\\%netname%\%share% -l -t -V500 -Y..\srvtst\%share%\lrgfile.log -flrgfile_%clntName%.tmp -W -Q
    log=..\srvtst\%share%\lrgfile.log

[Mapfile_Clnt]
    DefaultSelection=0
    type=0x82
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=cd ..\srvtst\%share%&mapfile.exe -D\\%netname%\%share% -r -n
    log=..\srvtst\%share%\mapfile.log

[UnBuf_Clnt]
    type=0x82
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=cd ..\srvtst\%share%&unbufw.exe -i -q -t 0 -c -f \\%netname%\%share%\unbufw_%clntName%.tmp
    log=..\srvtst\%share%\unbufw.log

[FsCmprsn_Clnt]
    DefaultSelection=0
    type=0x82
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=cd ..\srvtst\%share%&fscmprsn.exe ..\.. \\%netname%\%share%\fscmprsn_%clntName%.tmp -l -q
    log=..\srvtst\%share%\fscmprsn.log


[GQStress_Clnt]
    minbuild=2003
    dep=0x4
    type=0x82
    setup=cd ..\srvtst&gqsetup.cmd %master_shr% %netname% %share% %iis_web% gqstress %clusname% 
    cmd=cd ..\srvtst\%share%&gqstress.exe -s%netname% -w/%iis_web%/gqstress -l0 -r3 -b30 -t5 -n
    log=..\srvtst\%share%\gqstress.log


[FTP_Clnt]
    minbuild=1800
    DefaultSelection=0
    dep=0x2
    type=0x82
    setup=cd ..\srvtst&ftpsetup.cmd %master_shr% %netname% %share% %clusbuild% %iis_ftp% %disk%
    cmd=cd ..\srvtst\%share%&cmd.exe /c ftpcont.cmd %netname% %iis_ftp%
    abort=ftp.exe

[FsStrs_Srv]
    DefaultSelection=0
    type=0x181
    setup=cmd.exe /c md %disk%srvtst\fs_strs_srv
    cmd=cd ..\srvtst&fssrvtst.cmd %disk%srvtst\fs_strs_srv
    CleanUpScript=cd ..\srvtst&fsclean.cmd %disk%\srvtst\fs_strs_srv

[LrgFile_Srv]
    type=0x81
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=cd ..\srvtst\%share%&lrgfile.exe -r -D%disk%srvtst -l -t -V500 -Y..\srvtst\%share%\lrgfile.log -flrgfile_%clntName%.tmp -W -Q
    log=..\srvtst\%share%\lrgfile.log

[Mapfile_Srv]
    type=0x81
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=cd ..\srvtst\%share%&mapfile.exe -D%disk%srvtst -r -n
    log=..\srvtst\%share%\mapfile.log

[UnBuf_Srv]
    type=0x81
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=cd ..\srvtst\%share%&unbufw.exe -c -i -q -t 0 -f %disk%srvtst\unbufw_%clntName%.tmp
    log=..\srvtst\%share%\unbufw.log 

[FsCmprsn_Srv]
    type=0x81
    setup=cmd.exe /c md ..\srvtst\%share%
    cmd=cd ..\srvtst\%share%&fscmprsn.exe .. %disk%srvtst\fscmprsn_%clntName%.tmp -l -q
    log=..\srvtst\%share%\fscmprsn.log 

[LotsFile_Srv]
    type=0x81
    setup=cmd.exe /c md %disk%srvtst\lotsfile
    cmd=lotsfile.exe /n:2000000 /t:4 /l /f:30 /s:4096 /r:%disk%srvtst\lotsfile

[Fragger_Srv]
    type=0x81
    cmd=frag.exe -f10 -l -r %disk%srvtst


[ResTypes]
    0x2|nt5=Ftp-IIS Server Instance
    0x4|nt5=Web-IIS Server Instance
    0x8|nt4=File Share
    0x8|nt5=File Share
    0x10|nt4=Network Name
    0x10|nt5=Network Name
    0x20|nt4=IP Address
    0x20|nt5=IP Address

;    0x80|nt4=Print Spooler
;    0x80|nt5=Print Spooler
;    0x100|nt4=Distributed Transaction Coordinator
;    0x100|nt5=Distributed Transaction Coordinator
;    0x200|nt5=WINS Service


[Ftp-IIS Server Instance]
    displayName=Ftp
    iis_ftp=msftpsvc_%drive%_1
    resName=%iis_ftp%
    setup=cd ..\srvtst&ftpcfg.cmd %clusbuild% 1 %iis_ftp% %disk%srvtst %ip% 1
    dep=0x60

[Web-IIS Server Instance]
    displayName=Web
    iis_web=w3svc_%drive%_1
    resName=%iis_web%
    setup=cd ..\srvtst&webcfg.cmd %clusbuild% 1 %iis_web% %disk%srvtst %ip% 1
    dep=0x60

[IP Address]
    displayName=Ip
    resName=%ip%

[Network Name]
    displayName=Net
    resName=%network%

[File Share]
    displayName=Share
    share=share_%drive%
    resName=%share%

[Print Spooler]
    displayName=Print
    resName=Printer_%drive%

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 1.26