I’ve got a 3 node cluster running various apache instances, had a problem today where on of the pool mounts ran out of disk space because the access_log reached 3.2GB
I’m new to SUSE Clustering and wondering what the best approach is to setting up scheduled job that only runs on the node with the active instance
On Tue, 26 Nov 2013 16:34:02 +0000, dfcadmin wrote:
[color=blue]
I’m new to SUSE Clustering and wondering what the best approach is to
setting up scheduled job that only runs on the node with the active
instance[/color]
What I’ve done in the past is to set it up so that it runs on all nodes,
but have the script check to see if the current node has the resource
(file system, in this case) local, and if not, then just exit immediately.