⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opennms_on_solaris_startup_how-to.txt

📁 opennms得相关源码 请大家看看
💻 TXT
字号:
Once the packages are installed, you will need to do the following:Set some environment variables:export JAVA_HOME=/usr/java/j2sdk1.4.0_02 (or whatever your Java home dir is)export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/ssl/lib/:/usr/local/pgsql/lib:/usr/local/opennms/lib:/usr/local/pgsql/include/server/lib:/usr/local/pgsql/include/internal/libexport POSTGRES_LIB=/usr/local/pgsql/libexport PERL5LIB=/usr/local/lib/perl5Create a database:sudo -u postgres ./initdb -D /usr/local/pgsql/data -E ""Next, start up Postgres:sudo -u postgres ./pg_ctl -D /usr/local/pgsql/data/ start (or run it as the postgres user if you don't use sudo)Then, set up the database structure:/usr/local/opennms/bin/install.pl -q /usr/local/opennms/etc/create.sqlOnce this completes successfully, you are ready to start OpenNMS:/usr/local/opennms/bin/opennms.sh startand then tomcat:/usr/local/tomcat/bin/startup.shNote: The shell you start this in will behave like a console, and you may get some JMX messages like:DEBUG:  pq_recvbuf: unexpected EOF on client connectionJust ignore them.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -