I found a similar message posted in July but there was no resolution given. Similarly, I installed OCFS2 on RHEL4 with ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1. When I start ocfs2console (/usr/sbin/ocfs2console) and click on Cluster, and then Configure Nodes, it returns a dialog with the following message. Could not start cluster stack. This must be resolved before any OCFS2 filesystem can be mounted Here is some information that may be helpful. uname -a Linux is-ractest1.gwl.com 2.6.9-11.0.0.10.3.ELsmp #1 SMP Tue Jul 5 12:49:59 PDT 2005 i686 i686 i386 GNU/Linux rpm -qa | grep ocfs2 ocfs2-tools-1.0.2-1 ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1 ocfs2console-1.0.2-1 rpm -qa | grep kernel kernel-2.6.9-11.EL kernel-utils-2.4-13.1.66 kernel-smp-devel-2.6.9-11.EL kernel-smp-2.6.9-11.EL kernel-devel-2.6.9-11.EL kernel-smp-2.6.9-11.0.0.10.3.EL kernel-smp-devel-2.6.9-11.0.0.10.3.EL rpm -qa | grep util-linux util-linux-2.12a-16.EL4.6ora2 rpm -qa | grep vte vte-0.11.11-6ora1 Thanks in advance for any help you can provide. -Russ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20050830/77ca9d74/attachment.html
Check dmesg (/var/log/messages) for any relevant msgs. Permissions, maybe? Else, you could always do the manual approach. 1. Set up cluster.conf as documented 2. As root, /etc/init.d/o2cb online <cluster_name> And preferably use the 1.0.4. We have a heartbeat fix in it. Kochevar, Russ wrote:> I found a similar message posted in July but there was no resolution > given. > > Similarly, I installed OCFS2 on RHEL4 with > ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1. When I start ocfs2console > (/usr/sbin/ocfs2console) and click on Cluster, and then Configure > Nodes, it returns a dialog with the following message. > > Could not start cluster stack. This must be resolved before any OCFS2 > filesystem can be mounted > > Here is some information that may be helpful. > > uname ?a > > Linux is-ractest1.gwl.com 2.6.9-11.0.0.10.3.ELsmp #1 SMP Tue Jul 5 > 12:49:59 PDT 2005 i686 i686 i386 GNU/Linux > > rpm ?qa | grep ocfs2 > > ocfs2-tools-1.0.2-1 > > ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1 > > ocfs2console-1.0.2-1 > > rpm ?qa | grep kernel > > kernel-2.6.9-11.EL > > kernel-utils-2.4-13.1.66 > > kernel-smp-devel-2.6.9-11.EL > > kernel-smp-2.6.9-11.EL > > kernel-devel-2.6.9-11.EL > > kernel-smp-2.6.9-11.0.0.10.3.EL > > kernel-smp-devel-2.6.9-11.0.0.10.3.EL > > rpm ?qa | grep util-linux > > util-linux-2.12a-16.EL4.6ora2 > > rpm ?qa | grep vte > > vte-0.11.11-6ora1 > > Thanks in advance for any help you can provide. > > -Russ > >------------------------------------------------------------------------ > >_______________________________________________ >Ocfs2-users mailing list >Ocfs2-users@oss.oracle.com >http://oss.oracle.com/mailman/listinfo/ocfs2-users > >
The following message is in dmesg: Aug 30 15:01:21 is-ractest1 modprobe: FATAL: Module configfs not found Thanks -----Original Message----- From: Sunil Mushran [mailto:Sunil.Mushran@oracle.com] Sent: Tuesday, August 30, 2005 2:58 PM To: Kochevar, Russ Cc: ocfs2-users@oss.oracle.com Subject: Re: [Ocfs2-users] Could Not Start Cluster Stack Check dmesg (/var/log/messages) for any relevant msgs. Permissions, maybe? Else, you could always do the manual approach. 1. Set up cluster.conf as documented 2. As root, /etc/init.d/o2cb online <cluster_name> And preferably use the 1.0.4. We have a heartbeat fix in it. Kochevar, Russ wrote:> I found a similar message posted in July but there was no resolution > given. > > Similarly, I installed OCFS2 on RHEL4 with > ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1. When I start ocfs2console > (/usr/sbin/ocfs2console) and click on Cluster, and then Configure > Nodes, it returns a dialog with the following message. > > Could not start cluster stack. This must be resolved before any OCFS2 > filesystem can be mounted > > Here is some information that may be helpful. > > uname -a > > Linux is-ractest1.gwl.com 2.6.9-11.0.0.10.3.ELsmp #1 SMP Tue Jul 5 > 12:49:59 PDT 2005 i686 i686 i386 GNU/Linux > > rpm -qa | grep ocfs2 > > ocfs2-tools-1.0.2-1 > > ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1 > > ocfs2console-1.0.2-1 > > rpm -qa | grep kernel > > kernel-2.6.9-11.EL > > kernel-utils-2.4-13.1.66 > > kernel-smp-devel-2.6.9-11.EL > > kernel-smp-2.6.9-11.EL > > kernel-devel-2.6.9-11.EL > > kernel-smp-2.6.9-11.0.0.10.3.EL > > kernel-smp-devel-2.6.9-11.0.0.10.3.EL > > rpm -qa | grep util-linux > > util-linux-2.12a-16.EL4.6ora2 > > rpm -qa | grep vte > > vte-0.11.11-6ora1 > > Thanks in advance for any help you can provide. > > -Russ > >------------------------------------------------------------------------> >_______________________________________________ >Ocfs2-users mailing list >Ocfs2-users@oss.oracle.com >http://oss.oracle.com/mailman/listinfo/ocfs2-users > >
# find /lib/modules/`uname -r` -name configfs.ko If the module is there, as it should be, do: depmod -a and try again. If it is not there, reinstall ocfs2: rpm --erase ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1 rpm -ivh ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.4-1 Might as well upgrade it too. Kochevar, Russ wrote:>The following message is in dmesg: > >Aug 30 15:01:21 is-ractest1 modprobe: FATAL: Module configfs not found > >Thanks > >-----Original Message----- >From: Sunil Mushran [mailto:Sunil.Mushran@oracle.com] >Sent: Tuesday, August 30, 2005 2:58 PM >To: Kochevar, Russ >Cc: ocfs2-users@oss.oracle.com >Subject: Re: [Ocfs2-users] Could Not Start Cluster Stack > >Check dmesg (/var/log/messages) for any relevant msgs. >Permissions, maybe? > >Else, you could always do the manual approach. > >1. Set up cluster.conf as documented >2. As root, /etc/init.d/o2cb online <cluster_name> > >And preferably use the 1.0.4. We have a heartbeat fix in it. > >Kochevar, Russ wrote: > > > >>I found a similar message posted in July but there was no resolution >>given. >> >>Similarly, I installed OCFS2 on RHEL4 with >>ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1. When I start ocfs2console >>(/usr/sbin/ocfs2console) and click on Cluster, and then Configure >>Nodes, it returns a dialog with the following message. >> >>Could not start cluster stack. This must be resolved before any OCFS2 >>filesystem can be mounted >> >>Here is some information that may be helpful. >> >>uname -a >> >>Linux is-ractest1.gwl.com 2.6.9-11.0.0.10.3.ELsmp #1 SMP Tue Jul 5 >>12:49:59 PDT 2005 i686 i686 i386 GNU/Linux >> >>rpm -qa | grep ocfs2 >> >>ocfs2-tools-1.0.2-1 >> >>ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1 >> >>ocfs2console-1.0.2-1 >> >>rpm -qa | grep kernel >> >>kernel-2.6.9-11.EL >> >>kernel-utils-2.4-13.1.66 >> >>kernel-smp-devel-2.6.9-11.EL >> >>kernel-smp-2.6.9-11.EL >> >>kernel-devel-2.6.9-11.EL >> >>kernel-smp-2.6.9-11.0.0.10.3.EL >> >>kernel-smp-devel-2.6.9-11.0.0.10.3.EL >> >>rpm -qa | grep util-linux >> >>util-linux-2.12a-16.EL4.6ora2 >> >>rpm -qa | grep vte >> >>vte-0.11.11-6ora1 >> >>Thanks in advance for any help you can provide. >> >>-Russ >> >>----------------------------------------------------------------------- >> >> >- > > >>_______________________________________________ >>Ocfs2-users mailing list >>Ocfs2-users@oss.oracle.com >>http://oss.oracle.com/mailman/listinfo/ocfs2-users >> >> >> >> >_______________________________________________ >Ocfs2-users mailing list >Ocfs2-users@oss.oracle.com >http://oss.oracle.com/mailman/listinfo/ocfs2-users > >
The module was there as you expected. I did the depmod -a and everything worked fine. I am going to do the upgrade to 1.0.4 now and then move on. Thanks for your help. -----Original Message----- From: Sunil Mushran [mailto:Sunil.Mushran@oracle.com] Sent: Tuesday, August 30, 2005 3:15 PM To: Kochevar, Russ Cc: ocfs2-users@oss.oracle.com Subject: Re: [Ocfs2-users] Could Not Start Cluster Stack # find /lib/modules/`uname -r` -name configfs.ko If the module is there, as it should be, do: depmod -a and try again. If it is not there, reinstall ocfs2: rpm --erase ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1 rpm -ivh ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.4-1 Might as well upgrade it too. Kochevar, Russ wrote:>The following message is in dmesg: > >Aug 30 15:01:21 is-ractest1 modprobe: FATAL: Module configfs not found > >Thanks > >-----Original Message----- >From: Sunil Mushran [mailto:Sunil.Mushran@oracle.com] >Sent: Tuesday, August 30, 2005 2:58 PM >To: Kochevar, Russ >Cc: ocfs2-users@oss.oracle.com >Subject: Re: [Ocfs2-users] Could Not Start Cluster Stack > >Check dmesg (/var/log/messages) for any relevant msgs. >Permissions, maybe? > >Else, you could always do the manual approach. > >1. Set up cluster.conf as documented >2. As root, /etc/init.d/o2cb online <cluster_name> > >And preferably use the 1.0.4. We have a heartbeat fix in it. > >Kochevar, Russ wrote: > > > >>I found a similar message posted in July but there was no resolution >>given. >> >>Similarly, I installed OCFS2 on RHEL4 with >>ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1. When I start ocfs2console >>(/usr/sbin/ocfs2console) and click on Cluster, and then Configure >>Nodes, it returns a dialog with the following message. >> >>Could not start cluster stack. This must be resolved before any OCFS2 >>filesystem can be mounted >> >>Here is some information that may be helpful. >> >>uname -a >> >>Linux is-ractest1.gwl.com 2.6.9-11.0.0.10.3.ELsmp #1 SMP Tue Jul 5 >>12:49:59 PDT 2005 i686 i686 i386 GNU/Linux >> >>rpm -qa | grep ocfs2 >> >>ocfs2-tools-1.0.2-1 >> >>ocfs2-2.6.9-11.0.0.10.3.ELsmp-1.0.3-1 >> >>ocfs2console-1.0.2-1 >> >>rpm -qa | grep kernel >> >>kernel-2.6.9-11.EL >> >>kernel-utils-2.4-13.1.66 >> >>kernel-smp-devel-2.6.9-11.EL >> >>kernel-smp-2.6.9-11.EL >> >>kernel-devel-2.6.9-11.EL >> >>kernel-smp-2.6.9-11.0.0.10.3.EL >> >>kernel-smp-devel-2.6.9-11.0.0.10.3.EL >> >>rpm -qa | grep util-linux >> >>util-linux-2.12a-16.EL4.6ora2 >> >>rpm -qa | grep vte >> >>vte-0.11.11-6ora1 >> >>Thanks in advance for any help you can provide. >> >>-Russ >> >>----------------------------------------------------------------------->> >> >- > > >>_______________________________________________ >>Ocfs2-users mailing list >>Ocfs2-users@oss.oracle.com >>http://oss.oracle.com/mailman/listinfo/ocfs2-users >> >> >> >> >_______________________________________________ >Ocfs2-users mailing list >Ocfs2-users@oss.oracle.com >http://oss.oracle.com/mailman/listinfo/ocfs2-users > >
Hi, I have installed ocfs2-tools-1.0.2-1 and ocfs2console-1.0.2-1 on RH4. After I have started the ocfs2console I tried to configure the nodes through Cluter tab and Configure Nodes, got the message "could not start cluster stack. This must be resoled before any OCFS2 filesystems can be mounted". Have anyone knows why I got this warning? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20050914/b54f4212/attachment.html
What does dmesg say? If it complains that it could not load configfs, do: depmod -a and try again. And oh, ocfs2-2.6.9-xxx, module rpm should be instaleld too. Yuval Baruch wrote:> Hi, > I have installed ocfs2-tools-1.0.2-1 and ocfs2console-1.0.2-1 on RH4. > After I have started the ocfs2console I tried to configure the nodes > through Cluter tab and Configure Nodes, got the message "could not > start cluster stack. This must be resoled before any OCFS2 filesystems > can be mounted". > Have anyone knows why I got this warning? > >------------------------------------------------------------------------ > >_______________________________________________ >Ocfs2-users mailing list >Ocfs2-users@oss.oracle.com >http://oss.oracle.com/mailman/listinfo/ocfs2-users > >