Xymon Mailing List Archive search

RRD graphs and trends will not show.

7 messages in this thread

list Derek Deckert · Fri, 26 Jun 2009 10:00:25 -0500 ·
Hey everyone i need help!!!


When we had to recover xymon a week back from a backup we have been having
lock up issues with the server....Its unix.  We fixed the problem but now
xymon will update the information on individual hosts but not the graphs or
trends....when i click on the graph link it will open a download windows
and says not found.


In the var/logs/xymon rrd-status i get the following messages

hobbitd_rrd: error while loading shared libraries: librrd.so.2: cannot open
shared object file: No such file or directory
2009-06-26 09:50:49 Worker process died with exit code 32512, terminating

I've searched the archives but didnt get any real answer.  I also tried
reinstalling the rrd tool with yum and that didnt solve the problem.


Any Ideas????


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. � 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.
list Greg Hubbard · Fri, 26 Jun 2009 15:12:35 +0000 ·
Looks like RRDtool is missing, or corrupt.  You might want to look through the dependencies and re-install the additional packages. 
quoted from Derek Deckert

-----Original Message-----
From: user-7cb470a0e94e@xymon.invalid [mailto:user-7cb470a0e94e@xymon.invalid] 
Sent: Friday, June 26, 2009 10:00 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] RRD graphs and trends will not show.


Hey everyone i need help!!!


When we had to recover xymon a week back from a backup we have been having
lock up issues with the server....Its unix.  We fixed the problem but now
xymon will update the information on individual hosts but not the graphs or
trends....when i click on the graph link it will open a download windows
and says not found.


In the var/logs/xymon rrd-status i get the following messages

hobbitd_rrd: error while loading shared libraries: librrd.so.2: cannot open
shared object file: No such file or directory
2009-06-26 09:50:49 Worker process died with exit code 32512, terminating

I've searched the archives but didnt get any real answer.  I also tried
reinstalling the rrd tool with yum and that didnt solve the problem.


Any Ideas????


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. ? 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.
list Alan Sparks · Fri, 26 Jun 2009 09:19:10 -0600 ·
user-7cb470a0e94e@xymon.invalid wrote:
/logs/xymon rrd-status i get the following messages
quoted from Greg Hubbard

hobbitd_rrd: error while loading shared libraries: librrd.so.2: cannot open
shared object file: No such file or directory
2009-06-26 09:50:49 Worker process died with exit code 32512, terminating

I've searched the archives but didnt get any real answer.  I also tried
reinstalling the rrd tool with yum and that didnt solve the problem.

  
You should provide OS information so we know what you're running.  Can
you run "ldd" on the hobbit_rrd executable and see what it says?  You
say you're reinstalled rrdtool, was it the same version, and what do you
show for 'ls /usr/lib/librrd*' (or lib64, if you're running x86_64)? 
Any chance you've reinstalled rrdtool to a different location than
originally?
-Alan
list Paul Root · Fri, 26 Jun 2009 10:23:19 -0500 ·
That looks like it's saying that it can't find librrd.so.2. Does that exist?

Is it in your LD_LIBRARY_PATH? 

Is your LD_LIBRARY_PATH exported when the server is started?

Also, check file permissions. 


Paul Root         IM/MNS Infrastructure    
quoted from Greg Hubbard
-----Original Message-----
From: user-7cb470a0e94e@xymon.invalid [mailto:user-7cb470a0e94e@xymon.invalid] 
Sent: Friday, June 26, 2009 10:00 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] RRD graphs and trends will not show.


Hey everyone i need help!!!


When we had to recover xymon a week back from a backup we have been having
lock up issues with the server....Its unix.  We fixed the problem but now
xymon will update the information on individual hosts but not the graphs or
trends....when i click on the graph link it will open a download windows
and says not found.


In the var/logs/xymon rrd-status i get the following messages

hobbitd_rrd: error while loading shared libraries: librrd.so.2: cannot open
shared object file: No such file or directory
2009-06-26 09:50:49 Worker process died with exit code 32512, terminating

I've searched the archives but didnt get any real answer.  I also tried
reinstalling the rrd tool with yum and that didnt solve the problem.


