Hi everybody, I try a method to monitor nt4 servers, with hostmib
implementation. The method is ok with this configuration: NT4 server SP6, hostmib.dll, version 5.00.2134.1
(windows 2000 without Service Pack) First, on Windows 2000 server, copy %systemroot%\system32\hostmib.dll,
and verify version. Install snmp module on nt4 server. It’s
important to re-apply SP6 if you don’t have NT4 source with integrated
service pack 6 Paste the file on NT4 server, in
%systemroot%\system32\ directory Open registry (regedt32) and add following keys: -HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HostMIB (no
class) -HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HostMIB\CurrentVersion
(no class) Add following values : -Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HostMIB\CurrentVersion Value Name: Pathname Type: REG_SZ Data: %SystemRoot%\system32\hostmib.dll -Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents Value Name: 3 (change value if 3 is already taken) Type: REG_SZ Data:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HostMIB\CurrentVersion You just restart snmp service and make a manual discover
server with jffnms. If everything it’s ok, you should have following interfaces
: Disks, virtual memory and process (task manager). REgards, Laurent BOUDON |