search for: dmp

Displaying 20 results from an estimated 86 matches for "dmp".

Did you mean: dma
2007 Jan 10
2
using veritas dmp with ZFS (but not vxvm)
We have some HDS storage that isn''t supported by mpxio, so we have to use veritas dmp to get multipathing. Whats the recommended way to use DMP storage with ZFS. I want to use DMP but get at the multipathed virtual luns at as low a level as possible to avoid using vxvm as much as possible. I figure theres no point in having overhead from 2 volume manages if we can avoid it. Has a...
2004 Dec 27
7
[Bug 2187] rsync large file getting verification failed using -z
https://bugzilla.samba.org/show_bug.cgi?id=2187 ------- Additional Comments From qiucheng@csc.com.cn 2004-12-27 01:15 ------- Created an attachment (id=869) --> (https://bugzilla.samba.org/attachment.cgi?id=869&action=view) error log -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact
2006 Sep 28
2
Question: vxvm/dmp or zfs/mpxio
Hello experts, My client is thinking about changing one of their servers running Solaris 8 (NIS Hub to mention something) to a server running Solaris 10. The question that i have given is to check the differences or if you wish the status/stability of changing VXvm with DMP (Dynamic Multi Pathing) to a system with ZFS and MPXio. I have made my share of RTFM but not come any closer to an answer. So now i am turning to you guys! Is ZFS/mpxio strong enough to be an alternativ to VXvm/Dmp today? Has anyone done this change and if so, what was your experiance? Regards,...
2009 Feb 08
1
ZFS with Veritas DMP?
Hi, I''m aware that if we talking about DMP on Solaris the preferred way is to use MPxIO, still I have a question if any of you got any experience with ZFS on top of Veritas DMP? Does it work? Is it supported? Any real life experience/tests in this subject? Regards, sendai -- This message posted from opensolaris.org
2006 Nov 28
1
Can anyone read a S-PLUS .dmp file for me?
Hi WizaRds, I tried reading the S-PLUS file ftp://ftp.research.att.com/dist/bayes-meta/hblm.dmp into R using data.restore("hblm.dmp") but I got an error: Error in attributes(value) <- thelist[-match(c(".Data", ".Dim", ".Dimnames", : row names must be 'character' or 'integer', not 'double' In additi...
2007 Jun 11
0
Reading old S-plus dmp files
I'm sorry that this question has been asked before but I ask it again because in the archives I didn't see a solution. It's an old S-plus dmp file for a hierarchical bayes linear model program written by DuMouchel and available publicly and freely at: ftp://ftp.research.att.com/dist/bayes-meta/hblm.dmp Only problem is that it cannot be read in R, even using the functions of the library foreign to read dmp files. Does anyone know a worka...
2001 Dec 21
0
read.table and as.vector (Was error message: "Error in model.frame")
Hi all, I figured out some things about an earlier question I posted today; this is a new question: I have a for-loop in which I have the following lines for (i in list.files(pattern = "*.dmp")) { currentfile <- read.table(i) vecrawrts <- as.vector(currentfile$V3) ... } Now, vecrawrts is numeric, but if I run the script on all the files with extension .dmp, I get the error message > for (i in list.files(pattern = "*.dmp")) { currentfile <- read.t...
2010 Dec 03
2
difference between linear model & scatterplot matrix
Dear R-users, I'm studing a DB, structured like this (just a little part of my dataset): _____________________________________________________________________________________________________________ Site Latitude Longitude Year Tot-Prod Total_Density dmp Dendoudi-1 15.441964 -13.540179 2005 3271.16 1007 16993.25 Dendoudi-2 15.397321 -13.611607 2005 1616.84 250 25376.67 ? ? ? ? ? ? ? _____________________________________________________________________________________________________________ If I ma...
2018 Mar 05
0
[Bug 13317] rsync returns success when target filesystem is full
...h/000000010000005E00000017 [postgres at hades ~]$ du -h arch/000000010000005E00000017 362K arch/000000010000005E00000017 Here's example of dd exceeding the quota; however, it ends up with a truncated file instead of it being sparse. [postgres at hades ~/arch]$ dd if=/dev/random of=test.dmp bs=256k ^C3080+0 records in 2+6156 records out 807403520 bytes transferred in 10.843296 secs (74461081 bytes/sec) [postgres at hades ~/arch]$ ls -lh test.dmp -rw-r--r-- 1 postgres postgres 384K Mar 5 18:05 test.dmp [postgres at hades ~/arch]$ du -h test.dmp 393K test.dmp -- You are rece...
2001 Dec 20
0
error message: "Error in model.frame"
...script (called newresiduals.R, the code is in the above directory; I wanted to avoid cluttering up this message) that is run in the following manner at the command prompt: R --vanilla "wordlen-2-01-g1" < newresiduals.R What it does is: it goes through a bunch of files with extension .dmp, and (a) calculates residuals by doing residuals(lm(...)), using the vector version of wordlen-2-01-g1 as the independent variable, and the vector version of the third column of each .dmp file as the dependent variable, (b) adds a new column to the original .dmp file, containing the residuals. The...
2002 Apr 02
1
ext3 fs unable to stat
Hi, I am running RH 7.2 (professional release 2.4 kernel) I have a ext3 file system which stores large oracle "dump files" over 4GB. We write to it via NFS which is working great, the problem is when we issue a file largefile.dmp from the linux box it fails on anything over 4GB stating that can't stat 'largefile.dmp' (value too large for defined data type). We can do the same command on the NFS mount on an HP 11.0 server and it works fine. We have "journaling" turned on , what are we missing on the l...
2011 May 27
3
Rsync "file too large (27)"
Hi, I'm getting the following error occasional and can't find out why; 05/14/2011 09:28:51 rsyncing /dbtmp to /dbtmp.new (1st pass) .... rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32) rsync: write failed on "/dbtmp.new/file.dmp": File too large (27) rsync error: error in file IO (code 11) at receiver.c(258) [receiver=2.6.9] rsync: connection unexpectedly closed (178 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(453) [generator=2.6.9] rsync: connection unexpected...
2006 Dec 17
0
hblm program: porting from Splus to R
I am replying to the email below my signature; it is nominally about dmp files, but apparently specific to problems with Bill DuMouchel's hblm program. I have been using this program on Splus for years, and ran into some of the same problems Jack did in trying to get it into R. I talked with Bill about it, and he didn't know that there would be any problems; h...
2007 Jul 18
3
dates() is a great date function in R
...he dates() function. Below is my code for performing this activity, concerning an R data file called ss, ss holds the Julian dates, illustrated below from the column MPdate, >ss$MPdate[1:5] [1] 34252 34425 34547 34759 34773 The dates() function makes calendar dates from Julian dates, >dmp<-dates(ss$MPdate,origin=c(month = 1, day = 1, year = 1900)) > dmp[1:5] [1] 10/12/93 04/03/94 08/03/94 03/03/95 03/17/95 I would appreciate the comments of more sophisticated programmers who can suggest streamlining or shortcutting this operation. regards, Don -- View this message in...
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 nodes). After rebooting, ocfstool...
2003 Mar 22
5
CYGWIN Rsync exclude/include problem
...#Exclude /files and other folders?? in Inetpub + /Plus11/ + /Plus11/MYOBData/ + /Plus11/Forms/ + /Plus11/Old*/ #Include folders that start with Old - /Plus11/* + /rsync/ - *.tmp #Exclude all *.tmp files - Temp/ #Exclude all Temp folders - UserData/ #Exclude all UserData folders - *.dmp - Temporary Internet Files/ - cache/ - RECYCLER/ - Help/ - /* #exclude not specifically included files * folders in the root.
2007 Feb 01
2
OpenSSH port to the .Net Platform
...to perform such a port. I have nothing against Java and would welcome a similar effort from that arena. I am tempted to suggest Java / J# only, but I feel that would alienate many c# users. Any information or advice would be appreciated. Please bcc: this eMail address in any replies. Thanks! dmp ____________________________________________________________________________________ Never Miss an Email Stay connected with Yahoo! Mail on your mobile. Get started! http://mobile.yahoo.com/services?promote=mail
2005 Jul 07
3
samba + xp "Delayed Write Failed"
Hello! Hardver: Windows XP Compaq Proliant DL360, Linux Compaq Proliant DL380. 2 pieces of processors Intel Xeon 3,2GHz, 2GB RAM, 6 gigabit interface (2 tg3, 4 e1000), Debian Woody, 2.4.31 vanilla kernel. 6 U320 SCSI 15krpm HDD, 2 HDD RAID1 system, 4 HDD RAID1+0 data. Every network cards connect at speed of 1000MB full duplex, with XP crosscable (but we've tried with gigabit switch, too, we
2006 Mar 14
2
Date problem
Hello, I have some "stupid" problems managing "date" data. I have a colomn "date", which I converted from a character representation: for example: a="26/02/06" date=strptime(a,format="%d/%m/%y") For one part of the analysis, I'm interested only in the month and the year, so I did: m.y=strftime(date,format="%m/%y") This returns me
2013 Apr 30
3
[LLVMdev] Improving the usability of LNT
...ps: Add a Geomean button to plot the geomean of all the workloads instead of separate plots for each workload. If you feel that some of these improvements are valuable, then I can create patches and upload them in Phabricator for review. Thanks! With regards, Sriram -- Sriram Murali SSG/DPD/ECDL/DMP +1 (519) 772 - 2579 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130430/4bc62159/attachment.html>