1. If you reply to the digest, change the subject back and snip the junk.
2. global-defines.h is a source file.

-----Burton 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Rueda, Astolfo (SEA)
Sent: Thursday, March 17, 2005 1:40 PM
To: [email protected]
Subject: [Ntop] RE: Ntop Digest, Vol 10, Issue 39

Burton, I am running the windows version and I can not find the file you
suggest modifying. Should I ask this question on the ntop-dev forum?

Astolfo Rueda
Network Administrator
206-370-5901


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, March 17, 2005 11:08 AM
To: [email protected]
Subject: Ntop Digest, Vol 10, Issue 39

<snip />


Message: 2
Date: Thu, 17 Mar 2005 11:04:33 -0600
From: "Burton Strauss" <[EMAIL PROTECTED]>
Subject: RE: [Ntop] **WARNING** Cannot track LUNs > 256 (for
        49.0f.ef),      so stats can be tracked for this LUN.
To: <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

    if (lun > MAX_LUNS_SUPPORTED) {
      traceEvent (CONST_TRACE_WARNING, "Cannot track LUNs > %d (for %s),"
                  "so stats can be tracked for this LUN.\n",
                  MAX_LUNS_SUPPORTED,
dstHost->fcCounters->hostNumFcAddress);
      if (isXchgOrig) {
        incrementTrafficCounter (&theSession->unknownLunBytesSent,
                                 length);
      }
      else {
        incrementTrafficCounter (&theSession->unknownLunBytesRcvd,
                                 length);
      }
      return;
    }
 
So you could try adjusting the constant in globals-defines.h.  
 
(NB: The message text should probably be ...stats can not be tracked...)
 
What it will changing it do?  No clue - could be a legit hard limit, or it
could be sized as such to limit memory usage for people w/o iSCSI/FC...
Any
discussion of this should be in ntop-dev.
 
-----Burton

<snip />

_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to