Any Ideas????


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. ? 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.
list Derek Deckert · Fri, 26 Jun 2009 10:29:42 -0500 ·
<<<You should provide OS information so we know what you're running>>>
I am running centos 5.1 kernal 2.6.X
quoted from Alan Sparks

<<<Can
you run "ldd" on the hobbit_rrd executable and see what it says?>>>

when i run i get the following:
quoted from Alan Sparks

./hobbitd_rrd: error while loading shared libraries: librrd.so.2: cannot
open shared object file: No such file or directory


<<<You
say you're reinstalled rrdtool, was it the same version, and what do you
show for 'ls /usr/lib/librrd*'>>>

<< yes it was the it got updated from so.3 to so. 4 15 min before......

librrd.a   librrd.so.4      librrd_th.a   librrd_th.so.4
librrd.so  librrd.so.4.0.6  librrd_th.so  librrd_th.so.4.0.6


But the .4 shouldnt be the issue it should still see the 'so' isnt that
whats importnant...


I have xymon version 4.2.2


What do you tihnk?
quoted from Paul Root


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. � 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.
list Derek Deckert · Fri, 26 Jun 2009 10:30:42 -0500 ·
We updated this morning.....from so.3 (which did work before) to just 10
min before the graphs quit to so.4....but it should still be able to see
it.
quoted from Derek Deckert


  From:       "Root, Paul" <user-c80045f511e8@xymon.invalid>                                                                             
                                                                                                                             
  To:         "'user-ae9b8668bcde@xymon.invalid'" <user-ae9b8668bcde@xymon.invalid>                                                                            
                                                                                                                             
  Date:       06/26/2009 10:24 AM                                                                                            
                                                                                                                             
  Subject:    RE: [hobbit] RRD graphs and trends will not show.                                                              
                                                                                                                             

That looks like it's saying that it can't find librrd.so.2. Does that
exist?

Is it in your LD_LIBRARY_PATH?

Is your LD_LIBRARY_PATH exported when the server is started?

Also, check file permissions.


Paul Root         IM/MNS Infrastructure
-----Original Message-----
From: user-7cb470a0e94e@xymon.invalid [?mailto:user-7cb470a0e94e@xymon.invalid]
Sent: Friday, June 26, 2009 10:00 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] RRD graphs and trends will not show.


Hey everyone i need help!!!


When we had to recover xymon a week back from a backup we have been having
lock up issues with the server....Its unix.  We fixed the problem but now
xymon will update the information on individual hosts but not the graphs or
trends....when i click on the graph link it will open a download windows
and says not found.


In the var/logs/xymon rrd-status i get the following messages

hobbitd_rrd: error while loading shared libraries: librrd.so.2: cannot open
shared object file: No such file or directory
2009-06-26 09:50:49 Worker process died with exit code 32512, terminating

I've searched the archives but didnt get any real answer.  I also tried
reinstalling the rrd tool with yum and that didnt solve the problem.


Any Ideas????


Notice:
This communication is an electronic communication within the meaning of the
Electronic Communications Privacy Act, 18 U.S.C. ? 2510.  Its disclosure is
strictly limited to the recipient(s) intended by the sender of this
message.  This transmission and any attachments may contain proprietary,
confidential, attorney-client privileged information and/or attorney work
product. If you are not the intended recipient, any disclosure, copying,
distribution, reliance on, or use of any of the information contained
herein is STRICTLY PROHIBITED.  Please destroy the original transmission
and its attachments without reading or saving in any matter and confirm by
return email.


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. � 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.
list Derek Deckert · Fri, 26 Jun 2009 10:34:58 -0500 ·
I solved it......


When it was updated it didnt get linked up...so i created a link to the new
so.4 and it worked...


Sorry im such a noob
quoted from Derek Deckert


Notice:
This communication is an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 U.S.C. � 2510.  Its disclosure is strictly limited to the recipient(s) intended by the sender of this message.  This transmission and any attachments may contain proprietary, confidential, attorney-client privileged information and/or attorney work product. If you are not the intended recipient, any disclosure, copying, distribution, reliance on, or use of any of the information contained herein is STRICTLY PROHIBITED.  Please destroy the original transmission and its attachments without reading or saving in any matter and confirm by return email.