Hello,
I work for an SP and we use nfdump/nfsen. I have been trying to install
both on a Centos
64 bit box for my personal lab, and for testing purposes. I have all the
prerequisites
installed, but am have gotten nowhere. I have been working on this for a
week, and have
come across about five different websites that expalin how to install but
each one has
something different. Even the documentation we use at work to install is
different from
what I have found on the net.
My first question is are/is there any formal documentation for installing
this?
I am pretty new to linux, so I do stumble around a bit, but even being new
to something, if
I have detailed documentation, I can usually work with that. Everything I
have found
online is highly disorganized, and assumes the reader to have vast linux
knowledge.
My other question is about nfsen. Once I got it installed, and worked
through some
version issues, I had an error on my localhost/nfsen/nfsen.php page
(Frontend - Backend
version missmatch!) and when I looked that up, I came across this post:
https://sourceforge.net/mailarchive/forum.php?
thread_name=CC36D0621A8F654D988D6C3542FF6ADC0434FC356C%
40EXCHANGE2.grove.ad.uconn.edu&forum_name=nfsen-discuss
When I input the text you specified into nfsen.php:
$expected_version = \"1.3.6p1\";
// Session check
-if ( !array_key_exists(\'backend_version\', $_SESSION ) || $_SESSION
[\'backend_version\'] != $expected_version ) {
+if ( array_key_exists(\'backend_version\', $_SESSION ) && $_SESSION
[\'backend_version\'] != $expected_version ) {
session_destroy();
session_start();
$_SESSION[\'version\'] = $expected_version;
I get this error in /var/log/httpd/error_log:
[Sat Feb 25 20:20:15 2012] [error] [client 127.0.0.1] PHP Parse error:
syntax error,
unexpected T_IF in /var/www/nfsen/nfsen.php on line 45
I\'ve tried looking that up, but have had no luck.
If you have any formal documentation or can point me to a *helpful* forum,
I would truly
appreciate it. I really like this program, and would like to get this
running.
nfsen-1.3.6p1
nfdump: Version: 1.6.5
Thank you,
James
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss