Hi,

On Wed, Apr 23, 2008 at 04:49:35PM +0100, Beren Gamble wrote:
> A little advise if you don't mind:
> 
> What would be the best configuration for a two node cluster
> with shared storage running internet and intranet.
> 
> Currently we have seperated the instances of mysql and apache
> and php required for internet and intranet. All data is on NFS
> shares.
> 
> Where should I keep the configuration files? I tried keeping
> them on the NFS share, but if the NFS connection is broken, the
> service tries to go down, but it can't because it needs to read
> the config file to go down.

Typically, the configuration files are read once, at startup. I'd
guess that what you see is because they (the applications) need
to read/write some data.

> Currently, unplugging the network makes it fail over fine, but
> unplugging NFS causes issues.

You mean unplugging the network which serves the NFS.

> What's generally the best way to approach this setup?

Keeping the configuration files on the shared storage has many
advantages. And in this case it's the best way since your data is
anyway shared. I'd just keep auxiliary and temporary files on
local disks (such as the PID file).

Thanks,

Dejan

> 
> Beren
> 
> 
> 
> ***********************************************************************************
> Mail FROM London Borough of Harrow:
> Unencrypted electronic mail is not secure and may not be authentic, in whole 
> or in part. You are advised to check directly with the sender before acting 
> upon any e-mail received. 
> 
> The information contained in this message and any attachments is confidential 
> and is intended for receipt by the above named addressee(s) only. If you have 
> otherwise encountered this message please notify its originator via +44(0)20 
> 8863 5611 at LONDON BOROUGH OF HARROW. The unauthorised use, disclosure, 
> copying or alteration of this message is strictly forbidden. The  views 
> expressed within this message are those of the individual sender and not 
> necessarily those of Harrow Council.
> 
> Mail TO London Borough of Harrow:
> London Borough of Harrow monitors all electronic mail it receives for Policy 
> compliance and to protect its systems including anti-spam and anti-virus 
> measures. 
> 
> Electronic mail does not guarantee delivery, nor notification of 
> non-delivery. It is suggested you contact your intended recipient(s) by other 
> means should confirmation of receipt be important.
> ***********************************************************************************
> 
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to