Last updated 21 June 2001 | ||
NET-SNMP IS NOT REQUIRED TO RUN NMIS BUT IS REAL HANDY |
||
Tips:
The above things are a couple of things to do before panicking! |
||
File Sizes:
NMIS creates lots of rrd's Round Robin Databases for each device it manages. The current statistics options make the file sizes as follows:
All of these RRD's make up the database and for a few routers could become quite large quite quick. |
||
Q. What is the format for the "interfaces" file?
A. The interfaces file is automatically generated by the NMIS system. You don't need to manually make these interface files. There is also an interfaces.dat which is all the interface data for all the devices put together also generated automatically by the update process. |
||
Q. There are problems with the loadoids_file subroutine?
A. This is a modification to the SNMP Simple package, SINS has made up a distribution of SNMP_Simple availble here SNMP_Simple_NMIS.tar.gz |
||
Q. How do I add mibs to NMIS?
A. You need to edit the loadmibs.pl script, put the names of the mibs into the script and generate the OID files. Not straight forward if you don't program in Perl but quite easy really. Something like: mibdump.pl mibdir=/usr/local/share/snmp/mibs mibs=router outfile=/data/nmis/mibs/cisco-router.oidYou will need copies of MIBS, some available at http://www.sins.com.au/public/ |
||
Q. I am having problems with Ping?
A. NMIS now uses Perl Net::Ping and requires NMIS to be run with Root privileges. For backwards compatibility the old routines are included which execute Unix Ping. |