installing the opennms network management application
tarus balog 【程序编程相关:Linux Kernel moxa串行驱】
opennms development team 【推荐阅读:在Windows 2003/XP wit】
<dj@opennms.org>copyright © 2004-2005 the opennms group, inc. 【扩展信息:phpMyAdmin 2.6.1 Rem】
<tarus@opennms.org>dj gregor
permission is granted to copy, distribute and/or modify this document under the terms of the gnu free documentation license, version 1.1 or any later version published by the free software foundation; with no invariant sections, with no front-cover texts and with no back-cover texts. a copy of the license is available at http://www.gnu.org/copyleft/fdl.html
table of contents
preface 1. overview 1.1. about opennms 1.2. how to use this document 1.3. minimum requirements 2. preparing for install 2.1. prerequisite package: java 2.1.1. installing java on debian 2.1.2. installing java on everything else 2.2. prerequisite package: tomcat4 2.2.1. modifying tomcat4 on debian sid 2.2.2. installing appropriate tomcat4 on fedora core 2 and 3 2.2.3. installing tomcat4 on suse linux pro 9 2.2.4. customizing tomcat4 2.3. prerequisite package: rrdtool 2.4. prerequisite package: postgresql 2.4.1. customizing the postgresql.conf file 2.4.2. customizing the pg_hba.conf file 2.4.3. installing the postgresql on red hat linux 7 2.4.4. creating the postgresql database on solaris 2.5. prerequisite package: curl 2.6. optional prerequisite package: metamail 3. installing opennms 3.1. performing a fresh install 3.1.1. installing on debian linux 3.1.2. installing on rpm-based linux distributions 3.1.3. installing on solaris 3.1.4. installing on mac os x 3.1.5. installing from source 3.2. upgrading an existing installation 3.2.1. basic locations for opennms data 3.2.2. before upgrading - make a backup! 3.3. run the installer 3.3.1. configure java for opennms 3.3.2. run the installer to setup the postgresql database 3.3.3. run the installer to setup the web application 4. getting started with opennms 4.1. configuring discovery 4.2. start postgresql, tomcat4, and opennms 4.3. login to the web application 4.4. configure opennms to start automatically at boot time 4.4.1. configuring automatic startup on debian linux 4.4.2. configuring automatic startup on rpm-based linux distributions 4.4.3. configuring automatic startup on solaris 5. building from source 5.1. are you sure you want to do this? 5.2. install prerequisite applications 5.3. download source 5.3.1. retrieve released source 5.3.2. retrieve source from cvs 5.4. configuring build.properties 5.5. compiling opennms 5.6. installing opennms 6. troubleshooting an opennms installation 6.1. common installation issues 6.1.1. dependency problems 6.1.2. error: "started opennms, but it has not finished starting up" 6.1.3. dhcp poller wont start 6.1.4. the opennms web application will not start, or you cant log in 6.1.5. error: "runjava: could not find an appropriate jre" 6.1.6. error: "the database servers error messages are not in english ..." 6.1.7. error: "column x in new table has not null constraint ..." 6.1.8. error: "one or more backup tables from a previous install still exists" 6.1.9. error: "table x contains n rows (out of m) that violate new constraint y" 6.2. where to get help 6.2.1. the release notes 6.2.2. the opennms web site 6.2.3. the opennms mailing lists 6.2.4. commercial supportpreface
opennms is the creation of numerous people and organizations, operating under the umbrella of the opennms project. the original code base was developed and published under the gpl by the oculan corporation until 2002, when the project administration was passed on to tarus balog.
the current corporate sponsor of opennms is the opennms group, which also owns the opennms trademark.
opennms is a derivative work, containing both original code, included code and modified code that was published under the gnu general public license. please see the source for detailed copyright notices, but some notable copyright owners are listed below:
copyright © 2002-2005 the opennms group, inc..
original code base for opennms version 1.0.0 copyright © 1999-2001 oculan corporation.
mapping code copyright © 2003 networked knowledge systems, inc.
scriptd code copyright © 2003 tavve software company.
please send any omissions or corrections to this document to tarus balog
chapter 1. overview
table of contents
1.1. about opennms 1.2. how to use this document 1.3. minimum requirements1.1. about opennms
opennms is the worlds first enterprise-grade network management system developed under the open source model. as with any complex and powerful system, getting it installed and configured can take a little effort. it is the purpose of this document to explain what is required to get opennms installed.
1.2. how to use this document
... 下一页