Displaying 20 results from an estimated 900 matches similar to: "Question about increasing node slots"
2006 Mar 10
5
Add a new node to ocfs cluster
Hi everybody,
My problem is that I want to add a new node to an existing RAC with ocfs2, without stop the database.
If I add a new node to an existing ocfs cluster, do I need to stop the ocfs in the others nodes of the cluster?
I've tried to do it without stop the ocfs in the others nodes but I get the following error:
2011 Jun 27
1
multiple cluster doesn't work
We're trying to setup 3 PRDM partitions (VMware) across 2 nodes. As long as
only one is configured in cluster.conf, there's not problem. As soon as we
try to use 2 or more we get issues.
It looks the same as bug 636:
http://oss.oracle.com/bugzilla/show_bug.cgi?id=636
I posted my cluster.conf and command line results there. I'm including them
here in the hopes that someone on this
2005 Sep 23
5
ocfs2 <-> 10G (10.2.01) Clusterware
RHEL 4 (CENT OS)
Am I waisting my time trying to get the 10G Clusterware installer to use OCFS2 volumes for the voting and OCR disks ?
The ocfs2 setup seems happy on both nodes but the 10G installer says
the location entered for the oracle cluster registry (OCR) is not shared across all the nodes in the cluster
Do the volumes need to mounted ? I did with no change .
[root@green rc5.d]#
2007 Jul 07
2
Adding new nodes to OCFS2?
I looked around, found older post which seems not applicable anymore. I
have a cluster of 2 nodes right now, which has 3 OCFS2 file systems. All
the file systems were formatted with 4 node slots. I added the two news
nodes (by hand, by ocfs2console and o2cb_ctl), so my
/etc/ofcfs/cluster.conf looks right:
node:
ip_port = 7777
ip_address = 192.168.201.1
number = 0
2009 Jul 01
1
mounting a snapshot for backup.
Hi
I have an ocfs2 volume (1.4.1) on lvm2, which is made available on 2 nodes via dual primary drbd that is on it. I wanted to backup my volume, so naturally I made a snapshot of it via the lvm2, and tried to mount it for backing up. However, I got the following error in dmesg :
[319981.478168] (23483,0):ocfs2_fill_super:700 ERROR: Unable to create per-mount debugfs root.
I then searched
2005 Oct 12
2
Unable to access cluster service
hello,
I'm running Ubuntu Breezy with the OCFS2 modules in the standard kernel. I
installed ocfs2console and ocfs2-tools
I've formatted a partition with ocfs2. But I can't add any node or mount the
device(with the ocfs2console). because I get a "Unable to access cluster
service"
I can't find the cause nor the solution to this.
root@lenaeja:~# /etc/init.d/o2cb status
2008 Mar 31
4
SuSe Hangs when /etc/init.d/o2cb online
Hello,
I have a DELL MD3000i, and a couple of servers that I want to connect to
the array.
I have setup the main server with CentOS 5.
- 2.6.18-53.el5 x86_64
- ocfs2-tools-1.2.7-1.el5
- ocfs2console-1.2.7-1.el5
- ocfs2-2.6.18-53.el5-1.2.8-2.el5 # Kernel Module
And two OpenSuSe 10.3 Servers
- 2.6.22.5-31-default x86_64
- ocfs2-tools-1.2.6-18
- ocfs2console-1.2.6-18
The module has been already
2008 Jan 22
4
Require add extra 2 nodes into ocfs2 file system
I need add extra 2 nodes into current 3 nodes ocfs2 file system which means 5 nodes share this file system after it. I
think this file system creates by mkfs.ocfs2 -b .. -N 4 .. which only allows 4 nodes.
Questions:
1. How to verify parameter when this file system created? In this case, it is 4 nodes.
2. I assume I have to recreate the files system which will lost contains, if I use
2012 Jun 22
1
Renew IP address node came online again - Amazon EC2
Hi,
I was looking for why one of the nodes could not mount OCFS again, then I found this path:
/sys/kernel/config/cluster/r0/node/
Which I have folders related to my servers, then I noticed that node1 (which is working with OCFS2) did not update node2 IP address.
The file I am talking about is:
/sys/kernel/config/cluster/r0/node/raid2/ipv4_address
Example:
root at
2007 Oct 08
2
OCF2 and LVM
Does anybody knows if is there a certified procedure in to
backup a RAC DB 10.2.0.3 based on OCFS2 ,
via split mirror or snaphots technology ?
Using Linux LVM and OCFS2, does anybody knows if is
possible to dinamically extend an OCFS filesystem,
once the underlying LVM Volume has been extended ?
Thanks in advance
Riccardo Paganini
2007 Mar 28
2
error when running ocfs2console (ImportError: No module named ocfs2interface.about)
I had build ocfs2-tools-1.2.3 from sources on x86_64 machine (FC6).
When I run:
ocfs2console
I get:
Traceback (most recent call last):
File "/usr/local/sbin/ocfs2console", line 3, in ?
from ocfs2interface.about import process_args
ImportError: No module named ocfs2interface.about
When I try: locate ocfs2interface.about
I get no result.
Any ideas what went wrong ?
Regards,
Andy
2007 Aug 22
1
mount.ocfs2: Value too large ...
Hallo,
I have two servers and both are connected to external array, each by own SAS connection. I need these servers to work simultaneously with data on array and I think that ocfs2 is suitable for this purpose.
One server is P4 Xeon (Gentoo linux, i386, 2.6.22-r2) and second is Opteron (Gentoo linux, x86_64, 2.6.22-r2). Servers are connected by ethernet, adapters are both Intel
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel
part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus.
The following 6 patches have already got sunil's SOBs, and now they're
trying to attract more reviewers before it goes to central repo with
a modification of getting manual pages being introduced.
2006 Jul 04
2
ocfs2-tools-1.2.0-1 compile error
Hello,
i want to install ocfs2-tools-1.2.0-1 on slackware 10.2 (up-to-date) with
2.6.17.2 kernel and i got error:
./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
2006 Jul 04
2
ocfs2-tools-1.2.0-1 compile error
Hello,
i want to install ocfs2-tools-1.2.0-1 on slackware 10.2 (up-to-date) with
2.6.17.2 kernel and i got error:
./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
2009 Aug 13
1
Shutdown to single user mode causes SysRq Reset
Hello,
I've got a 2 node HP DL580 cluster supported by a Fibrechannel SAN
with dual FC cards, dual switches and an HP EVA on the back end.? All
SAN disks are multipathed.? Installed software is:
Redhat 5.3
ocfs2-2.6.18-128.1.14.el5-1.4.2-1.el5
ocfs2-tools-1.4.2-1.el5
ocfs2console-1.4.2-1.el5
Oracle RAC 11g ASM
Oracle RAC 11g Clusterware
Oracle RAC 10g databases
OCFS2 isn't being used by
2008 Jun 24
2
Invalid argument while mounting
I get the following error when trying to mount: Nothing changed (in any
case not that I know of). I get the same error from both nodes. Please
assist.
# mount /u02
mount.ocfs2: Invalid argument while mounting /dev/sdd1 on /u02. Check
'dmesg' for more information on this error.
/etc/fstab:
/dev/sdd1 /u02 ocfs2
_netdev,datavolume,nointr 0 0
2005 Nov 07
1
o2cb_ctl: Unable to access cluster service Cannot initialize cluster
Hi,
I've tried to run ocfs2 on debian stable (sarge). Have patched and
compiled a new kernel-package using vanilla 2.6.14 sources. No compiler
errors, all modules for ocfs2 builded. Installed the Debian packages
ocfs2-tools_1.0.0-1_i386.deb and ocfs2console_1.0.0-1_i386.deb without any
problems. But now I can't initialize the cluster, whether through
ocfs2console or with
2004 Sep 09
3
pam_winbind.so -- required_membership argument
I have the samba-3.0.2-6.3E rpm installed on my RHEL3 machine and I would like to use the required_membership parameter to pam_winbind.so.
Should this work with what I currently have installed? What do I need to do in order to make this work?
Thanks in advance for your assistance,
Tim Lank
***************************************************************************************************
2009 May 27
2
Problem with OCFS2 on RHEL5.0 while installing CRS 10.2.01
Hi team
I had installed OCFS2 on RHEL5.0 . every thing looks fine but when I was installing CRS on the node I got error message OCFS2 is not supported. Can you please put some light on this. Please find other info below
[root at eregtest1 client]# uname -a
Linux eregtest1.admin.abdn.ac.uk 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
i am using RHEL 5.0