search for: filesystemio_opt

Displaying 8 results from an estimated 8 matches for "filesystemio_opt".

2007 Mar 01
1
data volume option, is it present in current version of ocfs2
hi, i am trying to install oracle rac on fedora core 6 through iscsi. when i try to mount, mount.ocfs2: Invalid argument while mounting /dev/mapper/rac-crs on /mnt/crs. Check 'dmesg' for more information on this error. error log in dmesg, ocfs2: Unmounting device (253,11) on (node 255) (27354,0):ocfs2_parse_options:753 ERROR: Unrecognized mount option "datavolume" or missing
2008 Dec 02
18
How to dig deeper
In order to get more information on IO performance problems I created the script below: #!/usr/sbin/dtrace -s #pragma D option flowindent syscall::*write*:entry /pid == $1 && guard++ == 0/ { self -> ts = timestamp; self->traceme = 1; printf("fd: %d", arg0); } fbt::: /self->traceme/ { /* elapsd =timestamp - self -> ts; printf("
2003 Nov 26
1
ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not workwith RHEL 3errata kernel
...ls the check look for INSMOD="$INSMOD $MODULE" and just change it to INSMOD="$INSMOD -f $MODULE" also - for async io ; p2448994_9204_LINUX.zip is the patch to apply for oracle (this is metalink ARU patch number). after addign the patch and relinking oraclewith async_on, add filesystemio_options="SetAll" to init.ora On Mon, Nov 24, 2003 at 05:15:44PM -0500, Brian M. Diehl wrote: > From: John Smiley [mailto:pro_oracle@yahoo.com] > Sent: Monday, November 24, 2003 5:07 PM > To: Wim Coekaerts > Cc: ocfs-devel@oss.oracle.com; ocfs-users@oss.oracle.com > Subject:...
2006 May 29
0
Xen 3.0 ocfs2 and Oracle Rac 10gR2
...e host domain is debian 3.1 ) Well, all goes well until time to mount ocfs2. For Rac10gR2 I need to mount ocfs2 partitions with the datavolume option, but latests versions of ocfs2 doesn''t comes with this option ( you can enable the O_DIRECT feature directly in the init.ora file, with the filesystemio_options ). Then, actually my ocfs2 module info tells me this: "[root@nodusa boot]# modinfo ocfs2 filename: /lib/modules/2.6.16-xen3_86.1_rhel4.1/kernel/fs/ocfs2/ocfs2.ko author: Oracle license: GPL description: OCFS2 1.3.3 version: 1.3.3 vermagic: 2.6.16-xen3...
2007 Mar 22
1
make error on 2.6.20
hi, In kernel 2.6.20-1.2925.fc6 ocfs2 fetches me this make error.How can i fix this? [root@server ocfs2-1.2.4]# make make -C fs make[1]: Entering directory `/opt/ocfs2-1.2.4/fs' make -C ocfs2 stamp-md5 make[2]: Entering directory `/opt/ocfs2-1.2.4/fs/ocfs2' make[2]: Leaving directory `/opt/ocfs2-1.2.4/fs/ocfs2' make -C ocfs2/cluster stamp-md5 make[2]: Entering directory
2003 Nov 24
2
ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not work with RHEL 3errata kernel
From: John Smiley [mailto:pro_oracle@yahoo.com] Sent: Monday, November 24, 2003 5:07 PM To: Wim Coekaerts Cc: ocfs-devel@oss.oracle.com; ocfs-users@oss.oracle.com Subject: [Ocfs-users] ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not work with RHEL 3errata kernel Wim, ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not install when the errata kernel (2.4.21-4.0.1) is installed in RHEL 3. It complains
2010 Apr 15
4
new ocfs2 release?
Hi ocfs2 developers, there are some news about the schedule for a new ocfs2 release that solve the actual bug/limitations? I can see an 1.4.7 release tagged here: http://oss.oracle.com/git/?p=ocfs2-1.4.git;a=summary Is there a planned release date? in my environment (about 5000000 files with 300000 new files/deletion per day) I see load until 1000 and I/O almost blocked for some hours of the
2007 Feb 23
2
OCFS 1.2.4 memory problems still?
I have a 2 node cluster of HP DL380G4s. These machines are attached via scsi to an external HP disk enclosure. They run 32bit RH AS 4.0 and OCFS 1.2.4, the latest release. They were upgraded from 1.2.3 only a few days after 1.2.4 was released. I had reported on the mailing list that my developers were happy, and things seemed faster. However, twice in that time, the cluster has gone down due