[Ocfs2-users] Unable to set the o2cb heartbeat to global

2013-06-04 Thread Vineeth Thampi
Hi,

I have added heartbeat mode as global, but when I do a mkfs and mount, and
then check the mount, it says I am in local mode. Even
/sys/kernel/config/cluster/ocfs2/heartbeat/mode says local. I am running
CentOS with 3.x kernel, with ocfs2-tools-1.6.4-1118.

mkfs -t ocfs2 -b 4K -C 1M -N 16 --cluster-stack=o2cb  /dev/sdb
mount -t ocfs2 /dev/sdb /mnt -o
noatime,data=writeback,nointr,commit=60,coherency=buffered

==
node:
ip_port = 
ip_address = 10.81.2.108
number = 1
name = cam-st08
cluster = ocfs2

cluster:
node_count = 2
heartbeat_mode = global
name = ocfs2
==

root@cam-st07 log # mount | grep sdb
/dev/sdb on /mnt type ocfs2
(rw,_netdev,noatime,data=writeback,nointr,commit=60,coherency=buffered,heartbeat=local)

Any help would be much appreciated.

Thanks,

Vineeth
___
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users

Re: [Ocfs2-users] Unable to set the o2cb heartbeat to global

2013-06-04 Thread Sunil Mushran
Support for global heartbeat was added in ocfs2-tools-1.8.


On Tue, Jun 4, 2013 at 8:31 AM, Vineeth Thampi vineeth.tha...@gmail.comwrote:

 Hi,

 I have added heartbeat mode as global, but when I do a mkfs and mount, and
 then check the mount, it says I am in local mode. Even
 /sys/kernel/config/cluster/ocfs2/heartbeat/mode says local. I am running
 CentOS with 3.x kernel, with ocfs2-tools-1.6.4-1118.

 mkfs -t ocfs2 -b 4K -C 1M -N 16 --cluster-stack=o2cb  /dev/sdb
 mount -t ocfs2 /dev/sdb /mnt -o
 noatime,data=writeback,nointr,commit=60,coherency=buffered

 ==
 node:
 ip_port = 
 ip_address = 10.81.2.108
 number = 1
 name = cam-st08
 cluster = ocfs2

 cluster:
 node_count = 2
 heartbeat_mode = global
 name = ocfs2
 ==

 root@cam-st07 log # mount | grep sdb
 /dev/sdb on /mnt type ocfs2
 (rw,_netdev,noatime,data=writeback,nointr,commit=60,coherency=buffered,heartbeat=local)

 Any help would be much appreciated.

 Thanks,

 Vineeth

 ___
 Ocfs2-users mailing list
 Ocfs2-users@oss.oracle.com
 https://oss.oracle.com/mailman/listinfo/ocfs2-users

___
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users

Re: [Ocfs2-users] Unable to set the o2cb heartbeat to global

2013-06-04 Thread Vineeth Thampi
Hi Sunil,

Thanks for the update, could you pass me the location for source download?
I could not find the same in
https://oss.oracle.com/projects/ocfs2-tools/files/source/

Also do I need any patch files for the kernel side, wanted to check how do
I get the patch files for kernel?

Thanks,

Vineeth


On Tue, Jun 4, 2013 at 6:39 PM, Sunil Mushran sunil.mush...@gmail.comwrote:

 Support for global heartbeat was added in ocfs2-tools-1.8.


 On Tue, Jun 4, 2013 at 8:31 AM, Vineeth Thampi 
 vineeth.tha...@gmail.comwrote:

 Hi,

 I have added heartbeat mode as global, but when I do a mkfs and mount,
 and then check the mount, it says I am in local mode. Even
 /sys/kernel/config/cluster/ocfs2/heartbeat/mode says local. I am running
 CentOS with 3.x kernel, with ocfs2-tools-1.6.4-1118.

 mkfs -t ocfs2 -b 4K -C 1M -N 16 --cluster-stack=o2cb  /dev/sdb
 mount -t ocfs2 /dev/sdb /mnt -o
 noatime,data=writeback,nointr,commit=60,coherency=buffered

 ==
 node:
 ip_port = 
 ip_address = 10.81.2.108
 number = 1
 name = cam-st08
 cluster = ocfs2

 cluster:
 node_count = 2
 heartbeat_mode = global
 name = ocfs2
 ==

 root@cam-st07 log # mount | grep sdb
 /dev/sdb on /mnt type ocfs2
 (rw,_netdev,noatime,data=writeback,nointr,commit=60,coherency=buffered,heartbeat=local)

 Any help would be much appreciated.

 Thanks,

 Vineeth

 ___
 Ocfs2-users mailing list
 Ocfs2-users@oss.oracle.com
 https://oss.oracle.com/mailman/listinfo/ocfs2-users



___
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users

Re: [Ocfs2-users] Unable to set the o2cb heartbeat to global

2013-06-04 Thread Srinivas Eeda
https://oss.oracle.com/git/?p=ocfs2-tools.git;a=summaryYou can find 
source rpms at https://oss.oracle.com/el5/SRPMS-updates/

