#################################
#                               #
#   Network Monitoring System   #
#                               #
#################################

Developers
----------- 
Romil Jain
Anurag Vyas
Pankaj Jain
Abhinandan Sharma

REFERENCES
-----------
1. RFC1213
2. AdventSNMP API and Developer Guidelines

Directory Structure and Files
------------------------------
NMS
 |---------------README
 |
 |---------------[bin]------| All Class files
 |
 |---------------[doc]------| Final SRS sources and postscript 
 |		                    and other docs
 |
 |---------------[html]-----| HTML pages used in your application
 |
 |---------------[src]------| Source Files
 |	
 |---------------[tutorial]-| if any
 |
 |---------------[dat]------| All the data in the flat files 
 |
 |---------------[imgs]-----| All images
 |
 |---------------[tmp]------| Temporary Space
 |
 |---------------[scripts]--| SQL and Shell Scripts




System and Software Requirements
---------------------------------
1. Linux Operating System 
2. JDK 1.3 installed
3. A JDBC compatible Database Server using SQL   
4. Netscape/Internet Explorer web browser    
5. Java compiler: javac
6. Systems with "SNMP Agents" installed on them, using
   SNMPv1 MIB. (For windows users, the agent comes with the
   windows bootable CD)

Installation Guidelines
------------------------
1. Untar the NMS.tar file 
2. Change to the new NMS directory created 
3. Set up the configuration files 
   a) ~NMS/src/Config.java 
   b) ~NMS/scripts/init.sh 
4. Change to directory ~NMS/scripts
5. to initialize your variables execute on bash>. ./init.sh      
5. to start the NMS Software execute on  bash>. ./start.sh


Installation Variables
-----------------------
  1.  ~NMS/src/Config.java
        REPEAT_TIME       :The interval in which Manager retrieves data  
        connectionServer  :The database server connection name    
        connectionName    :The database user name 
        connectionPasswd  :The database user password 
        hostName          :URL of host machine 

  2. ~NMS/scripts/init.sh 
        NMS_HOME          :Absolute path of NMS directory
        JAVA_HOME         :Absolute path of binaries like java, javac etc. 
        JAVA_CLASSPATH    :Absolute path of java classes  
        SERVLETRUNNER_PORT:Port on which the servletrunner program runs


User Guidelines
----------------
1. Get the URL of the main server
2. Start using the program by writing
   the URL field of your web browser 



   
