- Your JRE is not enough. See, OpenNMS will ask you to install full blown JDK. What for — I have no idea. But that's why we hate most Java developers: they are unable to make cute small things in most cases.
- Your PostgreSQL will say something rude to the installer and latter will be upset, asking you personal questions. So make sure, in prior to running the installer, you did the following:
postgres=# create user opennms with password 'opennms';
postgres=# alter user opennms with password 'opennms';
ALTER ROLE
postgres=# create database opennms owner opennms;
CREATE DATABASE
postgres=# grant all privileges on database opennms to opennms;
GRANT - You changed your passwords for "opennms" user in DB and also you fixed your trust store where password it "changeit".
$OPEN_NMS/bin/opennms -v status
This will list all the processes and will show you the status.
No comments:
Post a Comment