| Home | Docs | Support | Buy | Blog | Forums |
|
Install SNMP on Windows remotelyFollowing this technique will allow you to remotely install SNMP on Windows systems which do not already have it enabled. It is not straightforward to add or remove Windows components after the OS has been installed, except by logging into a system and executing Add/Remove Programs, then clicking on Windows Components. Microsoft provides a tool called sysocmgr.exe to help automate this process. [NetOptionalComponents] On each system, execute the following command: sysocmgr /i:%windir%\inf\sysoc.inf /u:\\path\to\snmp.txt /q Executing this command on multiple systems simultaneously can be done in several ways. One (free) way to do so is by using PsExec. For more details about sysocmgr, see the article "Using the Windows System stand-alone Optional Component Manager (sysocmgr)". HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Sourcepath and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Setup\Sourcepath These values should point to the i386 folder and the "CD root", respectively. The path can contain a drive letter or a network UNC path. To make these registry changes on multiple systems remotely, you can use the reg.exe command along with PsExec. Reg.exe comes with XP and Windows 2003 Server. For Windows 2000 you can obtain reg.exe here. |
