Bienvenido a la comunidad de Pandora FMS › Forums › Community support › email with [RECOVERED]
-
::
Mmm, probably you have now two “binaries” of Pandora Server, and using always the old.
Try to make a search like:
find / -name “pandora_server”
And also for perl library files:
find / -name “PandoraFMS/DB.pm”
When find, delete all:
pandora_server
pandora_network
pandora_recon
PandoraFMS/DB.pm
PandoraFMS/Config.pm
PandoraFMS/Tools.pmAnd reinstall the RPM again.
-
::
thank you very much!
I decided to try pandora 2.0 ….
So I do like at http://www.openideas.info/wiki/index.php?title=Pandora_2.0:InstallGuide#Pandora_Agent
but on the bottom on pandora page I see Pandora FMS v1.3.1 Build PC080110 – It is normal?
also I don’t see new possibilities.And what is pandora_applet ??? Should I install it too?
I understand that I can’t install Pandora v2…. because I have old version of perl -5.8.8 – new pandora need 5.10…. so maybe later.
Thank’s for you help…
I will back to installing v 1.3.1I install v 1.3.1 – as for me using svn co path to pansoda …. – and installing using make and make install will make pandora installation easier than using rpm!
Thank you very and very much – I receive letter’s with RECOVERED – it is greate!
Thank you!I think my problem is SOLVED!
and for future – as for me – I can’t have server only with pandora on it… and reinstall all server ( upgrading OS version) to install newest version of Pandora – it is very big task… and more problem…. so maybe future pandora version will not need newest perl and perl modules?
thanks! -
::
[cite]Posted By: yduma[/cite]
thank you very much!
I decided to try pandora 2.0 ….
So I do like athttp://www.openideas.info/wiki/index.php?title=Pandora_2.0:InstallGuide#Pandora_Agent
but on the bottom on pandora page I see Pandora FMS v1.3.1 Build PC080110 – It is normal?
also I don’t see new possibilities.And what is pandora_applet ??? Should I install it too?
I understand that I can’t install Pandora v2…. because I have old version of perl -5.8.8 – new pandora need 5.10…. so maybe later.
Thank’s for you help…
I will back to installing v 1.3.1I install v 1.3.1 – as for me using svn co path to pansoda …. – and installing using make and make install will make pandora installation easier than using rpm!
Thank you very and very much – I receive letter’s with RECOVERED – it is greate!
Thank you!I think my problem is SOLVED!
and for future – as for me – I can’t have server only with pandora on it… and reinstall all server ( upgrading OS version) to install newest version of Pandora – it is very big task… and more problem…. so maybe future pandora version will not need newest perl and perl modules?
thanks!You could use old 1.3.1 agents, but I reccomend to use the newest 2.0 version that fixes some bugs and implements important features for windows agent (windows event recolection, ODBC modules, and remote configuration). You can replace only the pandora_agent.exe and copy the new .dll to pandora_agent directory. Also, of course, take a look at the new .conf file. There is no stable installer yet but you really don’t need.
Pandora FMS 2.0 works fine with 5.8.8, where do you read that needs 5.10 ? :-??. Pandora Recon needs (at this time) a dependency called Net::Traceroute::Pureperl that needs to be installed from CPAN, but we’re working to replace it with some more easy to setup.
-
::
As I remeber during installation pandora v2 I need to install some Perl modules….. as I understant I have some bugs in cpain – because when I install some modules – and try install pandora after – pandora don’t see them … so installed modules using .rpm. And… when I install some perl module – it ask me install perl 5.10
If you need more information – I can do it once more ( maybe I make some mistakes) and make full discription.
-
::
This could be any kind of problem with RPM or dependency in linux distro. We usually have Pandora FMS running on Debian or Ubuntu server systems. We also have several running over SUSE 10 or RHEL 5 / CENTOS5, but usually using CPAN install and Pandora FMS from sources, avoiding RPM installs.
-