[Pacemaker] cannot register service of pacemaker_remote

2013-04-29 Thread nozawat
Hi Because there was typo in pacemaker.spec.in, I was not able to register service of pacemaker_remote. - diff --git a/pacemaker.spec.in b/pacemaker.spec.in index 10296a5..1e1fd6d 100644 --- a/pacemaker.spec.in +++ b/pacemaker.spec.in @@ -404,7 +404,7 @@ exit 0 %

Re: [Pacemaker] [Linux-HA]I revised resource-agents of tomcat.

2012-02-09 Thread nozawat
arameter to be set on > the command line?) we should probably increase this to > -Dtomcat_ra_name= or something similar. > > These are just observations and may no longer be correct as its been > about a year since I've used tomcat resource agent. > > I'm not acti

[Pacemaker] [Question]View order of the node of crm_mon

2012-02-21 Thread nozawat
Hi My environment is as follows. Pacemaker-1.0.11+Heartbeat-3.0.5 I constitute a cluster in node-A and node-B. There is not the file in the following directories. /var/lib/heartbeat /var/lib/heartbeat/crm Therefore indication of crm_mon is as follows when I start 2 nodes at the same time.

Re: [Pacemaker] [Question]View order of the node of crm_mon

2012-02-27 Thread nozawat
t 3:47 PM, nozawat wrote: > > Hi > > > > ?My environment is as follows. > > ?Pacemaker-1.0.11+Heartbeat-3.0.5 > > ?I constitute a cluster in node-A and node-B. > > > > ?There is not the file in the following directories. > > ?/var/lib/heartbeat > > ?/va

Re: [Pacemaker] [Question]View order of the node of crm_mon

2012-02-27 Thread nozawat
; > Regards, > > Tomo > > > > On Mon, 27 Feb 2012 23:01:56 +1100 > > Andrew Beekhof wrote: > > > >> On Wed, Feb 22, 2012 at 3:47 PM, nozawat wrote: > >> > Hi > >> > > >> > ?My environment is as follows. > >>

Re: [Pacemaker] [Question]View order of the node of crm_mon

2012-02-27 Thread nozawat
t; >> > Hi Andrew, > >> > > >> >> Basically the order comes from how they are listed in the xml. > >> >> We could sort it if you like. > >> > Can I set the configuration file and a parameter? > >> > >> I'm confu

Re: [Pacemaker] [Question]View order of the node of crm_mon

2012-02-28 Thread nozawat
gt; >>> > For example, I thought whether conditions like the asc order of key > >>> > information or a desc order could be described. > >>> > > >>> > Regards, > >>> > Tomo > >>> > > >>> > On

Re: [Pacemaker] [Linux-ha-dev] slapd wrong dn quoting (was: how to enable verbose logging for failed)

2012-05-21 Thread nozawat
Hi > > -options="$options -D '$bind_dn' -w '$password'" > > +options="$options -D $bind_dn -w $password" > >fi > > > >[ -z "$1" ] && err_option="" > > > > > > I did not came to this solution by myself, guys from > > openldap-techinal@ helped me: > > http://www.openldap.org/lists

[Pacemaker] An error occurs in build of Pacemaker-1.1 in RHEL6

2012-07-04 Thread nozawat
Hi, Is RHEL6 in the target platform of pacemaker-1.1 ? The following errors occur when they build in RHEL6. -- cc1: warnings being treated as errors xml.c: In function 'sorted_xml': xml.c:1967: error: implicit declaration of function 'g_list_free_full' xml.c:1967: error: nested extern declara

Re: [Pacemaker] An error occurs in build of Pacemaker-1.1 in RHEL6

2012-07-10 Thread nozawat
Hi Andrew, > I think you already did right? Yes, it has been already applied with the following histories by a patch of Matsuo-san. https://github.com/ClusterLabs/pacemaker/commit/a92958fc16dc196b8024294be23a6142b6f21479 Regards, tomo On Wed, 11 Jul 2012 12:46:20 +1000 Andrew Beekhof wrote: >

Re: [Pacemaker] [Question]View order of the node of crm_mon

2012-07-22 Thread nozawat
d a parameter? > >> >>> >> > >> >>> >> I'm confused. Can you rephrase this? > >> >>> > I thought whether the configuration files could describe the > >> >>> > condition of the sort. > >>

Re: [Pacemaker] [Question]View order of the node of crm_mon

