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.
Looks like RRDtool is missing, or corrupt. You might want to look through the dependencies and re-install the additional packages.
-----Original Message----- From: DKDeckert at Hormel.com [mailto:DKDeckert at Hormel.com] Sent: Friday, June 26, 2009 10:00 AM To: hobbit at hswn.dk 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.
DKDeckert at Hormel.com wrote:
/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.
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
<<<You should provide OS information so we know what you're running>>> I am running centos 5.1 kernal 2.6.X
<<<Can you run "ldd" on the hobbit_rrd executable and see what it says?>>>
when i run i get the following:
./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?
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.
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: DKDeckert at Hormel.com [mailto:DKDeckert at Hormel.com]
Sent: Friday, June 26, 2009 10:00 AM
To: hobbit at hswn.dk
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.
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.
From: "Root, Paul" <Paul.Root at qwest.com>
To: "'hobbit at hswn.dk'" <hobbit at hswn.dk>
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: DKDeckert at Hormel.com [?mailto:DKDeckert at Hormel.com] Sent: Friday, June 26, 2009 10:00 AM To: hobbit at hswn.dk 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. To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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.
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
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.
participants (4)
-
asparks@doublesparks.net
-
DKDeckert@Hormel.com
-
ghubbard@hp.com
-
Paul.Root@qwest.com