Hi, I'm attempting to create an OCFS2 clustered FS on two SLES 10 machines. I've followed the users's guide from the Oracle site. Those machines don't have X installed, so this is CLI only. The cluster.conf on both machines : node: ip_port = 7777 ip_address = 192.168.0.30 number = 0 name = world-web1 cluster = wmc node: ip_port = 7777 ip_address = 192.168.0.40 number = 1 name = world-web2 cluster = wmc cluster: node_count = 2 name = wmc This file is on both machines. web1 has a mkfs'ed ocfs filesystem : /dev/sda8 on /srv type ocfs2 (rw,_netdev,datavolume,heartbeat=local) On both machines, o2cb reports the cluster as 'active'. web2 reports heartbeat as 'not active'. Mounting /dev/sda8 on that machines ends with a bad superblock. Somehow, sync seems to fail. Any idea where to start looking, or where to proceed ? Any help is apreciated. Regards, Igmar -- Igmar Palsenberg Directeur JDI - ICT Zutphensestraatweg 85 6953 CJ Dieren www.jdi-ict.nl <http://www.jdi-ict.nl> T (0313) 496 741 M 06 201 221 03 F (0313) 420 996 i.palsenberg@jdi-ict.nl <mailto:i.palsenberg@jdi-ict.nl> Als Full Service Internet Buro is JDI-ICT de mediapartner van het Dutch Team Dakar <http://www.dutchteamdakar.nl>
On Sat, Jan 05, 2008 at 09:49:03PM +0100, Igmar Palsenberg wrote:> web1 has a mkfs'ed ocfs filesystem : > > /dev/sda8 on /srv type ocfs2 (rw,_netdev,datavolume,heartbeat=local) > > On both machines, o2cb reports the cluster as 'active'. web2 reports > heartbeat as 'not active'. Mounting /dev/sda8 on that machines ends with > a bad superblock. > > Somehow, sync seems to fail. Any idea where to start looking, or where > to proceed ? Any help is apreciated.What kind of disk is /dev/sda. Is it on a SAN (fibre channel for instance), or is it iscsi exported from some host? Ocfs2 requires a shared disk to run. --Mark -- Mark Fasheh Principal Software Developer, Oracle mark.fasheh@oracle.com