Displaying 11 results from an estimated 11 matches for "load_ocf".
Did you mean:
load_ocfs
2006 Nov 16
1
OCFS Error on RHEL -3 Update 8
Hi All,
I am getting this error after updating RHEL 3 Update 5 to update 8..
After upgrading OCFS loading get failed
boot.log entries
Nov 10 06:00:00 HHMEA load_ocfs: modprobe: Can't locate module ocfs
Nov 10 06:00:00 HHMEA load_ocfs: load_ocfs: insmod failed
Nov 10 06:00:01 HHMEA ocfs: failed
Nov 10 06:00:01 HHMEA mount: mount: fs type ocfs not supported by kernel
I had given
depmod -a
load_ocfs
Its loaded but the error I got in boot.log are as f...
2003 Jul 03
1
load_ocfs problem
...shared disk.
I've patched the kernel (for multiple login firewire support), and both
nodes can see the shared disk.
Then, i've installed the files necessary for ocfs:
ocfs-2.4.20-smp-1.0.8-4.i386.rpm
ocfs-support-1.0.8-4.i386.rpm
ocfs-tools-1.0.8-4.i386.rpm
However, when i do a '/sbin/load_ocfs' this is what i get:
[root@localhost firewire]# /sbin/load_ocfs
/sbin/insmod ocfs node_name=rac1 ip_address=192.168.0.1 ip_port=9999
cs=1855 guid=E5385F2B75F1FC5794E5000476DC7DA8
insmod: ocfs: no module by that name found
load_ocfs: insmod failed
I'm also confused with one thing. How ma...
2005 Nov 17
1
Startup error- new install
...cfs-support-1.1.5-1
ocfs-2.4.21-EL-1.0.14-1
ocfs-2.4.21-EL-hugemem-1.0.14-1
ocfs-tools-1.0.10-1
Ran the ocfstool and created the config
Tried starting ocfs manually and it failed... then tried rebooting...
Ocfs won't start
>From the boot.log:
------------------
Nov 17 13:37:47 appsdb4kick load_ocfs: /sbin/modprobe ocfs
node_name=appsdb4kick.inter-tel.com ip_address=172.30.200.247 cs=1797
guid=8A70A77FA9C2666AA79A00142208C062 ip_port=7000 comm_voting=1
Nov 17 13:37:47 appsdb4kick load_ocfs: modprobe: Can't locate module
ocfs
Nov 17 13:37:47 appsdb4kick load_ocfs: load_ocfs: insmod...
2005 Aug 04
2
Can't load ocfs on ia64 EL3u3
# uname -r
2.4.21-20.ELsmp
[root@hp2620-2 root]# rpm -qa | grep ocfs
ocfs-tools-1.0.10-1
ocfs-support-1.0.10-1
ocfs-2.4.21-EL-1.0.13-1
[root@hp2620-2 root]# /sbin/load_ocfs
/sbin/insmod ocfs node_name=hp2620-2-eth1 ip_address=10.1.2.101 cs=1913 guid=8D65C7CEECF9EBE638BD0013215BD6E9 comm_voting=1 ip_port=7000
insmod: ocfs: no module by that name found
load_ocfs: insmod failed
[root@hp2620-2 root]# cd /lib/modules/2.4.21-EL-ABI/
[root@hp2620-2 2.4.21-EL-ABI]# ls
ocfs
[...
2004 Aug 07
1
Source for OCFS Support Package
...uster,
consisting of 1 Athlon and 1 Pentium machine with Firewire storage. OS is
RHAS 3.
Since I need to build my own binary Athlon rpm's, I downloaded
ocfs-1.0.12.tar.gz
ocfs-tools-1.0.10.tar.gz
I was able to install both (./configure ; make - make install).
When I try to load_ocfs I get lots of errors and insmod fails. I suppose
this could be due to the missing support package (ocfs-support-1.0.10.1).
This I can't find in the files section.
What am I missing?
Thanks for your help!
Regards,
Roland
-------------- next part --------------
An HTML attachment was scrub...
2004 Mar 30
1
OCFS install trouble w/ new kernel - unresolved symbols
...p://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104633, where there is
a test kernel that might resolve the problem (2.4.21-9.EL.noaffine2BOOT).
I installed the kernel and re-installed OCFS. Though I tried the OCFS
RPMs, building OCFS from the source RPMs, and compiling from source code,
doing a ?load_ocfs? gets me a mismatched kernel messages, followd by a
long list of unresolved symbols.
(proc_mkdir_Rab0b93e0, find_or_create_page, etc). I?ve tried using
ocfs-2.4.21-EL-1.0.10-1.i686.rpm, ocfs-2.4.21-EL-1.0.11-1.i686.rpm,
ocfs-2.4.21-EL-1.0.9-12.src.rpm, and ocfs-1.0.10.tar.gz.tar.
Any suggestions...
2007 Jul 25
4
Problem installing on RH3 U8
Hi, i dont seem to be able to get ocfs running on RH3 U8 32Bit
[root@libra-devb-db1 root]# uname -a
Linux devb-db1.mydomain 2.4.21-47.ELsmp #1 SMP Wed Jul 5 20:38:41 EDT 2006
i686 athlon i386 GNU/Linux
[root@devb-db1 root]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 3 (Taroon Update 8)
[root@devb-db1 root]# rpm -ivh ocfs-2.4.21-EL-smp-1.0.14-1.i686.rpm
Preparing...
2003 Nov 26
1
ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not workwith RHEL 3errata kernel
...November 2003 03:23
To: Brian M. Diehl
Cc: ocfs-users@oss.oracle.com
Subject: Re: [Ocfs-users] ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not
workwith RHEL 3errata kernel
yes Manish figured out that it's a bug in rhel3 insmod. we asked red hat
to update modutils
in the meantime you could change load_ocfs to do a insmod -f
that shoudl work, the actual ABI has not changed it's just insmod that
fails 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 (th...
2004 Aug 08
0
Antwort: Re: Source for OCFS Support Package
Thanks Sunil for your advice.
I tried that both for
ocfs-tools-1.0.10.tar.gz and
ocfs-1.0.12.tar.gz.
./configure --with kernel=/usr/src/linux-2.4.21.-9.0.01.ELorafw1
make KVER=up
make install
That was successful.
When I tried to load_ocfs I still got "undefined symbol" errors.
I found another ocfs-users thread from April where Wim suggested using the
i686 kernel for AMD boxes.
I installed the rpm kernel-2.4.21-15.ELorafw1.i686.rpm and booted that
kernel.
Then I installed the 3 binary ocfs rpm's
(ocfs-2.4.21-EL-1...
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
2004 Feb 09
0
RES: RES: RES: ocfs installation error on RHAS 2.1
...BI/ocfs/ocfs.o: unresolved symbol
make_bad_inode_Rc57c62ad
/lib/modules/2.4.9-e-ABI/ocfs/ocfs.o: unresolved symbol
unmap_kiobuf_R8b1df298
/lib/modules/2.4.9-e-ABI/ocfs/ocfs.o: unresolved symbol d_rehash_R2318188c
/lib/modules/2.4.9-e-ABI/ocfs/ocfs.o: unresolved symbol
register_filesystem_R510
b2a72
load_ocfs: insmod failed
[FAILED]
[root@RAC1 root]#
I've read in this list that the code was wrongly compiled to smp. So I tried
to compile version 1.0.9-12 and then I received the follwing errors in the
make command (./configure was ok):
m...