Hmm- all of these sound like good suggestions in general-- I will
definately
take a look at that today.

Question tho- my situation is one of the state directory apparently
becoming
corrupted (as evidenced by strange "hanging" behavior of site scripts
when the
problem manifests)... what you describe is the state directory
disappearing
altogether. Are these two phenomena similar enough to be related issues?

Another point is that I seem to have these issues most when I'm going
back and
forth to the secure server. Am I overblowing the significance of this,
or is
there some "extra thing" I may not be aware of (this is my first secure
server-- I'm reasonably sure I have it set up correctly but I don't have
enough
experience with it to recognize trouble symptoms or make useful
diagnosis).

Thanks again for your reply- it was definately useful in general and I
will
take a look at the items you mentioned this afternoon.

John Whitten
[EMAIL PROTECTED]
Wizard.Org, Inc.


Thanos Chatziathanassiou wrote:

> My experience comes from a similar project:
> A Linux LVS cluster, where Apache::ASP enabled servers all draw their
> session data
> from an NFS mounted directory.
> I had my reservations too, but after extensive testing, everything seemed
> OK.
> The system is in production for about 2 months now and not a single flaw has
> surfaced.
> Make sure your NFS mount options are good and provide solid ground for
> sharing.
> Mine, working so far are (snip from /etc/fstab all in a single line of
> course).
> ------------------------------------------------
> nfsip:/opt/shared/var/state /var/state nfs
> rw,hard,intr,udp,rsize=8192,wsize=8192,auto     0 0
> ------------------------------------------------
> Make sure rpc.lockd is running and functional (a simple perl script with
> FLOCK,LOCK_EX is enough to test it)
>
> In particular, pay attention to the mount option ``hard''. Without it, lots
> of strange events took place (the contents of /var/state lost being one of
> them).
>
> Lots more of helpful info on http://nfs.sourceforge.net/
>
> Thanos Chatziathanassiou
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to