Currently browsing tag

windows

maximizing windows 2003 server network throughput

I was using that setting on a heavy stressed RAC database. TcpWindowSize, set to 64k if your have Gb network HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip
\Parameters\TcpWindowSize 65535 Tcp1323Opts, allow scaling on high speed network HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters
\Tcp1323Opts 1 MaxHashTableSize, maximize tcp control blocks HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip
\Parameters\MaxHashTableSize 65536 MaxUserPort, maximizes open port if you have plenty of memory HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip
\Parameters\MaxUserPort 65534

howto: create a windows PE CD

1. First of all, download windows AIK from Microsoft 2. Mount it or burn it to a DVD 3. Install AIK on your windows XP/Vista 4. Open windows PE command prompt from start menu C:\Program Files\Windows AIK\Tools\PETools>copype.cmd x86 z:\pe   C:\Program Files\Windows AIK\Tools\PETools>oscdimg.exe -bz:\pe\etfsboot.com -n -o z:\pe\iso\ z:\pe\pe.iso Useful link: http://apcmag.com/windows_pe_20_a_tiny_version_of_windows_for_system_maintenance.htm

TCP High Performance Networking Options

High Performance Networking Options The options below are presented in the order that they should be checked and adjusted. http://www.psc.edu/networking/projects/tcptune/ http://www.sean.de/Solaris/soltune.html Maximum …

MS Indexing Web query

Setup a file index query web interface. define query repos in query.htm and both files results-asp into IIS webroot. Reference: http://www.windowsnetworking.com/articles_tutorials/Making-Windows-Server-2003-Indexing-Service-Useful.html