Home
Name Modified Size InfoDownloads / Week
MIBs 2010-09-24
README.txt 2010-09-29 1.6 kB
Totals: 2 Items   1.6 kB 1
[home directory]
to install snmpjaag agent following home directory layout must be created:

SNMPJAAG_HOME/
	kernel/							> mandatory: contains all snmpjaag kernel(s) (jar files with name snmpjaag-x.y.jar)
		snmpjaag-1.0.jar				> snmpjaag kernel version 1.0
	lib/							> mandatory: contains all libraries (jar files)
		bootstrap.jar					> snmpjaag bootstrap realted classes
		commons-codec-1.3.jar			> apache commons codec
		commons-httpclient-3.1.jar		> apache commons httpclient
		commons-logging-1.1.1.jar		> apache commons logging
		commons-net-1.0.0.jar			> apache commons net
		joesnmp.jar						> joeSNMP classes
	mib/							> optional: contains mib definition files
		MEP-PRODUCTS-MIB.mib
		MEP-SMI.mib
		MEP-SNMPJAAG-MIB.mib
		SNMPv2-MIB.mib
		SNMPv2-SMI.mib
	shell/							> mandatory: contains all shell scripts
		bootstrap.bat					> bootstrap script for windows
		bootstrap.sh					> bootstrap script for linux
	src/							> optional: contains all java source files
	snmpjaag.cfg					> mandatory: snmpjaag configuration file

notes: 
- direcotry paths defined inside bootstrap shell scripts must be modified to match own system configuration
- a jre (or jdk) vesion 1.3 or higher must be installed on system


[bootstrap]
snmpjaag bootstrap procedure is designed to allow fail safe upgrade of agent.
at agent startup directory "SNMPJAAG_HOME/kernel" is scanned and a sorted list is build, containing all snmpjaag-x.y.jar files.
the higher version file is used first: if startup of SnmpJavaAgent class fails, the subsequent kernle jar file in list is used.





Source: README.txt, updated 2010-09-29