search for: naa

Displaying 20 results from an estimated 69 matches for "naa".

Did you mean: na
2013 Oct 07
2
Need help with plotting the graph
...h 12 day 22 svn rev 57956 language R version.string R version 2.14.1 (2011-12-22) I just few days back started using R for basic statistical analysis. I want to plot the graph of following information > df disk vmfs vmdk IOPS BW 1 naa.5000a7203007ed8f 3 eager 16886.77 65.96393 2 naa.5000a7203007ed8f 3 lazy 44623.15 174.3092 3 naa.5000a7203007ed8f 5 eager 16767.53 65.49815 4 naa.5000a7203007ed8f 5 lazy 45891.55 179.2639 > str(df) 'data.frame': 4 obs. of 5 variables: $ disk:List of 4 ..$ : chr &quo...
2020 Jan 04
0
CentOS 7 as a Fibre Channel SAN Target
...# python --version Python 2.7.5 Libs: Installed Packages python-configshell.noarch 1:1.1.fb25-1.el7 @base python-rtslib.noarch 2.1.fb69-3.el7 @base python-rtslib-doc.noarch 2.1.fb69-3.el7 @base The error comes up when using create. /> /qla2xxx create naa.xxxxxxxxxxxxxxx Could not create Target in configFS Below is the info on my FC /> qla2xxx/ info Fabric module name: qla2xxx ConfigFS path: /sys/kernel/config/target/qla2xxx Allowed WWN types: naa Allowed WWNs list: naa.xxxxxxxxxxxxxxx, naa.xxxxxxxxxxxxxxx, naa.xx...
2019 Jan 11
1
CentOS 7 as a Fibre Channel SAN Target
For quite some time I?ve been using FreeNAS to provide services as a NAS over ethernet and SAN over Fibre Channel to CentOS 7 servers each using their own export, not sharing the same one. It?s time for me to replace my hardware and I have a new R720XD that I?d like to use in the same capacity but configure CentOS 7 as a Fibre Channel target rather than use FreeNAS any further. I?m doing
2008 Mar 30
1
Second & subsequent calls to function fails. Please help debug.
...t I ran debug() on the call: debug(tukey.nonadd.test) tukey.nonadd.test(ov.lm) debugging in: tukey.nonadd.test(ov.lm1) debug: { envir <- environment(formula(m)) dd <- eval(m$call$data, envir) subs <- eval(m$call$subset, envir) wgts <- eval(m$call$weights, envir) naa <- m$call$na.action dd <- data.frame(dd, preds.sq = predict(m, dd)^2) uf <- update.formula(formula(m$terms), ~. + preds.sq) environment(uf) <- environment(NULL) mup <- if (is.null(naa)) lm(uf, data = dd, subset = subs, weights = wgts) else lm(uf, dat...
2005 Jul 01
2
the format of the result
I write a function to get the frequency and prop of a variable. freq<-function(x,digits=3) {naa<-is.na(x) nas<-sum(naa) if (any(naa)) x<-x[!naa] n<-length(x) ta<-table(x) prop<-prop.table(ta)*100 res<-rbind(ta,prop) rownames(res)<-c("Freq","Prop") cat("Missing value(s) are",nas,".\n") cat("Valid case(s) are",n,".\n...
2013 Oct 01
1
sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow
Hello, I updated our main server to 9.2-STABLE today and afterwards I noticed a bunch of these messages, does anyone know what they mean? I was unable to find anything on this error message. Things appear to be working OK so far. Sep 30 22:08:56 illidan kernel: sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow: 193 already in queue awaiting acceptance Sep 30 22:12:27 illidan kernel:
2002 Mar 29
1
expand.model.frame fails when call creating model has no data (PR#1423)
...to do what I think it's supposed to do by replacing the line rval <- eval(call("model.frame", ff, data = data, subset = subset, na.action = I), envir) with rval <- if (is.null(data)) eval(call("model.frame", ff, subset = subset, na.action = naa), envir) else eval(call("model.frame", ff, data = data, subset = subset, na.action = naa), envir) --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = x86 os = Win32 system = x86, Win32 status = major = 1 minor = 4.1 year...
2001 Jun 14
1
expand.model.frame() fails when subset is specified (PR#979)
...-1.2.3/src/library /base/R/expand.model.frame.R *** R-1.2.3.orig/src/library/base/R/expand.model.frame.R Mon Jun 11 16:30 :51 2001 --- /home/warneg/R-src/R-1.2.3/src/library/base/R/expand.model.frame.R Mon Jun 11 16:30:51 2001 *************** *** 18,27 **** if (!na.expand){ naa <- model$call$na.action subset <- model$call$subset ! rval <- model.frame(ff, data=data, subset=subset, na.action=naa) } else { subset <- model$call$subset ! rval <- model.frame(ff, data=data, subset=subset, na.action=I) oldmf <-...
2002 Nov 02
1
problem with expand.model.frame
...bset = NULL, na.action = NULL) 5: model.frame(prestige ~ income + I(education^2) + (prestige + income + education), data = NULL, subset = NULL, na.action = NULL) 4: eval(expr, envir, enclos) 3: eval(call("model.frame", ff, data = data, subset = subset, na.action = naa), envir) 2: expand.model.frame(model, all.vars(formula(model))) 1: fun(mod.2) Yet the environment of the model formula for mod.2 (which is the default environment for expand.model.formula) is the global environment, and the variable prestige is accessible (via the attached da...
2001 Jun 14
1
expand.model.frame() fails when subset is specified (PR# 979)
...{ ## don't use model$call$formula -- it might be a variable name f <- formula(model) ! data <- eval(model$call$data, envir) # new formula (there must be a better way...) ff <- foo ~ bar + baz *************** *** 18,27 **** if (!na.expand){ naa <- model$call$na.action subset <- model$call$subset ! rval <- model.frame(ff, data=data, subset=subset, na.action=naa) } else { subset <- model$call$subset ! rval <- model.frame(ff, data=data, subset=subset, na.action=I) oldmf <-...
2011 Jun 22
3
Help Needed on Merging Columns by Summation
...head(oligo) ko:K00001 ko:K00003 ko:K00005 ko:K00008 ko:K00009 ko:K00010 ko:K00012 AAA 370 631 365 67 164 455 491 KAA 603 1208 170 157 68 495 922 NAA 60 110 10 7 44 51 94 DAA 183 802 41 62 26 166 263 CAA 58 12 58 1 1...
2019 Aug 16
3
Failing to join existing AD as DC
On 16/08/2019 15:02, L.P.H. van Belle via samba wrote: > Naa.. Not needed to reinstall. > > His setup is better then most i see here. > He could do. > > apt-get remove --autoremove --purge samba winbind > > And reinstall samba, that should be sufficient. > But stopping samba-ad-dc and removing the files for the /var/{lib,cache}/samba...
2002 Mar 29
0
further on use of expand.model.frame
...lem by making a change to expand.model.frame, replacing the line rval <- eval(call("model.frame", ff, data = data, subset = subset, na.action = I), envir) with rval <- if (is.null(data)) eval(call("model.frame", ff, subset = subset, na.action = naa), envir) else eval(call("model.frame", ff, data = data, subset = subset, na.action = naa), envir) This looks to me like a bug (I'm filing a report), but in any event I've solved my problem. Thanks for your attention, John ---------------------------------------...
2010 Jun 03
2
two columns into one
...e from two variables incorporating all possible combinations of the values?? test<-sample(c("A",NA,"B"),100,replace=T) test2<-sample(c("E",F,"A"),100,replace=T) tes<-cbind(test,test2) pseduocode: r<-function(test,test2) r AE AF AA NAE NAF NAA BE BF BA //M [[alternative HTML version deleted]]
2002 Dec 21
2
external journal
...in two different devices (which would have to be on the same two disks in any case) /dev/mdwhatever1 and /dev/mdwhatever2? Thanks in advance, Norman Schmidt. -- -- Norman Schmidt Institut für Physikal. u. Theoret. Chemie cand. chem. Friedrich-Alexander-Universitaet schmidt@naa.net Erlangen-Nuernberg
2012 Jul 12
1
[patch 2/3 -next] tcm_vhost: strlen() doesn't count the terminator
...host/tcm_vhost.c @@ -1254,7 +1254,7 @@ static ssize_t tcm_vhost_tpg_store_nexus( * the fabric protocol_id set in tcm_vhost_make_tport(), and call * tcm_vhost_make_nexus(). */ - if (strlen(page) > TCM_VHOST_NAMELEN) { + if (strlen(page) >= TCM_VHOST_NAMELEN) { pr_err("Emulated NAA Sas Address: %s, exceeds" " max: %d\n", page, TCM_VHOST_NAMELEN); return -EINVAL;
2012 Jul 12
1
[patch 2/3 -next] tcm_vhost: strlen() doesn't count the terminator
...host/tcm_vhost.c @@ -1254,7 +1254,7 @@ static ssize_t tcm_vhost_tpg_store_nexus( * the fabric protocol_id set in tcm_vhost_make_tport(), and call * tcm_vhost_make_nexus(). */ - if (strlen(page) > TCM_VHOST_NAMELEN) { + if (strlen(page) >= TCM_VHOST_NAMELEN) { pr_err("Emulated NAA Sas Address: %s, exceeds" " max: %d\n", page, TCM_VHOST_NAMELEN); return -EINVAL;
2008 Nov 03
1
dev2bitmap: extra missing
Hi, I don't know if I am the first one to report the problem: in 2.8.0 dev2bitmap gained aa support, but "extra" is null if neither taa nor naa is specified. > dev2bitmap("plot.pdf",type="pdfwrite") Error in paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q -sDEVICE=", type, : object "extra" not found > dev2bitmap("plot.pdf",type="pdfwrite",taa=4) > I guess a useful def...
2013 Sep 07
1
Re: Error Attaching Seventh VirtIO-SCSI Device to Guest
...ication page Designation descriptor number 1, descriptor length: 24 designator_type: vendor specific [0x0], code_set: ASCII associated with the addressed logical unit vendor specific: 22b0daf285d88050fd39 Designation descriptor number 2, descriptor length: 12 designator_type: NAA, code_set: Binary associated with the addressed logical unit << unexpected naa [0xd]>> 00 da f2 85 d8 80 50 fd 39 .....P.9 [root@node1 ~]# One other detail, I am defining the scsi controller using the virt-install command. --jim
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
.................. [ramdisk activated] o- ramdisk8 .............................................. [ramdisk activated] o- ramdisk9 .............................................. [ramdisk activated] /> ls vhost/ o- vhost ........................................................... [8 Targets] o- naa.60014053fd613910 ............................... [naa.600140539e23ee71] | o- luns ........................................................... [4 LUNs] | o- lun0 ...................................... [rd_mcp/ramdisk5 (ramdisk)] | o- lun1 ..................................... [rd_mcp/ramdi...