[Orca-users] Re: Questions: A couple of questions regarding warning messages and NFS server stats
Blair Zajac
blair at akamai.com
Tue Mar 28 11:37:47 PST 2000
Sean O'Neill wrote:
> From: "Sean O'Neill" <sean.oneill at appnet.com>
>
> To start with, I'm running Orca 0.26.
>
> 1) Warning message:
>
> <<Orca: file `/usr/local/var/orca/orcallator/dragon/percol-2000-03-27'
> did exist and is now gone.>> <<Orca: file
> `/usr/local/var/orca/orcallator/dragon/percol-2000-03-27' did exist and
> is now gone.>> <<Orca: file
> `/usr/local/var/orca/orcallator/dragon/percol-2000-03-27' did exist and
> is now gone.>>
>
> This message is being generated by the /usr/local/lib/Orca/SourceFile.pm
> file. I assume this means that the orca script isn't reading the file
> anymore because the file got gzip'd. The emails happen a few minutes after
> midnight which is when the previous day's data file gets zipped ... I
> assume. This doesn't indicate a problem does it ? I think it doesn't
> because the graphs are being generated correctly.
Correct, this is just a warning and not a problem. Orca searches for all
the files to read and then reads them one at a time. When it reaches
these files, they're not there, so it just warns.
>
>
> 2) NFS Server / Client Stats
>
> Do these stats work for other folks ? I have this running one of my NFS
> servers and the only stats getting updated is NFS Client stats. The NFS
> Server stats are not being update at all even though there is a low constant
> NFS traffic stream coming into this server from the other systems mounting
> my users home directories from this system.
There's a problem with SE installed on some operating systems. Here's
the patch:
4) Why are all the NFS server statistics zero?
On Solaris 2.6 there is a bug in the SE toolkit that prevents
orcallator.se from getting the NFS server statistics. To fix
this, edit your RICHPse/include/kstat.se file and change #ifdef
to #if near the top of the file where it says
#ifdef MINOR_VERSION >= 70
# define rfs_counter_t uint64_t
#else
to
#if MINOR_VERSION >= 70
# define rfs_counter_t uint64_t
#else
Blair
>
>
> Any ideas ?
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Sean O'Neill
> AppNet, Inc.
> sean.oneill at appnet.com
> 301-939-1000 (Office)
> 301-939-1213 (Direct)
> 301-953-2368 (Fax)
>
> ------------------------------------------------------------------------
> You have a voice mail message waiting for you at iHello.com:
> http://click.egroups.com/1/2377/7/_/_/_/954260088/
> ------------------------------------------------------------------------
More information about the Orca-users
mailing list