MibbleBrowser : About
MibbleBrowser is a SNMP MIB browser written in Java and published under GPL. It uses the Mibble library as SMI parser and supports SNMPv1, SNMPv2c and SNMPv3.
Thierry Uso has ported MibbleBrowser 2.9 on OpenVMS. Porting means testing all the functions, writing a startup procedure and creating a PCSI kit.
MibbleBrowser for OpenVMS needs Java 1.4-2 or later and must be installed on an ODS5 volume. MibbleBrowser has been tested on Alpha and Itanium.
Contact : Thierry Uso
MibbleBrowser : Screenshots
MibbleBrowser : Download
ZIP archives containing the PCSI kit of MibbleBrowser 2.9 :
Alpha: free-axpvms-mibble-v0209-0-1.zip
Itanium: free-i64vms-mibble-v0209-0-1.zip
This kit is based on the official archive mibble-2_9.tar.gz.
ZIP archives containing the PCSI kit of MibbleBrowser 2.8 :
Alpha: free-axpvms-mibble-v0208-0-1.zip
Itanium: free-i64vms-mibble-v0208-0-1.zip
This kit is based on the official archive mibble-2_8.tar.gz.
MibbleBrowser : Installation
1. Extract the PCSI kit from the ZIP archive
$ UNZIP “-V” FREE-AXPVMS-MIBBLE-V0209-0-1.ZIP
or…
$ UNZIP “-V” FREE-I64VMS-MIBBLE-V0209-0-1.ZIP
2. Make sure you uninstall any old version before installing this one
$ PRODUCT REMOVE mibble
3. Install MibbleBrowser in your chosen directory
By default, the installation procedure installs MibbleBrowser in the SYS$COMMON:[Mibble] directory. To install it in dev:[dir.Mibble], use the /DESTINATION parameter of the PRODUCT command.
$ PRODUCT INSTALL mibble
or…
$ PRODUCT INSTALL mibble /DESTINATION=dev:[dir]
4. Start MibbleBrowser
$ @SYS$COMMON:[Mibble.bin]MibbleBrowser
or…
$ @dev:[Mibble.bin]MibbleBrowser
The jvm 1.5-0 is used by default but the P1 parameter allows to choose another version of the jvm (example: 142 for Java 1.4-2).
5. Parameters Files
MibbleBrowser creates parameters files in the SYS$LOGIN directory of the user. It is a good idea to set these files in version_limit=1.
$ SET DEF SYS$LOGIN
$ SET DEF [.^.java]
$ PURGE/LO [.^.userPrefs.net.percederberg…]
$ SET DIR/VER=1 [.^.userPrefs.percederberg…]
$ SET FILE/VER=1 [.^.userPrefs.percederberg…]*.*
MibbleBrowser : News
2007-10-12
MibbleBrowser 2.8 port
2009-03-23
MibbleBrowser 2.9 port
To do
??