search for: encl

Displaying 20 results from an estimated 21 matches for "encl".

Did you mean: enc
2015 Feb 02
1
Very slow disk I/O
...> c0 | LSI MegaRAID SAS 9261-8i > > -- Volumes -- > -- ID | Type | Size | Status | InProgress > volume c0u0 | RAID1 1x2 | 2727G | Optimal | None > volume c0u1 | RAID6 1x8 | 16370G | Optimal | None > volume c0u2 | RAID6 1x8 | 16370G | Optimal | None > > -- Disks -- > -- Encl:Slot | vol-span-unit | Model | Status > disk 8:0 | 0-0-0 | ST33000650NS 0003 | Online, Spun Up > disk 8:1 | 0-0-1 | ST33000650NS 0003 | Online, Spun Up > disk 8:2 | 1-0-0 | ST33000650NS 0003 | Online, Spun Up > disk 8:3 | 1-0-1 | ST33000650NS 0003 | Online, Spun Up > disk 8:4 | 1-0-2...
2015 Jan 30
5
Very slow disk I/O
On 1/30/2015 1:53 AM, Gordon Messmer wrote: > On 01/29/2015 05:07 AM, Jatin Davey wrote: >> Yes , it is a SATA disk. I am not sure of the speed. Can you tell me >> how to find out this information ? Additionally we are using RAID 10 >> configuration with 4 disks. > > What RAID controller are you using? > > # lspci | grep RAID [Jatin] [root at localhost ~]# lspci |
2009 Nov 01
2
Internal error in 'ls' for pathological environments (PR#14035)
nchar(with(list(2),ls())) gives an internal error. This is of course a peculiar call (no names in the list), but the error is not caught cleanly. It is not clear from the documentation whether with(list(2)...) is allowable; if it is not, it should presumably give an error. If it is, then ls shouldn't have problems with the resulting environment. > qq <- with(list(2),ls())
2016 Feb 16
3
slightly off-topic, RAID program for on-board SAS 2308-4i ?
Does anyone know what program can be used to query the RAID status from the OS for an on-board LSI SAS 2308-4i? On this page: http://docs.avagotech.com/docs/12351997 there is a curious note on the left that reads: "Integrated MegaRAID support available upon request" After one mostly fruitless round of chatting with LSI/Avago/Broadcom and one completely fruitless round of chatting
2015 Jan 30
0
Very slow disk I/O
...# lsi-raidinfo -- Controllers -- -- ID | Model c0 | LSI MegaRAID SAS 9261-8i -- Volumes -- -- ID | Type | Size | Status | InProgress volume c0u0 | RAID1 1x2 | 2727G | Optimal | None volume c0u1 | RAID6 1x8 | 16370G | Optimal | None volume c0u2 | RAID6 1x8 | 16370G | Optimal | None -- Disks -- -- Encl:Slot | vol-span-unit | Model | Status disk 8:0 | 0-0-0 | ST33000650NS 0003 | Online, Spun Up disk 8:1 | 0-0-1 | ST33000650NS 0003 | Online, Spun Up disk 8:2 | 1-0-0 | ST33000650NS 0003 | Online, Spun Up disk 8:3 | 1-0-1 | ST33000650NS 0003 | Online, Spun Up disk 8:4 | 1-0-2 | ST33000650NS 0003 | On...
2016 Feb 16
0
slightly off-topic, RAID program for on-board SAS 2308-4i ?
...lsi-raidinfo -- Controllers -- -- ID | Model c0 | LSI MegaRAID SAS 9261-8i -- Volumes -- -- ID | Type | Size | Status | InProgress volume c0u0 | RAID10 1x2 | 2727G | Optimal | None volume c0u1 | RAID60 1x8 | 16370G | Optimal | None volume c0u2 | RAID60 1x8 | 16370G | Optimal | None -- Disks -- -- Encl:Slot | vol-span-unit | Model | Status disk 8:0 | 0-0-0 | Z291VTS5ST33000650NS 0003 | Online, Spun Up disk 8:1 | 0-0-1 | Z291VTRPST33000650NS 0003 | Online, Spun Up disk 8:2 | 1-0-0 | Z291VTKWST33000650NS 0003 | Online, Spun Up disk 8:3 | 1-0-1 | Z291VT9YST33000650NS 0003 | Online, Spun Up disk 8:4...
2015 Feb 03
0
Very slow disk I/O
...e is what i get from it. ************Output ****************** [root at localhost bin]# lsi-raidinfo -- Controllers -- -- ID | Model c0 | Cisco 12G SAS Modular Raid Controller -- Volumes -- -- ID | Type | Size | Status | InProgress volume c0u0 | RAID10 2x2 | 1816G | Optimal | None -- Disks -- -- Encl:Slot | vol-span-unit | Model | Status disk 252:1 | 0-0-0 | 9XG7TNQVST91000640NS CC03 | Online, Spun Up disk 252:2 | 0-0-1 | 9XG4M4X3ST91000640NS CC03 | Online, Spun Up disk 252:3 | 0-1-1 | 9XG4LY7JST91000640NS CC03 | Online, Spun Up disk 252:4 | 0-1-0 | 9XG51233ST91000640NS CC03 | Online, Spun Up E...
2009 Nov 01
0
Internal error in 'ls' for pathological environments (PR#14036)
...from NewEnvironment looks like an efficiency sink= , > so I would suggest that we fix do_eval (eval.c) instead, effectively doin= g l > <- l[names(l) !=3D ""]. =A0So in > > =A0 =A0case LISTSXP: > =A0 =A0 =A0 =A0env =3D NewEnvironment(R_NilValue, duplicate(CADR(args)), = encl); > =A0 =A0 =A0 =A0PROTECT(env); > =A0 =A0 =A0 =A0break; > > we need to replace the duplicate() call with something that skips the > unnamed elements. > > The only side effect I can see from such a change is the resulting > environments get a different length() than before....
2017 Nov 02
3
low end file server with h/w RAID - recommendations
On Thursday 02 November 2017 14:10:25 Bowie Bailey wrote: > If you want raid 5 or 6, then you should get a hardware controller. For > raid 1, mdadm should work just fine.? I would suggest trying it before > buying a raid controller.? If it works for you, you save a few hundred > dollars and you have one less piece of hardware to worry about. > > I haven't looked at them in
2014 Aug 25
3
Hardware raid health?
I just had an IBM in a remote location with a hardware raid1 have both drives go bad. With local machines I probably would have caught it from the drive light before the 2nd one died... What is the state of the art in linux software monitoring for this? Long ago when that box was set up I think the best I could have done was a Java GUI tool that IBM had for their servers - and that seemed like
2020 Apr 22
0
slow performance on company production server I need help
...//daisy/c8> show Unit? UnitType? Status???????? %RCmpl? %V/I/M? Stripe? Size(GB)? Cache? AVrfy ------------------------------------------------------------------------------ u0??? RAID-5??? OK???????????? -?????? -?????? 256K??? 11175.8?? Ri???? ON VPort Status???????? Unit Size????? Type? Phy Encl-Slot??? Model ------------------------------------------------------------------------------ p0??? OK???????????? u0?? 3.63 TB?? SATA? 0?? -??????????? WDC WD4005FZBX-00K5 p1??? OK???????????? u0?? 3.63 TB?? SATA? 1?? -??????????? WDC WD4005FZBX-00K5 p2??? OK???????????? u0?? 3.63 TB?? SATA? 2?? -?...
2020 Apr 22
3
slow performance on company production server I need help
...RCmpl? %V/I/M? Stripe? Size(GB)? Cache? >> AVrfy >> ------------------------------------------------------------------------------ >> u0??? RAID-5??? OK???????????? -?????? -?????? 256K??? 11175.8?? Ri???? >> ON >> >> VPort Status???????? Unit Size????? Type? Phy Encl-Slot??? Model >> ------------------------------------------------------------------------------ >> p0??? OK???????????? u0?? 3.63 TB?? SATA? 0?? -??????????? WDC >> WD4005FZBX-00K5 >> p1??? OK???????????? u0?? 3.63 TB?? SATA? 1?? -??????????? WDC >> WD4005FZBX-00K5 &gt...
2020 Apr 22
3
slow performance on company production server I need help
...y]# tw_cli /c8 show Unit? UnitType? Status???????? %RCmpl? %V/I/M? Stripe? Size(GB)? Cache? AVrfy ------------------------------------------------------------------------------ u0??? RAID-5??? OK???????????? -?????? -?????? 256K??? 11175.8?? Ri???? ON VPort Status???????? Unit Size????? Type? Phy Encl-Slot??? Model ------------------------------------------------------------------------------ p0??? OK???????????? u0?? 3.63 TB?? SATA? 0?? -??????????? WDC WD4005FZBX-00K5 p1??? OK???????????? u0?? 3.63 TB?? SATA? 1?? -??????????? WDC WD4005FZBX-00K5 p2??? OK???????????? u0?? 3.63 TB?? SATA? 2?? -?...
2005 Apr 18
1
R-2.1.0 is released
...D arrays 'x'. o r <- a %*% b no longer produces names(dimnames(r)) == c("", "") unless one of a or b has named dimnames. o Some .Internal functions that were supposed to return invisibly did not. This was behind PR#7397 and PR#7466. o eval(expr, NULL, encl) now looks up variables in encl, as eval(expr, list(), encl) always did o Coercing as.data.frame(NULL) to a pairlist caused an error. o p.adjust(p, ..) now correctly works when `p' contains NAs (or when it is of length 0 or length 2 for method = "hommel"). o 'meth...
2005 Apr 18
1
R-2.1.0 is released
...D arrays 'x'. o r <- a %*% b no longer produces names(dimnames(r)) == c("", "") unless one of a or b has named dimnames. o Some .Internal functions that were supposed to return invisibly did not. This was behind PR#7397 and PR#7466. o eval(expr, NULL, encl) now looks up variables in encl, as eval(expr, list(), encl) always did o Coercing as.data.frame(NULL) to a pairlist caused an error. o p.adjust(p, ..) now correctly works when `p' contains NAs (or when it is of length 0 or length 2 for method = "hommel"). o 'meth...
2012 Aug 23
1
Stale NFS file handle
Hi, I'm a bit curious of error messages of the type "remote operation failed: Stale NFS file handle". All clients using the file system use Gluster Native Client, so why should stale nfs file handle be reported? Regards, /jon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Apr 22
0
slow performance on company production server I need help
...t? UnitType? Status???????? %RCmpl? %V/I/M? Stripe? Size(GB)? Cache? > AVrfy > ------------------------------------------------------------------------------ > u0??? RAID-5??? OK???????????? -?????? -?????? 256K??? 11175.8?? Ri???? ON > > VPort Status???????? Unit Size????? Type? Phy Encl-Slot??? Model > ------------------------------------------------------------------------------ > p0??? OK???????????? u0?? 3.63 TB?? SATA? 0?? -??????????? WDC > WD4005FZBX-00K5 > p1??? OK???????????? u0?? 3.63 TB?? SATA? 1?? -??????????? WDC > WD4005FZBX-00K5 > p2??? OK??????????...
2008 Oct 14
1
FreeBSD 7-STABLE, isp(4), QLE2462: panic & deadlocks
...s/0x0020/info) - Firmware initialization started (PCI ID 0060/1000/1f0c/1028) mfi0: 3301 (boot + 3s/0x0020/info) - Firmware version 1.11.82-0473 mfi0: 3302 (boot + 3s/0x0008/info) - Battery Present mfi0: 3303 (boot + 3s/0x0020/info) - Package version 6.0.3-0002 mfi0: 3304 (boot + 23s/0x0004/info) - Enclosure (SES) discovered on PD 20(c None/p0) mfi0: 3305 (boot + 23s/0x0002/info) - Unexpected sense: Encl PD 20, CDB: 12 00 00 00 00 00, Sense: 70 00 06 00 00 00 00 0a 00 00 00 00 29 00 00 00 00 00 mfi0: 3306 (boot + 24s/0x0002/info) - Inserted: Encl PD 20 mfi0: 3307 (boot + 24s/0x0002/info) - Inserte...
2012 Nov 13
1
thread taskq / unp_gc() using 100% cpu and stalling unix socket IPC
...05b/1000/1f38/1028) mfi0: 1830 (boot + 4s/0x0020/info) - Firmware version 3.130.05-1587 mfi0: 1831 (boot + 5s/0x0008/info) - Battery Present mfi0: 1832 (boot + 5s/0x0020/info) - Package version 21.0.2-0001 mfi0: 1833 (boot + 5s/0x0020/info) - Board Revision A00 mfi0: 1834 (boot + 19s/0x0004/info) - Enclosure PD 20(c None/p1) communication restored mfi0: 1835 (boot + 19s/0x0002/info) - Inserted: Encl PD 20 usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen0.1: <Intel> at usbus0 uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0 ugen1.1: &l...
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running on the host or in a separate VM, to control the execution of other VM-s (pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.), alter the page access bits in the shadow page tables (only for the hardware backed ones, eg. Intel's EPT) and receive notifications when events of interest have taken place