similar to: seg fault using ocfstool

Displaying 20 results from an estimated 400 matches similar to: "seg fault using ocfstool"

2004 Jun 18
2
Problems with OCFSTOOL after LUN Maintenance
In installing 10g\RAC we hit an issue that has been indentified as a bug with CRS where the cluster locking files cannot be implemented under OCFS. Supposedly they work fine when implemented as Raw Devices. We needed to reclaim some space from existing LUN's to create the raw devices as we had expected to able to put all Oracle related files under OCFS (Yes, we belived the hype). This
2004 Mar 05
1
Worrisome file listings in ocfstool
We finally seem to have worked most of the kinks out of our OCFS/RAC setup, and are running a mass import to clone our production database for testing. While this has been going on, I fired up ocfstool to check out the states of the various shared volumes. In several cases, I saw (in the File Listing tab) multiple entries for some directories and files at the filesystem root. The duplicate
2006 Mar 13
1
Formatting an anova table using latex
Hi r-helpers, When I issue the command latex(anova(raw1.lmer0, raw1.lmer, raw1.lmerI), file = 'raw1.tex', rownamesTexCmd = c('baR', 'addit', 'multip'), longtable = F, dcolumn = T, booktabs = T, t able.env = F, colheads = NULL, colnamesTexCmd = c ('', 'df', 'aic', 'bic', 'logl', 'chisq', 'chisqdf',
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
Buenas noches; Además del proyecto que comenté antes y con el que sigo discutiendo, también me estoy peleando con otro... con el que también tropiezo. Necesito reordenar los datos presentados en dos columnas a filas y columnas. Los datos ideales serían algo así: Ques <- c(rep("Q1",3),rep("Q2",3),rep("Q3",3)) Info <- rep(c("aca", "ahi",
2004 Aug 23
2
Changing a node's hostname.
What steps do I need to take to change a host's name? I modified the /etc/ocfs.conf file but ocfstool still reports the old name under the "Configured Nodes" tab. I'm also wondering where ocfstool stores the partition information that it shows under the device list. I dumped a couple ocfs partitions but they still show up in ocfstool. Thanks, Don
2004 Feb 12
3
Ocfs mount issues
I am trying to mount the ocfs partitions using the following command Mount -t ocfs -o uid=oracle,gid=dba /dev/sda /ocfs01 as user oracle and group dba. However it mounts the volume as root. But if I use the ocfstool for the first and mount it as oracle:dba, the subsequent mounts using the above command line mounts the volume as oracle:dba. Is there something that I am missing or I will have
2005 Nov 13
1
Memory allocation (PR#8304)
Full_Name: Hans Kestler Version: 2.2.0 OS: 10.4.3 Submission from: (NULL) (84.156.184.101) > sam1.out<-sam(raw1[,2:23],raw1.cl,B=0,rand=124) We're doing 319770 complete permutations Error: cannot allocate vector of size 575586 Kb R(572,0xa000ed68) malloc: *** vm_allocate(size=589402112) failed (error code=3) R(572,0xa000ed68) malloc: *** error: can't allocate region
2004 Mar 02
3
Odd errors while mounting an OCFS filesystem
Hello again. I am setting up a new pair of servers to run RAC. They're connected via fibre-channel to a hardware RAID array, and both are able to see the exposed LUNs. When I create an OCFS filesystem on one node with mkfs.ocfs, I can mount it. When I try to mount from the other node, however, it fails. After that, the filesystem is left in a state where neither node can mount it. The
2008 Jul 25
1
serialize() to via temporary file is heaps faster than doing it directly (on Windows)
Hi, FYI, I just notice that on Windows (but not Linux) it is orders of magnitude (below it's 50x) faster to serialize() and object to a temporary file and then read it back, than to serialize to an object directly. This has for instance impact on how fast digest::digest() can provide a checksum. Example: x <- 1:1e7; t1 <- system.time(raw1 <- serialize(x, connection=NULL));
2003 Aug 11
1
Strange "feature"
Hi all! Doing my first steps with OCFS (1.0.9), I ran across a nifty little "feature".... We've been trying if DMP with QLogic 2300 HBAs works without having DMP activated (ok, blame on me...). ocfstool allows you to mount different partitions on the same mountpoint, but after we tried that, everything went to state "D" and we chose to reboot the whole cluster (4
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
2005 Apr 17
2
Quorum error
Had a problem starting Oracle after expanding an EMC Metalun. We get the following errors: >WARNING: OemInit2: Opened file(/oradata/dbf/quorum.dbf 8), tid = main:1024 file = oem.c, line = 491 {Sun Apr 17 10:33:41 2005 } >ERROR: ReadOthersDskInfo(): ReadFile(/oradata/dbf/quorum.dbf) failed(5) - (0) bytes read, tid = main:1024 file = oem.c, line = 1396 {Sun Apr 17 10:33:41 2005 }
2002 Sep 08
1
Designjet 1050C, JetDirect question
Any problems serving up this plotter with Samba 2.2.4? I am using RH 7.3, the plotter has a jetdirect card. I am not using samba print drivers, just passing it through raw to 192.168.21.50:raw1. Planning to let windows 98 clients use their own drivers. I couldn't get a job to print (from linux or windows). I ran out of time for today, picking up again on Monday. Any gotcha's I need to
2004 Jun 08
1
OCFS write/read across 2 nodes
Hi, If I have ocfs on 2 nodes should I be able to do the following: t=0 Node A echo "1" > /ocfsmount/a Node B cat /ocfsmount/a >>>>Question 1: At this point should I see "1"? t=1 Node A echo "2" > /ocfsmount/a Node B cat /ocfsmount/a >>>>Question 2: At this point should I see
2004 Feb 02
1
ocfs compilation error
I'm trying to compile ocfs 1.0.9 and when I execute ./configure I receive the following error msg: *** the gtk-config script installed by GTK could not be found *** If GTK wall installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG environmet variable to the *** full path to gtk-config configure: warning GTK+ not found, ocfstool will not be be built when I run
2005 Nov 17
1
Startup error- new install
Looking for any ideas where I need to look to fix this: I'm installing RHEL3 AS (update 4) on Dell PowerEdge 6850's. I've installed the hugemem kernels on these boxes and need to install and run ocfs. Kernel: ------- 2.4.21-27.0.4.ELhugemem Loaded the ocfs rpm's --------------------- # rpm -qa | grep ocfs ocfs-2.4.21-EL-smp-1.0.14-1 ocfs-support-1.1.5-1 ocfs-2.4.21-EL-1.0.14-1
2009 Apr 03
1
Could not get a raw device slot for disk access. Please free up some devices.
Hi, I'm setting up ocfs on opensuse 10.3 with kernel 2.6.22.5-31 . Appreciate if you could guide on the solution to this error. I have a secondary hard disk (80G) created raw paritions primary /dev/sdb1 - 12G extended /dev/sdb2 - 12G comprising of /dev/sdb5 - 4G /dev/sdb6 - 3G /dev/sdb7 - 5G The error is as follows: Could not get a raw device slot for disk access. Please free up some
2005 Aug 23
3
Not mounting on boot
Specs: Oracle 9.2.0.4 OS is Redhat AS2.1 ocfs-2.4.9-e-summit-1.0.12-1 ocfs-tools-1.0.10-1 ocfs-support-1.0.10-1 ocfs-2.4.9-e-enterprise-1.0.12-1 Shared Storage: Dell/EMC CX600 naviagentcli-6.19.0.4.14-1.noarch.rpm PowerPath 4.4 My system was originally installed by Dell. Since then I've upgraded the OCFS and a few other pkgs. But ever since the beginning the ocfs drives mounted on boot.
1997 Nov 19
3
print to JetDirect
Hello. I use Linux 2.0.30(Red Hat) and Samba 1.9.16p. Clients are Win95, NT Workstations and Servers. I use Linux like printserver and bridge. And I have problem with my printer HP LaserJet 4MV with JetDirect card. It print 1 test page( or another 1 page) and print after it second page: User: root Host: LINUX Class: LINUX
2002 May 14
0
samba printer driver uploading
I am running samba and I am trying to get it to upload/download printer drivers. When I go into the "Printers and Faxes" folder, or just "Printers" on win2k, it shows my 2 printers, on WinXP I right click on raw1 and go to properties, it asks to install the driver, if I click yes, it takes me through the add printer wizard, which lets me select my printer driver, but apparently