Re: [Pacemaker] Shared Storage

2010-08-26 Thread Ruiyuan Jiang
] Shared Storage On Thu, Aug 19, 2010 at 9:22 PM, Ruiyuan Jiang wrote: > Hi, > > My testing two node (openais and corosync) cluster is up and running (RHEL > v5.5). Now I'd like to create LVM disk storage for the cluster for failover. > The cluster is attached to an EMC Symmetri

Re: [Pacemaker] Shared Storage

2010-08-20 Thread Ruiyuan Jiang
Hi, Richard No, R2 side is read only and you can't mount it as a file system. Only when R1 and R2 in split mode, you can mount the file systems on R2 side as read/write. If needed the data, you need a BCV copy and mount the file systems for testing, backup, etc. In my test case, I don't need R

Re: [Pacemaker] Shared Storage

2010-08-20 Thread Ruiyuan Jiang
Thanks for the reply, Richard I went to the site (gluster.org). It seems it runs the same way as DRBD. In EMC's word, the primary storage is called R1 and replicate copy of the storage is called R2. DRBD is node A of the cluster accesses and controls R1. Node B of the cluster accesses R2. That

[Pacemaker] Shared Storage

2010-08-19 Thread Ruiyuan Jiang
Hi, My testing two node (openais and corosync) cluster is up and running (RHEL v5.5). Now I'd like to create LVM disk storage for the cluster for failover. The cluster is attached to an EMC Symmetrix SAN. The same LUNs from the EMC Symmetrix can be seen on both nodes. I was thinking to use DRB

Re: [Pacemaker] IP address does not failover on a new test cluster

2010-05-18 Thread Ruiyuan Jiang
2:30 PM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] IP address does not failover on a new test cluster On Tue, May 18, 2010 at 2:22 PM, Ruiyuan Jiang mailto:ruiyuan_ji...@liz.com>> wrote: Hi, Vadym I modified the configuration per your suggestion. Here is the curren

Re: [Pacemaker] IP address does not failover on a new test cluster

2010-05-18 Thread Ruiyuan Jiang
n the "openais" gets stopped and started on the node. From: Vadym Chepkov [mailto:vchep...@gmail.com] Sent: Monday, May 17, 2010 5:52 PM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] IP address does not failover on a new test clust

Re: [Pacemaker] IP address does not failover on a new test cluster

2010-05-17 Thread Ruiyuan Jiang
Online: [ usnbrl53 ] OFFLINE: [ usnbrl52 ] Ryan From: Gianluca Cecchi [mailto:gianluca.cec...@gmail.com] Sent: Saturday, May 15, 2010 3:20 AM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] IP address does not failover on a new test cluster On Fri

[Pacemaker] IP address does not failover on a new test cluster

2010-05-14 Thread Ruiyuan Jiang
Hi, I just created a testing cluster (Corosync 1.2.1, OpenAIS 1.1.2 and Pacemaker 1.0.8) on RHEL 5.5, x86_64. When I shutdown the primary node, the secondary node does not bind the cluster IP address which it supposed to. Why? Thanks. [r...@usnbrl53 sbin]# crm status Last updated:

[Pacemaker] Erro compiling Pacemaker GUI client

2010-05-07 Thread Ruiyuan Jiang
Hi, all I downloaded Pacemaker GUI today and am having problem to compile it on Redhat Enterprise server v5.5 (X86_64). The message is: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../../include -I../../libltdl -I../../libltdl -I../../linux-ha -

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-07 Thread Ruiyuan Jiang
PM, Ruiyuan Jiang wrote: > Hi, Andrew > > After I modified (deleted) those lines from remote.c, I got another error > from membership.c: > > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include > -I../../include -I../../include -I../../libltdl -I../../libl

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-04 Thread Ruiyuan Jiang
roSync and OpenAIS Are you cross compiling? It makes no sense that a standard macro like GUINT_TO_POINTER() would cause problems like this. On Tue, May 4, 2010 at 8:25 PM, Ruiyuan Jiang wrote: > Hi, Andrew > > After I modified (deleted) those lines from remote.c, I got another error

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-04 Thread Ruiyuan Jiang
ce manager Subject: Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS Sure, if you don't plan on using the remote connectivity. Which many dont. On Mon, May 3, 2010 at 10:50 PM, Ruiyuan Jiang wrote: > It seems libsoup depends on gnutls-devel which gnome needs libsoup. I'

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-03 Thread Ruiyuan Jiang
PM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS On Mon, May 03, 2010 at 01:45:28PM -0400, Ruiyuan Jiang wrote: > >>> I have to admit one more or the main reason why I am compiling > >>> myself. Linux HA stated that

[Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-03 Thread Ruiyuan Jiang
compiling PaceMaker for CoroSync and OpenAIS On Mon, May 3, 2010 at 6:00 PM, Ruiyuan Jiang wrote: > The platform is RedHat Enterprise Server v5.5 (x86_64 bit), Andrew. Thanks. Which I don't have. Sorry. > > > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-03 Thread Ruiyuan Jiang
CoroSync and OpenAIS On Mon, May 3, 2010 at 6:00 PM, Ruiyuan Jiang wrote: > The platform is RedHat Enterprise Server v5.5 (x86_64 bit), Andrew. Thanks. Which I don't have. Sorry. > > > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Mon

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-03 Thread Ruiyuan Jiang
and OpenAIS On Mon, May 3, 2010 at 5:19 PM, Ruiyuan Jiang wrote: > Hi, Andrew > > I tried the option "disable fatal warnings" last week but it did not work for > me. > For line 74, what should I change it to? Depends on your system. I don't know. > > Thanks. &

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-03 Thread Ruiyuan Jiang
r resource manager Subject: Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS On Mon, May 3, 2010 at 4:37 PM, Ruiyuan Jiang wrote: > Hi, Andrew > > I have to admit one more or the main reason why I am compiling myself. Linux > HA stated that the software runs on Solaris

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-05-03 Thread Ruiyuan Jiang
: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS On Fri, Apr 30, 2010 at 4:48 PM, Ruiyuan Jiang wrote: > No particular reason, Andrew. It is just that I know where is the files are > being installed on the system instead of sp

Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-04-30 Thread Ruiyuan Jiang
Subject: Re: [Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS Any reason not to use the EPEL5 packages on www.clusterlabs.org/rpm ? On Fri, Apr 30, 2010 at 12:08 AM, Ruiyuan Jiang wrote: > Hi, all > > I am trying to compiling Pacemaker for Corosync and OpenAIS and got an erro

[Pacemaker] Erro compiling PaceMaker for CoroSync and OpenAIS

2010-04-29 Thread Ruiyuan Jiang
Hi, all I am trying to compiling Pacemaker for Corosync and OpenAIS and got an error from "make". Corosync and OpenAIS passed 'make' no problem but not Pacemaker. I downloaded Corosync, OpenAIS and PaceMaker today. I have compiled and setup Pacemaker with Heartbeat no problem about two months n

Re: [Pacemaker] Compiling Resource Agents

2010-04-23 Thread Ruiyuan Jiang
Thanks, Florian No longer complaining. Ryan -Original Message- From: Florian Haas [mailto:florian.h...@linbit.com] Sent: Friday, April 23, 2010 3:51 AM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] Compiling Resource Agents On 2010-04-22 22:15, Ruiyuan Jiang

[Pacemaker] Compiling Resource Agents

2010-04-22 Thread Ruiyuan Jiang
Hi, all I just downloaded Cluster Glue and Resource Agents today. The compiling of Cluster Glue passed no problem. When compiling Resource Agents (make), it failed with the message: /usr/bin/xsltproc --novalid \ --stringparam package resource-agents \ --stringparam version

Re: [Pacemaker] GUI Client access

2010-02-26 Thread Ruiyuan Jiang
Client access On 02/23/10 04:52, Ruiyuan Jiang wrote: > Hi, all > > I just created a two node cluster with HeartBeat. The cluster has Apache web > server running as my test. When I launch the GUI client "hb_gui", I click > "Connection" -> "Login".

[Pacemaker] GUI Client access

2010-02-22 Thread Ruiyuan Jiang
Hi, all I just created a two node cluster with HeartBeat. The cluster has Apache web server running as my test. When I launch the GUI client "hb_gui", I click "Connection" -> "Login". It prompts with local host (127.0.0.1), I login as user "hacluster" and type in the user password. I got a mess

[Pacemaker] Setup cluster

2010-02-17 Thread Ruiyuan Jiang
Hi, I am trying to setup my first cluster on Redhat Enterprise Server v5.4. Currently there is no disks for both of my hosts yet. The version that I have is heartbeat 3.0.2. I did the command: # crm configure primitive ClusterIP ocf:heartbeat:IPaddr2 \ params ip=192.168.9.101 cidr_netmask=32 \

[Pacemaker] Segmentation fault

2010-01-29 Thread Ruiyuan Jiang
Hi, all I just downloaded the latest GUI (build 1efc21e54548). The compilation is passed no problem (--with-heartbeat-support). When I tried to launch "hb_gui", I got a message: Segmentation fault The server is a fresh installed RedHat Enterprise Server v5.4. What I saw is a X-window applicat

Re: [Pacemaker] Heartbeat GUI Client Compiling

2010-01-22 Thread Ruiyuan Jiang
acemaker] Heartbeat GUI Client Compiling Ruiyuan Jiang wrote: > Well, I tried tip first which downloaded from > http://hg.clusterlabs.org/pacemaker/pygui/archive/tip.tar.bz2. That one did > even worse for me. Here is what I got when I ran bootstrap for that version > which did not pas

Re: [Pacemaker] Heartbeat GUI Client Compiling

2010-01-22 Thread Ruiyuan Jiang
runs on Solaris. Ruiyuan -Original Message- From: Yan Gao [mailto:y...@novell.com] Sent: Wednesday, January 20, 2010 11:58 PM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] Heartbeat GUI Client Compiling Hi, Ruiyuan Jiang wrote: > Hi, all > > I downloaded the v1.4 G

Re: [Pacemaker] Heartbeat GUI Client Compiling

2010-01-21 Thread Ruiyuan Jiang
er@oss.clusterlabs.org Subject: Re: [Pacemaker] Heartbeat GUI Client Compiling Hi, Ruiyuan Jiang wrote: > Hi, all > > I downloaded the v1.4 GUI source code, 4d3288030a84. > I compiled it with the option: > > # ./bootstrap --with-heartbeat-support > # make > > The bootstrap

[Pacemaker] Heartbeat GUI Client Compiling

2010-01-20 Thread Ruiyuan Jiang
Hi, all I downloaded the v1.4 GUI source code, 4d3288030a84. I compiled it with the option: # ./bootstrap --with-heartbeat-support # make The bootstrap step passed no problem. It failed at make: ... gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../../include -I

[Pacemaker] Error on compiling Pacemaker-GUI

2010-01-08 Thread Ruiyuan Jiang
Hi, all I will use Heartbeat. Followed the install page to set environment variable. The OS is RedHat Enterprise Server v5.3. The compilation for Cluster Glue, Resource Agent, Heartbeat and Pacemaker went fine. I started Heartbeat as a single node cluster with Pacemaker enabled no problem after

[Pacemaker] Error on compiling Pacemaker-GUI

2010-01-08 Thread Ruiyuan Jiang
Hi, all I will use Heartbeat. Followed the install page to set environment variable. The OS is RedHat Enterprise Server v5.3. The compilation for Cluster Glue, Resource Agent, Heartbeat and Pacemaker went fine. I started Heartbeat as a single node cluster with Pacemaker enabled no problem after