Mike Wilson | 3 Jun 2004 18:18

Webapp

 

Installed ver 112 on new machine, w/ fedora core 2

Everything is working with 1 exception, I cannot login to the web interface.

Have tried to use admin/admin as well as others but nothing seems to work.

Also tried ver 113 with same results

Can anyone help?

 

Mike Wilson

Tarus Balog | 8 Jun 2004 00:27
Favicon

Re: miss something? (OpenNMS)


On Jun 7, 2004, at 5:14 PM, Patrick Ramsey wrote:

> Tarus,
>
> I followed the rpm install...all seems well..Postgres is running,
> tomcat runs and the default page comes up, OpenNMS runs, I browse to
> localhost:8080/opennms and get a login prompt, but admin:admin does not
> work.
>
> Did I miss something silly?

It's a common enough problem. Stop opennms and run:

/opt/OpenNMS/bin/install.pl -q /opt/OpenNMS/etc/create.sql

restart opennms and restart tomcat and try again. I think install.pl  
did not update your /var/tomcat4/conf/server.xml file (you can grep for  
"opennms" in that file, my guess is before, nothing, after, four  
lines).

-T
________________________________________________________________________ 
___
Tarus Balog, OpenNMS Maintainer			Main:		+1 919 545 2553
Blast Internet Services, Inc.			Fax:			+1 503-961-7746
Email: tarus <at> opennms.org				URL: http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
Moe, Daniel (RCIS | 8 Jun 2004 00:29

Disk Drive Status

Tarus,

Is it possible to add more drives to the SNMP monitoring for Windows
servers?  For instance, each server is showing Drive C and Drive D, but most
of the time, Drive D is a CD-ROM drive that doesn't need to be monitored.
For most cases, we need to monitor Drive C and Drive E and possibley Drive
F.  Could you point me in the right direction?  Any help would be
appreciated.

Thanks,
Dan

P.S.  You have an excellent product!  I am currently monitoring about 150
servers and network devices.  :-)

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
AJ | 8 Jun 2004 04:04

question regarding database on non-opennms host

Oops, sent from wrong account…

 

From: Fasano, Anthony
Sent: Monday, June 07, 2004 9:49 PM
To: 'opennms-install <at> lists.sourceforge.net'
Subject: question regarding database on non-opennms host

 

I was a bit confused when the install.pl did not work until I realized that the script assumed that the iplike.so was on the local filesystem.  I copied it to the host where the database is housed and the install went fine.  After changing all the database references from localhost to my db host, things seem to be working. But I have one quick question:

Are there any other processes that require the postgres modules to be on the database host?

 

Thanks in advance.

A.J.

 

amandeep | 8 Jun 2004 09:39

Re: help needed for installing opennms 1.1.2 on redhat9

hi 2 all

regarding the problems like
failing to add new users or change admin password
what i think is that by default all the configuration files in
/opt/OpenNms/etc are readonly
so try to change the mode of related files

i think this should work for your problem

ok good luck then

> Hi Guys,
>
> I am running opennms 1.1.2 on redhat9, but some management applications
> can  not work properly such as failing to add a new user or change
> admin's  password (error message attached below).
>
> It looks I installed j2sdk-1_4_0_02 improperly, but I think I were right
> : download package j2sdk-1_4_0_02-linux-i586-rpm.bin --> run it -->
> j2sdk-1_4_0_02-fcs-linux-i586.rpm -- install...
>
> Also I set tomcat running as root.
>
> In addition, after tomcat and opennms run a few days, I can not access
> tomcat but it's still running with its process, and there is no response
>  when I use "/etc/init.d/tomcat4 stop" and "/etc/init.d/opennms stop"
>
> Sooo many weird things cause me lost! I NEED TO CHANGE THE REDHAT TO
> DEBIAN?
>
> Appreciate any helps.
>
>
>  --
> David.
>  ------------------ERROR BELOW----
>
> HTTP Status 500 -
>
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented
> it  from fulfilling this request.
>
> exception
>
> java.lang.NullPointerException
>        at
> org.opennms.web.admin.users.AddNewUserServlet.doPost(AddNewUserServlet.java:
>  78)
>
> .....
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the new InstallShield X.
> From Windows to Linux, servers to mobile, InstallShield X is the one
> installation-authoring solution that does it all. Learn more and
> evaluate today! http://www.installshield.com/Dev2Dev/0504
> _______________________________________________
> opennms-install mailing list
> opennms-install <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/opennms-install

-----------------------------------------
Baba Banda Singh Bahadur Engineering College
Fatehgarh Sahib, Punjab, India
http://www.bbsbec.ac.in
http://www.bbsbec.org

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
Tarus Balog | 8 Jun 2004 20:33
Favicon

Re: question regarding database on non-opennms host


On Jun 7, 2004, at 10:04 PM, AJ wrote:

> Are there any other processes that require the postgres modules to be  
> on the database host?

Once the database is created on the remote host, and pg_hba.conf is  
modified to allow for remote TCP transactions, then you only need to  
modify the URL in the opennms-database.xml file and in the web.xml file  
(in the webapps/WEB_INF dir).

-T

________________________________________________________________________ 
___
Tarus Balog, OpenNMS Maintainer			Main:		+1 919 545 2553
Blast Internet Services, Inc.			Fax:			+1 503-961-7746
Email: tarus <at> opennms.org				URL: http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
Tarus Balog | 8 Jun 2004 20:36
Favicon

Re: Disk Drive Status


On Jun 7, 2004, at 6:29 PM, Moe, Daniel (RCIS) wrote:

