- Windows Stuff
- Change Window's "register" User/Org
- Fix - GotoMeeting Could not Connect
- How To - Moving Google AppSync Outlook Mailbox Data
- How To - Uninstall Software Update Manager
- Perl Script - Active Directory Password Expiration
- RealTek HD Audio and Windows7
- Script - Restart Service on ALL Hosts
- Tip - DSADD and DSMOD Commands
- Windows 2008 DHCP Server in Workgroup
Windows 2008 DHCP Server in Workgroup
I was recently reminded of an issue we had with our small office LAN. Periodically, the small server we had serving basic network services like DHCP and DNS would crawl to a halt or crash. Upon investigation, I discovered it was due to the system running out of memory. After rebooting, the system seemed to run just fine.
To help diagnose, I added NSClient++ to the system and monitored system resources via Nagios. Sure enough, over time you could see the memory usage slowly increase. I discovered it was the DHCP server process causing the issue. A little googling led me to the "A Windows Server 2008-based DHCP server that is configured in a workgroup environment may consume too much memory" Microsoft KB article.
Sure enough, after performing the suggested registry change we have not seem the same memory utilization issue that lead to the server crashing. To spoil the lovely KB article, you just need to execute the following command (one-line):
reg add HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DHCPServer\Parameters /v DisableRogueDetection /t REG_DWORD /d 1
- MWalker's blog
- Printer-friendly version
- Login or register to post comments
-

Recent comments
7 weeks 2 days ago
24 weeks 5 days ago
27 weeks 6 days ago
37 weeks 5 days ago
45 weeks 1 day ago
45 weeks 3 days ago
50 weeks 4 hours ago
1 year 1 week ago