Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 14e7762649c6c85d29d87b731da4bd26 > files > 40

nmis-2.00-1mdv2009.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 

<HTML>
<HEAD>

<TITLE>NMIS FAQ - Frequently Asked Questions</TITLE>

<META HTTP-EQUIV="Content-Language" CONTENT="en-us">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">

<STYLE TYPE="text/css">
TD {
	border-width : 1px; 
	border-style : solid; 
	border-color : #aaaaaa; 
	font-family : Arial; 
}
TABLE {
	color : Black;
	background : White;
	border-width : 1px; 
	border-style : solid; 
	border-color : #aaaaaa; 
	width : 100%;
	font-family : Arial; 
}
P {
	font-family : Arial; 
}
BODY {
	font-style : normal; 
	font-variant : normal; 
	font-size : small; 
	color : white; 
	background-color : #190032; 
	text-decoration : none; 
	font-family : Arial; 
}
A:active {
	color : red;
	background-color : White; 
	text-decoration : none
}
A:link {
	color : blue;
	background-color : White; 
	text-decoration : underline
}
A:visited {
	color : blue;
	background-color : White; 
	text-decoration : underline
}
A:hover {
	color : red;
	background-color : White; 
	text-decoration : underline
}
.heading {
	font-style : normal;
	font-weight : bold;
	font-size : x-large;
	font-family : "Arial Rounded MT Bold";
	background-color : #190032; 
	color : White;
}
#rrdtool { 
	position : absolute; 
	left : 200px; 
	top : 150px;  
}

</STYLE>
</HEAD>
<BODY>
<div class="heading">NMIS FAQ - Frequently Asked Questions</div>

<table>
  <tr>
    <td width="33%">Last updated 21 June 2001</td>
    <td width="33%">
      <p align="center"><a href="http://www.sins.com.au/nmis/nmis-faq.html">Online
      Version</a></p>
    </td>
    <td width="33%">
      <p align="center"><a href="http://www.sins.com.au/nmis/">NMIS Home Page</a></p>
    </td>
  </tr>
  <tr>
    <td width="50%" colspan="3"> 
    <ul>
      <li><a href="http://www.sins.com.au/sins/nmis/">NMIS Home Page</a>&nbsp;</li>
      <li><a href="#tips">Tips</a></li>
      <li><a href="#filesize">File size</a></li>
      <li><a href="#interfacefile">What is the format for the interfaces file?</a></li>
      <li><a href="#loadoids_file">There are problems with the loadoids_file subroutine?</a></li>
      <li><a href="#load_mibs">How do I add MIBS to NMIS?</a></li>
      <li><a href="#ping">I am having problems with Ping?</a></li>
    </ul>
    <p><b>NET-SNMP IS NOT REQUIRED TO RUN NMIS BUT IS REAL HANDY</b>
    </td>
  </tr>
  <tr>
    <td width="100%" colspan="3"><a name="tips"></a><b>Tips:</b>
      <ul>
        <li>Always check your file permissions, the files should be in the right
          group and the HTTP Daemon should be able to read the files as well as
          write some directories.</li>
        <li>Did you check your config against the nmis-sample.conf?</li>
        <li>Did you run &quot;nmis.pl type=config&quot; to make sure the config
          was right?</li>
        <li>Have you run a &quot;nmis.pl type=update debug=true&quot;?</li>
        <li>Have you been running NMIS for more then 1 hour?</li>
      </ul>
      <p>The above things are a couple of things to do before panicking!
    </td>
  </tr>
  <tr>
    <td width="100%" colspan="3"><a name="filesize"><b>File Sizes</b></a><b>:</b>
      <p>NMIS creates lots of rrd's Round Robin Databases for each device it
      manages.&nbsp; The current statistics options make the file sizes as
      follows:
      <ul>
        <li>health rrd 2.5megabytes</li>
        <li>reachability rrd 756kilobytes</li>
        <li>interface rrd 568kilobytes.</li>
      </ul>
      <p>All of these RRD's make up the database and for a few routers could
      become quite large quite quick.
    </td>
  </tr>
  <tr>
    <td width="100%" colspan="3">
      <a name="interfacefile">Q. What is the format for the &quot;interfaces&quot; file?</a>
      <p>A. The interfaces file is automatically generated by the NMIS
      system.&nbsp; You don't need to manually make these interface files.&nbsp;
      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.</td>
  </tr>
  <tr>
    <td width="100%" colspan="3"><a name="loadoids_file">Q. There are problems with the loadoids_file subroutine?</a>
      <p>A. This is a modification to the SNMP Simple package, SINS has made up
      a distribution of SNMP_Simple availble here <a href="http://www.sins.com.au/public/SNMP_Simple_NMIS.tar.gz">SNMP_Simple_NMIS.tar.gz</a></td>
  </tr>
  <tr>
    <td width="100%" colspan="3"><a name="load_mibs">Q. How do I add mibs to NMIS?</a>
      <p>A. You need to edit the loadmibs.pl script, put the names of the mibs
      into the script and generate the OID files.&nbsp; Not straight forward if
      you don't program in Perl but quite easy really.&nbsp; Something like:
      <pre>mibdump.pl mibdir=/usr/local/share/snmp/mibs mibs=router outfile=/data/nmis/mibs/cisco-router.oid</pre>
      You will need copies of MIBS, some available at <a href="http://www.sins.com.au/public/">http://www.sins.com.au/public/</a>
    </td>
  </tr>
  <tr>
    <td width="100%" colspan="3"><a name="ping">Q. I am having problems with Ping?</a>
      <p>A. NMIS now uses Perl Net::Ping and requires NMIS to be run with Root privileges.&nbsp;
      For backwards compatibility the old routines are included which execute
      Unix Ping. 
    </td>
  </tr>
</table>
</BODY>
</HTML>