> Tarus,
>
> Is it possible to add more drives to the SNMP monitoring for Windows
> servers?  For instance, each server is showing Drive C and Drive D,  
> but most
> of the time, Drive D is a CD-ROM drive that doesn't need to be  
> monitored.
> For most cases, we need to monitor Drive C and Drive E and possibley  
> Drive
> F.  Could you point me in the right direction?  Any help would be
> appreciated.

First, you need to modify datacollection-config.xml to collect on the  
extra variables (see the example for drive space C and D, you should be  
able to increment the instance by one to get the other drives). Then  
modify the snmp-graph.properties file to generate the reports (clone  
the current reports, and be sure to add the new reports to the  
"reports=" section at the top).

-T

________________________________________________________________________ 
___
Tarus Balog, OpenNMS Maintainer			Main:		+1 919 545 2553
Blast Internet Services, Inc.			Fax:			+1 503-961-7746
Email: tarus <at> opennms.org				URL: http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
Moe, Daniel (RCIS | 9 Jun 2004 00:22

RE: Disk Drive Status

I found the problem. I made a stupid typo where I had %8.21f instead of
%8.2lf (note the 1 (one) verus the l (letter L)).

Thanks again for your help,
Dan

-----Original Message-----
From: Moe, Daniel (RCIS) 
Sent: Tuesday, June 08, 2004 3:44 PM
To: 'opennms-install <at> lists.sourceforge.net'
Subject: RE: [opennms-install] Disk Drive Status

Tarus,

Please forgive my ignorance.  I have done the following and now at the point
where I should be seeing the graph, I see "The data you have selected to
view is not available from this node".  I'm assuming that this is an RRDTOOL
error.  I have deleted one of my monitored nodes and had OpenNMS rediscover
it and I'm still running into the same issue.  Please help.

Thanks,
Dan

-----Original Message-----
From: Tarus Balog [mailto:tarus <at> opennms.org]
Sent: Tuesday, June 08, 2004 1:36 PM
To: opennms-install <at> lists.sourceforge.net
Subject: Re: [opennms-install] Disk Drive Status

On Jun 7, 2004, at 6:29 PM, Moe, Daniel (RCIS) wrote:

> Tarus,
>
> Is it possible to add more drives to the SNMP monitoring for Windows 
> servers?  For instance, each server is showing Drive C and Drive D, 
> but most of the time, Drive D is a CD-ROM drive that doesn't need to 
> be monitored.
> For most cases, we need to monitor Drive C and Drive E and possibley 
> Drive F.  Could you point me in the right direction?  Any help would 
> be appreciated.

First, you need to modify datacollection-config.xml to collect on the extra
variables (see the example for drive space C and D, you should be able to
increment the instance by one to get the other drives). Then modify the
snmp-graph.properties file to generate the reports (clone the current
reports, and be sure to add the new reports to the "reports=" section at the
top).

-T

________________________________________________________________________
___
Tarus Balog, OpenNMS Maintainer			Main:		+1 919 545
2553
Blast Internet Services, Inc.			Fax:			+1
503-961-7746
Email: tarus <at> opennms.org				URL:
http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
opennms-install mailing list
opennms-install <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opennms-install

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
Moe, Daniel (RCIS | 8 Jun 2004 22:40

RE: Disk Drive Status

Tarus,

Please forgive my ignorance.  I have done the following and now at the point
where I should be seeing the graph, I see "The data you have selected to
view is not available from this node".  I'm assuming that this is an RRDTOOL
error.  I have deleted one of my monitored nodes and had OpenNMS rediscover
it and I'm still running into the same issue.  Please help.

Thanks,
Dan

-----Original Message-----
From: Tarus Balog [mailto:tarus <at> opennms.org] 
Sent: Tuesday, June 08, 2004 1:36 PM
To: opennms-install <at> lists.sourceforge.net
Subject: Re: [opennms-install] Disk Drive Status

On Jun 7, 2004, at 6:29 PM, Moe, Daniel (RCIS) wrote:

> Tarus,
>
> Is it possible to add more drives to the SNMP monitoring for Windows 
> servers?  For instance, each server is showing Drive C and Drive D, 
> but most of the time, Drive D is a CD-ROM drive that doesn't need to 
> be monitored.
> For most cases, we need to monitor Drive C and Drive E and possibley 
> Drive F.  Could you point me in the right direction?  Any help would 
> be appreciated.

First, you need to modify datacollection-config.xml to collect on the extra
variables (see the example for drive space C and D, you should be able to
increment the instance by one to get the other drives). Then modify the
snmp-graph.properties file to generate the reports (clone the current
reports, and be sure to add the new reports to the "reports=" section at the
top).

-T

________________________________________________________________________
___
Tarus Balog, OpenNMS Maintainer			Main:		+1 919 545
2553
Blast Internet Services, Inc.			Fax:			+1
503-961-7746
Email: tarus <at> opennms.org				URL:
http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
opennms-install mailing list
opennms-install <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opennms-install

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
Tarus Balog | 9 Jun 2004 00:56
Favicon

Re: Disk Drive Status


On Jun 8, 2004, at 4:40 PM, Moe, Daniel (RCIS) wrote:

> Please forgive my ignorance.  I have done the following and now at the  
> point
> where I should be seeing the graph, I see "The data you have selected  
> to
> view is not available from this node".  I'm assuming that this is an  
> RRDTOOL
> error.  I have deleted one of my monitored nodes and had OpenNMS  
> rediscover
> it and I'm still running into the same issue.  Please help.

It's a misconfiguration in snmp-graph.properties. Post the relevant  
reports to the list.

-T
________________________________________________________________________ 
___
Tarus Balog, OpenNMS Maintainer			Main:		+1 919 545 2553
Blast Internet Services, Inc.			Fax:			+1 503-961-7746
Email: tarus <at> opennms.org				URL: http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org

Gmane