Deployment of SNMP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for help/a method to deploy SNMP protocol to NT4, W2K and W2003
servers

ANY suggestions, or help, on all, or part of the above, greatfully received


Thanks in advance
 
For Server 2000/2003 you can use the "System stand-alone Optional
Component Manager" (sysocmgr.exe) to do it. Basically you just run the
sysocmgr with an answer file and it should do the trick.

sysocmgr /i:%windir%\inf\sysoc.inf /u:c:\PathToAnswerFile.txt /q

Exactly what you want is shown here:
http://thesystemadministrator.com/T...Install_Windows_Components_from_Command_Line/

For NT4 it's a bit trickier, it doesn't have the sysocmgr. You have to
install SNMP using the the Network services applet, I don't know how to
install NT4 network services remotely, you will have to do some
searching or someone else can solve that part of the problem. By
searching through something like this:

http://search.yahoo.com/search;_ylt...nattended.txt+"network+services"&y=Search&fr=

you will probably be able to assemble enough clues to get it done. Let
us know if you find the NT4 solution.

John
 
Back
Top