Re: [Linux-cluster] How to restart one resouce in cluster manually but not detected by cluster

2010-03-31 Thread Joseph L. Casale
>How can I restart only one of the resources and do not let the cluster detect >the failure? We need to restart only one of the resources but not restart all >the resources. >So restart the who resource group doesn't work for us. $ info clusvcadm Look for the -Z option, it'll freeze it on the m

[Linux-cluster] How to restart one resouce in cluster manually but not detected by cluster

2010-03-31 Thread Gavin Lee
Hi, all I met the problem when using the cluster but need to restart one of the resources manually. The scenario likes this: For example, one resource httpd is managed by Red Hat Cluster Suite. Sometimes I need to restart it manually by : service httpd restart The script is located in /etc/ini

Re: [Linux-cluster] ocf_log

2010-03-31 Thread C. Handel
yes. Messages from logger (which uses the same facility as rm) and debug messages from the ip resource agent show up. Greetings Christoph > > Have you defined a syslog.conf entry for your local4 facility ? > > example: > > local4.*                /var/log/rgmanager > > Brem > > 2010/3/31 C. H

Re: [Linux-cluster] Cron Jobs

2010-03-31 Thread Jeff Sturm
> -Original Message- > From: linux-cluster-boun...@redhat.com [mailto:linux-cluster-boun...@redhat.com] > On Behalf Of Joseph L. Casale > Sent: Tuesday, March 30, 2010 5:29 PM > To: 'Linux-cluster@redhat.com' > Subject: [Linux-cluster] Cron Jobs > > Anyone know how I might accomplish keepi

Re: [Linux-cluster] ocf_log

2010-03-31 Thread brem belguebli
Have you defined a syslog.conf entry for your local4 facility ? example: local4.*/var/log/rgmanager Brem 2010/3/31 C. Handel : >  Hi List, > > i'm writing a custom resource agent. In the resource agent i try to > use the ocf_log funtions but they don't work as expected. When i r

[Linux-cluster] ocf_log

2010-03-31 Thread C. Handel
Hi List, i'm writing a custom resource agent. In the resource agent i try to use the ocf_log funtions but they don't work as expected. When i run the rgmanager in the foreground (clurgmgrd -df) i get all the message i want. When running as a normal daemon i can't find my log entries. The agent

Re: [Linux-cluster] Cron Jobs

2010-03-31 Thread Kaloyan Kovachev
On Tue, 30 Mar 2010 21:28:46 +, "Joseph L. Casale" wrote: > Anyone know how I might accomplish keeping cron jobs on the active node? > I realize I can create the job on all nodes such that it quietly checks > for status, if it's the active node, it runs but it's much easier to > maintain my co