Global heartbeat was added in 2.6.37 so you need a kernel higher than that

On 06/04/2013 11:04 AM, Vineeth Thampi wrote:

Hi Sunil,

Thanks for the update, could you pass me the location for source 
download? I could not find the same in 
https://oss.oracle.com/projects/ocfs2-tools/files/source/


Also do I need any patch files for the kernel side, wanted to check 
how do I get the patch files for kernel?


Thanks,

Vineeth


On Tue, Jun 4, 2013 at 6:39 PM, Sunil Mushran sunil.mush...@gmail.com 
mailto:sunil.mush...@gmail.com wrote:


Support for global heartbeat was added in ocfs2-tools-1.8.


On Tue, Jun 4, 2013 at 8:31 AM, Vineeth Thampi
vineeth.tha...@gmail.com mailto:vineeth.tha...@gmail.com wrote:

Hi,

I have added heartbeat mode as global, but when I do a mkfs
and mount, and then check the mount, it says I am in local
mode. Even /sys/kernel/config/cluster/ocfs2/heartbeat/mode
says local. I am running CentOS with 3.x kernel, with
ocfs2-tools-1.6.4-1118.

mkfs -t ocfs2 -b 4K -C 1M -N 16 --cluster-stack=o2cb  /dev/sdb
mount -t ocfs2 /dev/sdb /mnt -o
noatime,data=writeback,nointr,commit=60,coherency=buffered

==
node:
ip_port = 
ip_address = 10.81.2.108
number = 1
name = cam-st08
cluster = ocfs2

cluster:
node_count = 2
heartbeat_mode = global
name = ocfs2
==

root@cam-st07 log # mount | grep sdb
/dev/sdb on /mnt type ocfs2

(rw,_netdev,noatime,data=writeback,nointr,commit=60,coherency=buffered,heartbeat=local)

Any help would be much appreciated.

Thanks,

Vineeth

___
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com mailto:Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users





___
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users


___
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users

Re: [Ocfs2-users] Unable to set the o2cb heartbeat to global

2013-06-04 Thread Vineeth Thampi
Hi Srinivas.

Thanks for the link, could you please pass me the link where I can get info
on ocfs/o2cb kernel patches along with the release notes. Do you have a
repository where I could listen to?

Thanks,

Vineeth


On Tue, Jun 4, 2013 at 7:34 PM, Srinivas Eeda srinivas.e...@oracle.comwrote:

   https://oss.oracle.com/git/?p=ocfs2-tools.git;a=summaryYou can find
 source rpms at https://oss.oracle.com/el5/SRPMS-updates/
 Global heartbeat was added in 2.6.37 so you need a kernel higher than that


 On 06/04/2013 11:04 AM, Vineeth Thampi wrote:

  Hi Sunil,

  Thanks for the update, could you pass me the location for source
 download? I could not find the same in
 https://oss.oracle.com/projects/ocfs2-tools/files/source/

  Also do I need any patch files for the kernel side, wanted to check how
 do I get the patch files for kernel?

  Thanks,

  Vineeth


 On Tue, Jun 4, 2013 at 6:39 PM, Sunil Mushran sunil.mush...@gmail.comwrote:

 Support for global heartbeat was added in ocfs2-tools-1.8.


  On Tue, Jun 4, 2013 at 8:31 AM, Vineeth Thampi vineeth.tha...@gmail.com
  wrote:

   Hi,

  I have added heartbeat mode as global, but when I do a mkfs and mount,
 and then check the mount, it says I am in local mode. Even
 /sys/kernel/config/cluster/ocfs2/heartbeat/mode says local. I am running
 CentOS with 3.x kernel, with ocfs2-tools-1.6.4-1118.

 mkfs -t ocfs2 -b 4K -C 1M -N 16 --cluster-stack=o2cb  /dev/sdb
 mount -t ocfs2 /dev/sdb /mnt -o
 noatime,data=writeback,nointr,commit=60,coherency=buffered

  ==
 node:
 ip_port = 
 ip_address = 10.81.2.108
 number = 1
 name = cam-st08
 cluster = ocfs2

 cluster:
 node_count = 2
 heartbeat_mode = global
 name = ocfs2
 ==

 root@cam-st07 log # mount | grep sdb
 /dev/sdb on /mnt type ocfs2
 (rw,_netdev,noatime,data=writeback,nointr,commit=60,coherency=buffered,heartbeat=local)

  Any help would be much appreciated.

 Thanks,

 Vineeth

  ___
 Ocfs2-users mailing list
 Ocfs2-users@oss.oracle.com
 https://oss.oracle.com/mailman/listinfo/ocfs2-users





 ___
 Ocfs2-users mailing 
 listOcfs2-users@oss.oracle.comhttps://oss.oracle.com/mailman/listinfo/ocfs2-users



 ___
 Ocfs2-users mailing list
 Ocfs2-users@oss.oracle.com
 https://oss.oracle.com/mailman/listinfo/ocfs2-users

___
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users