Displaying 20 results from an estimated 6000 matches similar to: "Unable to build RPMS for ocfs-tools-devel"
2008 Nov 18
1
[Patch 3/3] ocfs2-tools: Fix compilation of Pacemaker glue for ocfs2_controld
Fix compilation of Pacemaker glue for ocfs2_controld when the
underlying Pacemaker installation supports both the Heartbeat and
OpenAIS stack
Signed-off-by: Andrew Beekhof <abeekhof at suse.de>
--- upstream/ocfs2_controld/pacemaker.c 2008-09-11 16:51:11.000000000
+0200
+++ dev/ocfs2_controld/pacemaker.c 2008-10-23 13:14:56.000000000 +0200
@@ -20,8 +20,16 @@
#include
2004 Jul 16
12
OCFS Database too slow
Hi All,
we are using Red Hat 2.1 Kernel e38 along with MSA 1000.
ocfs version being used is
$ rpm -qa | grep ocfs
ocfs-tools-1.0.10-1
ocfs-2.4.9-e-enterprise-1.0.12-1
ocfs-support-1.0.10-1
Database Version is 9.2.0.5
However we find that the performance of the database on OCFS is too slow. even a select count(1) from all_tables takes like a while to complete.
We initially assumed RAC is
2004 Aug 02
6
Calculating volume size from superblock
Another simple question.
How do I calculate the size of the volume from the superblock?
Do I just use the two fields:
u_int32_t s_blocksize_bits; /* Blocksize for this fs */
u_int32_t s_clustersize_bits; /* Clustersize for this fs */
What is the formula to use?
Thanks,
John
2004 Aug 30
2
FW: Observations
Hi Sunil,
I'm looking into this thread now.
Does this mean we cannot use FTP option to copy OCFS files to ext3? If
so, is there any ftp version available for OCFS, similar to cp
--o_direct?
Also, is there any version of sync available for OCFS (in normal FS,
sync does a refresh of FS from kernel cache so that the FS is
consistent). By this can we say that the FS shard by both nodes is
2004 Oct 20
1
i-node showing 100 % used whereas the partitionsare empty
Hi Sunil,
I had filed a bug and saw your response stating that it would be fixed in version 14.
In the meanwhile , what we want to know is whether this bug is a minor bug and can be ignored for now.
Does reporting 100% inodes cause any problem for the OCFS file system or can we ignore this bug and go into production.
Also can you tell us by when version 14 would be released.
R'gds
2004 Jan 26
2
Problems building OCFS2
I also sent this to OCFS2-devel but no response so far. So...
I noticed that OCFS2 got updated in the last few days.
I just tried to do a build and got this:
[root@linuxjohn2 trunk]# make
make -C src
make[1]: Entering directory `/root/ocfs2/trunk/src'
make[1]: *** No rule to make target `inc/io.h', needed by `alloc.c'.
Stop.
make[1]: Leaving directory `/root/ocfs2/trunk/src'
2004 Jul 27
3
explain me exactly about ldap
Hi
i wanna know exactly the principal functions of ldap, if is posible send
me a example because im not very clear about this protocol with samba.
thanks in advance
Cristhian
Dominican Republic
--
"No basta saber, se debe tambi?n aplicar. No es suficiente querer,
se debe tambi?n hacer"(Goethe, Johann Wolfgang von).
Saludos
Cristhian Nunez
AGB-CDI Dominicana
Abraham Lincoln
2004 Aug 30
3
Observations
Hi,
we have a 2 node / 3 node RAC installation with OCFS.
We have the following observations.
1. TIME STAMP Issue
We have noticed that the time stamp which is shown on the datafiles doesnt remain the same even after a shutdown normal /shutdown immediate
i.e If I shutdown all RAC instances ( A , B , C) using shutdown normal / immediate, the timestamp on the datafiles are not the same.
Even
2004 Oct 05
1
WG: [Ocfs-users] Compiling OCFS 1.0.13 on kernel 2.6.8?
Sorry for cross posting, but I somehow came to think that this question
might possibly be more suitable in this mailinglist.
I am currently fiddeling around with Fedora Core 2.
Does anyone of you have any pointers on where to start reading to compile
OCFS 1.0.13 on a 2.6.8 kernel? Is it at all possible?
Best,
//magnus
-----Urspr?ngliche Nachricht-----
Von: Magnus Lubeck [mailto:ml@inwork.ch]
2004 Feb 10
3
Question about filesystem ownership
I've created a few OCFS filesystems (RHEL 3, OCFS 1.0.9-12) while
attempting to assign ownership by oracle:dba. I've done this both with
ocfstool and mkfs.ocfs. They both seem to accept the parameters, but the
resulting filesystem is always owned by root:root.
This is not a fatal problem, since we can just throw all of our
Oracle files into a properly-owned subdirectory in each
2007 Jan 13
3
Permission denied by op
i am invoking op from a python proggy which does an op.system() of
op chmod 640 /usr/local/etc/tac_plus.conf
i get "Permission denied by op"
% ls -l /usr/local/etc/op.access
-r-------- 1 root wheel 149 Jan 13 07:41 /usr/local/etc/op.access
% cat /usr/local/etc/op.access
# 2007.01.13
#
#DEFAULT users=src
#
chown /usr/sbin/chown $* ; users=src
chmod /bin/chmod $* ; users=src
2005 Aug 31
8
problem with OCFS label
I used this command to create volume label on OCFS:
mkfs.ocfs -F -b 128 -L data13 -m /oradata/data13 -u oracle -g dba -p 0775 /dev/emcpowerp1
emcpowerp is composed of /dev/sdad and /dev/sdk. It seems the above command created the same labels for /dev/emcpowerp1, /dev/sdad1 and /dev/sdk1.
But when I tried to mount this ocfs filesystem by label, it gave me the following error.
# mount -L data13
2007 Jan 16
4
ocfs Vs ocfs2
Hi everbody this is my first post,
I have two test server .(Both of them is idle)
db1 : RHEL4 OCFS2
db2 : RHEL3 OCFS
I test the IO both of them
The result is below.
db1(Time Spend)db2(Time Spend)OS Test Command
dd (1GB) (Yazma)0m0.796s0m18.420stime dd if=/dev/zero of=./sill.t bs=1M count=1000
dd (1GB) (Okuma)0m0.241s8m16.406stime dd of=/dev/zero if=./sill.t bs=1M count=1000
cp
2007 Jan 16
4
ocfs Vs ocfs2
Hi everbody this is my first post,
I have two test server .(Both of them is idle)
db1 : RHEL4 OCFS2
db2 : RHEL3 OCFS
I test the IO both of them
The result is below.
db1(Time Spend)db2(Time Spend)OS Test Command
dd (1GB) (Yazma)0m0.796s0m18.420stime dd if=/dev/zero of=./sill.t bs=1M count=1000
dd (1GB) (Okuma)0m0.241s8m16.406stime dd of=/dev/zero if=./sill.t bs=1M count=1000
cp
2004 Oct 13
1
i-node showing 100 % used whereas the partitions are empty
Output df -i
------------------
Filesystem Inodes IUsed IFree IUse% Mounted on
/
/dev/sde 348548 348195 353 100% /ocfsa01
/dev/sdf 348548 348195 353 100% /ocfsa02
/dev/sdg 348548 348195 353 100% /ocfsa03
/dev/sdk 139410 138073 1337 100% /ocfsq01
Output df -kP
-----------------------
Filesystem
2004 Oct 05
1
Compiling OCFS 1.0.13 on kernel 2.6.8?
Hello,
I am currently fiddeling around with Fedora Core 2.
Does anyone of you have any pointers on where to start reading to compile
OCFS 1.0.13 on a 2.6.8 kernel? Is it at all possible?
//magnus
-----------------------------------------
Magnus L?beck Phone: +41 79 303 2484
In&Work AG Mail: ml@inwork.ch
CH-8038 Z?rich Web: www.inwork.ch
2018 Aug 22
1
Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
I updated my version and the problem no longer occurred.
Thank you! =D
Em qua, 22 de ago de 2018 às 17:08, Cole Robinson <crobinso@redhat.com>
escreveu:
> On 08/22/2018 03:30 PM, Eduardo Lúcio Amorim Costa wrote:
> > I'm trying create a virtual machine using Xen as hypervisor and
> > virt-manager (libvirt) as the management module. When trying to create
> > the
2004 Sep 02
0
OCFS compatibility with Legato
Hi All
Does anyone have information on OCFS compatibility with Legato.
i.e Can we use Letato to backup directly from OCFS Volumes.
Also does OCFS work with BCV.
R'gds
Varghese Abraham.
-----Original Message-----
From: ocfs-users-bounces@oss.oracle.com
[mailto:ocfs-users-bounces@oss.oracle.com]On Behalf Of Wim Coekaerts
Sent: Thursday, September 02, 2004 9:33 AM
To: Andreas Piesk
Cc:
2003 Nov 04
10
portupgrade and PHP
Hello,
When I run portupgrade -ra and PHP needs upgrading I am faced with
having to select all the options I want PHP compiled with (again). I
hate this.
How can I continually compile PHP with the same options as the last time?
Thanks!
Rick
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]#