On 17/01/07, Ankit Jalota <[EMAIL PROTECTED]> wrote: > can We just put the newly configured snmpd( with new > MIB implementation ) in some other system with the new mibs in the proper > path. or we have to configure all this in the new system.
If the snmpd binary is suitable for the destination system, then yes - you can just copy this (plus any relevant libraries and other supporting files) into place. You don't need to re-run configure. If you want to install the same configuration on several systems, it's worth looking at using the Source RPM. Install that, and tweak the file /usr/src/redhat/SPECS/net-snmp.spec to have the correct configure settings and you new MIB mdoule code. Then build with /usr/src/redhat/SPECS/net-snmp.spec This will produce a (binary) RPM, that you can install on your destinations systems. Not only will this include all of the necessary supporting files - it will also ensure everything is under the control of the rpm system, so can be removed, updated, etc cleanly. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