2012-07-29 Thread nozawat
>> > ? ? ? ? ? ?data_set->nodes = g_list_append(data_set->nodes, >>> >> >> > new_node); >>> >> >> > >>> >> >> > crm_mon.c >>> >> >> > ? ?for (gIter = data_set->nodes; gIter != NULL; gIter =

Re: [Pacemaker] [Problem]Cib cannot update an attribute by 16 node constitution.

2010-08-02 Thread nozawat
Hi Andrew, I changed cluster option to batch-limit=3,I re-tried it. However, similar time-out occurs. I measured processing just before the time-out(120s) in systemtap. The following only the function long time. - probe start! - cib_process_request [call-cou

Re: [Pacemaker] [Problem]Cib cannot update an attribute by 16 node constitution.

2010-08-02 Thread nozawat
nozawat : > Hi Andrew, > > I changed cluster option to batch-limit=3,I re-tried it. > However, similar time-out occurs. > > I measured processing just before the time-out(120s) in systemtap. > The following only the function long time.

Re: [Pacemaker] [Problem]Cib cannot update an attribute by 16 node constitution.

2010-08-05 Thread nozawat
nctime.stp 2)stop is Ctl+C -- Regards, Tomo 2010/8/5 Andrew Beekhof > 2010/8/5 nozawat : > > Hi Andrew, > > > > I took oprofile of 120 seconds before Time-out occurs. > > However, sorted_xml function seems not to be called it so much as far as > I > > wat

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-10 Thread nozawat
Hi Andrew, I applied a patch and tried it. However, I have become the error so that the following library checks became no. checking for PILLoadPlugin in -lpils... no checking for G_main_add_IPC_Channel in -lplumb... no configure: error: in `/opt/PM-1.1/pacemaker/1.1': configure: error:

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-10 Thread nozawat
1, 2010 at 5:10 AM, nozawat wrote: > > Hi Andrew, > > > > I applied a patch and tried it. > > However, I have become the error so that the following library checks > > became no. > > > > checking for PILLoadPlugin in -lpils... no > > checkin

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-10 Thread nozawat
tatement in function returning non-void gmake[2]: *** [ipc.lo] Error 1 - Regards, Tomo 2010/11/11 Andrew Beekhof > Pretty sure thats nothing to do with the patch though > Do you have the cluster-glue devel package installed? > > On Thu, Nov 11, 2010 at 5:10 AM, nozawat wrote: > > H

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-11 Thread nozawat
Hi Andrew, Thanks for a revision. I confirmed completion of compiling it. I revised it a little, I attach a patch. Regards, Tomo 2010/11/11 Andrew Beekhof > This might be a little better: > > diff -r dd75da218e4f configure.ac > --- a/configure.ac Fri Oct 29 12:12:45 2010 +0200 > +++ b

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-11 Thread nozawat
?? () (gdb) where #0 0x2b247fa8b53a in ?? () #1 0x2b247ebc5027 in ?? () #2 0x in ?? () -- Regards, Tomo 2010/11/11 Andrew Beekhof > On Thu, Nov 11, 2010 at 10:26 AM, nozawat wrote: > > Hi Andrew, > > > > Thanks for a revision. > > I

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-11 Thread nozawat
0c0d in ?? () from /lib64/libglib-2.0.so.0 #12 0x2b247fa90f1a in g_main_loop_run () from /lib64/libglib-2.0.so.0 #13 0x0040186f in main (argc=1, argv=0x7fff1568eb48) at main.c:177 (gdb) - Regards, Tomo 2010/11/11 nozawat > Hi Andrew, > > I ran it. However, an error has been

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-11 Thread nozawat
0x2b247fa90c0d in ?? () from /lib64/libglib-2.0.so.0 #12 0x2b247fa90f1a in g_main_loop_run () from /lib64/libglib-2.0.so.0 #13 0x0040186f in main (argc=1, argv=0x7fff1568eb48) at main.c:177 (gdb) -- Regards, Tomo 2010/11/11 Andrew Beekhof > On Thu, Nov 11, 2010 at 12:31 PM, nozawat wr

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-11 Thread nozawat
> On Thu, Nov 11, 2010 at 3:50 PM, nozawat wrote: > > Hi Andrew > > > > Sorry,pengine output a core. > > could you go up to frame #1 and run: > print *iter > print *values > > > > > - > > gdb) where > > #0 0x2b247fa8b5

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-12 Thread nozawat
Hi Andrew, It is very good. I attach a patch for the time being. Regards Tomo 2010/11/12 Andrew Beekhof > Ah, silly me. > > After > +iter->offset = 0; > > you need: > +iter->values = NULL; > > > On Fri, Nov 12, 2010 at 2:07 AM, nozawat wrote: &g

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-11-14 Thread nozawat
Hi Andrew and Nikola, Oneself carried out regression test, too, and an error was given equally. Regards, Tomo 2010/11/12 Nikola Ciprich > (resent) > 1.1.4 with new glib2: tests pass smoothly > 1.1.4 + patch and older glib2 - all tests are segfaulting... > > ie: > Program terminated with sig

[Pacemaker] About the log output in the V1 mode of pacemaker 1.1

2010-11-19 Thread nozawat
Hi I output log in /var/log/ha.log by the following setting. It is not output by /var/log/ha.log when I operate this with a V1 mode. In the case of a V1 mode, is not setting enough? --- /etc/corosync/corosync.conf --- service { name: pacemaker ver: 0 } logging { fileline: on to

Re: [Pacemaker] About the log output in the V1 mode of pacemaker 1.1

2010-11-19 Thread nozawat
ion is as follows. corosync + pacemaker plugin (v1) + mcp Regards, Tomo 2010/11/19 Dejan Muhamedagic > Hi, > > On Fri, Nov 19, 2010 at 04:48:16PM +0900, nozawat wrote: > > Hi > > > > I output log in /var/log/ha.log by the following setting. > > It is not o

Re: [Pacemaker] About the log output in the V1 mode of pacemaker 1.1

2010-11-20 Thread nozawat
Hi Andrew, Thanks for reply. I confirmed it. Regards, Tomo 2010/11/20 Andrew Beekhof > On Fri, Nov 19, 2010 at 8:48 AM, nozawat wrote: > > Hi > > > > I output log in /var/log/ha.log by the following setting. > > It is not output by /var/log/ha.log when I

Re: [Pacemaker] About the log output in the V1 mode of pacemaker 1.1

2010-11-21 Thread nozawat
Hi Andrew, I added a definition of daemon to syslog.conf. A designated file can output log by doing so it. Regards, Tomo 2010/11/21 Andrew Beekhof > On Sat, Nov 20, 2010 at 10:56 AM, nozawat wrote: > > Hi Andrew, > > > > Thanks for reply. > > I confirmed it.

[Pacemaker] CTS outputs Single search timed out.

2011-01-20 Thread nozawat
Hi I ran CTS in the following environment. * OS:RHEL5.5-x86_64 * pacemaker-1.0.9.1-1.15.el5 * TDN(bbs01) * TNNs(cts0101 cts0102) Probably it is a phenomenon like the following. http://www.gossamer-threads.com/lists/linuxha/pacemaker/69322 SSH login without password -> OK. Syslog Message

Re: [Pacemaker] CTS outputs Single search timed out.

2011-01-20 Thread nozawat
#x27;calls': 0} Jan 21 14:53:57 Test PartialStart:{'auditfail': 0, 'failure': 0, 'skipped': 0, 'calls': 0} Jan 21 14:53:57 Test Standby: {'auditfail': 0, 'failure': 0, 'skipped': 0, 'calls

Re: [Pacemaker] CTS outputs Single search timed out.

2011-01-21 Thread nozawat
Hi Thank you for your reply. I logging with central server and both running CTS server. A test message is output by both central server and running CTS server. Regards, Tomo 2011/1/21 Andrew Beekhof > On Fri, Jan 21, 2011 at 6:03 AM, nozawat wrote: > > Hi > > > &

Re: [Pacemaker] CTS outputs Single search timed out.

2011-01-21 Thread nozawat
f > On Fri, Jan 21, 2011 at 4:38 PM, nozawat wrote: > > Hi > > > > Thank you for your reply. > > I logging with central server and both running CTS server. > > A test message is output by both central server and running CTS server. > > Can we see it please

Re: [Pacemaker] CTS outputs Single search timed out.

2011-01-26 Thread nozawat
Hi Andrew Where is filename of cts_log_watcher.py set? cts_log_watcher is made by /tmp, but filename of this inside seems not to be changed by /var/log/messages. Or filename seems not to be handed by CTSlab.py. Regards, Tomo 2011年1月22日11:15 nozawat : > Hi > > Thank you for your re

Re: [Pacemaker] CTS outputs Single search timed out.

2011-01-26 Thread nozawat
;: 1} Jan 27 16:13:09 Test ComponentFail: {'auditfail': 0, 'failure': 0, 'skipped': 0, 'calls': 3} Jan 27 16:13:09 Test Reattach:{'auditfail': 0, 'failure': 0, 'skipped': 0, 'calls': 1} Jan 27 16:13:09 Test Specia

[Pacemaker] Latest pacemaker-1.0 is make rpm error

2011-04-11 Thread nozawat
Hi I get a source from a following. http://hg.clusterlabs.org/pacemaker/stable-1.0 I input the following commands afterwards.(RHEL5.5 x86_64) 1) Environment Setting $export PREFIX=/usr $export LCRSODIR=$PREFIX/libexec/lcrso $export CLUSTER_USER=hacluster $export CLUSTER_GROUP=haclient

[Pacemaker] About implementation of Depth

2011-08-01 Thread nozawat
Hi Dejan A replies you with non-implement in the following ML. http://www.gossamer-threads.com/lists/linuxha/pacemaker/70278 Will not there be the implementation in the future? Regards, Tomo ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org

[Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-11-30 Thread nozawat
Hi I overlooked the following errors in build of pacemaker-1.0.12. -- cc1: warnings being treated as errors remote.c: In function 'create_tls_session': remote.c:85: warning: passing argument 1 of 'gnutls_dh_set_prime_bits' from incompatible pointer type gmake[2]: *** [remote.lo] Error 1 -

Re: [Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-12-05 Thread nozawat
no, I built for all current opensuse and fedora versions > without error. > > Did you want to do as a github pull request?  Then you get the proper credit > :-) > > On Mon, Dec 5, 2011 at 1:39 PM, nozawat wrote: >> Hi Andrew, >> >>  Does not the err

Re: [Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-12-06 Thread nozawat
Hi Andrew, I requested pull. https://github.com/ClusterLabs/pacemaker-1.0/pull/1 Regards, Tomo 2011/12/7 Andrew Beekhof : > On Tue, Dec 6, 2011 at 12:59 PM, nozawat wrote: >> Hi Andrew, >> >>  I became success by adding the following options at the time of ./configur