Displaying 20 results from an estimated 21 matches for "encls".
Did you mean:
enclos
2015 Feb 02
1
Very slow disk I/O
...nDiskInfo(output,controllerid,currentarrayid):
> arrayid = False
> oldarrayid = False
> olddiskid = False
> table = []
> state = 'Offline'
> model = 'Unknown'
> enclnum = 'Unknown'
> slotnum = 'Unknown'
> enclsl = 'Unknown'
>
> firstDisk = True
> for line in output:
> if re.match(r'Firmware state: .*$',line.strip()):
> state = line.split(':')[1].strip()
> if re.match(r'Rebuild',state):
> cmd2 = ...
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
...pe,size,state,inprogress]
def returnDiskInfo(output,controllerid,currentarrayid):
arrayid = False
oldarrayid = False
olddiskid = False
table = []
state = 'Offline'
model = 'Unknown'
enclnum = 'Unknown'
slotnum = 'Unknown'
enclsl = 'Unknown'
firstDisk = True
for line in output:
if re.match(r'Firmware state: .*$',line.strip()):
state = line.split(':')[1].strip()
if re.match(r'Rebuild',state):
cmd2 = '/opt/MegaRAID/MegaCli/Mega...
2016 Feb 16
0
slightly off-topic, RAID program for on-board SAS 2308-4i ?
...pe,size,state,inprogress]
def returnDiskInfo(output,controllerid,currentarrayid):
arrayid = False
oldarrayid = False
olddiskid = False
table = []
state = 'Offline'
model = 'Unknown'
enclnum = 'Unknown'
slotnum = 'Unknown'
enclsl = 'Unknown'
firstDisk = True
for line in output:
if re.match(r'Firmware state: .*$',line.strip()):
state = line.split(':')[1].strip()
if re.match(r'Rebuild',state):
cmd2 = '/opt/MegaRAID/MegaCli/Mega...
2015 Feb 03
0
Very slow disk I/O
On 2/2/2015 10:32 AM, John R Pierce wrote:
> On 2/1/2015 8:25 PM, Jatin Davey wrote:
>>
>> On 2/2/2015 9:25 AM, John R Pierce wrote:
>>> On 2/1/2015 7:31 PM, Jatin Davey wrote:
>>>>
>>>> I ran your script and here is the output for it:
>>>>
>>>> Start of the Output***************************
>>>> [root at localhost
2009 Nov 01
0
Internal error in 'ls' for pathological environments (PR#14036)
On Sun, Nov 1, 2009 at 6:02 AM, Peter Dalgaard <p.dalgaard at biostat.ku.dk> w=
rote:
> macrakis at alum.mit.edu wrote:
>>
>> 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
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
Correct, 3ware 9670SE SATA-II Raid PCIe
[root at daisy dev]# lspci
00:00.0 Memory controller: NVIDIA Corporation CK804 Memory Controller
(rev a3)
00:01.0 ISA bridge: NVIDIA Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: NVIDIA Corporation CK804 SMBus (rev a2)
00:02.0 USB controller: NVIDIA Corporation CK804 USB Controller (rev a2)
00:02.1 USB controller: NVIDIA Corporation CK804 USB
2020 Apr 22
3
slow performance on company production server I need help
>> Hello Everyone,
>>
>> Since rebooting my Centos 6.10 Openvz server "daisy" yesterday, I am
>> getting horrible system performance.? /var/log/messages is full of
>> HDIO_GET_IDENTITY failed for /dev/sdb.? The latest entries look like
>> this:
>>
>> Apr 22 08:51:32 daisy kernel: [141224.655699] CT: 1005: stopped
>> Apr 22 08:55:04
2020 Apr 22
3
slow performance on company production server I need help
Hello Everyone,
Since rebooting my Centos 6.10 Openvz server "daisy" yesterday, I am
getting horrible system performance.? /var/log/messages is full of
HDIO_GET_IDENTITY failed for /dev/sdb.? The latest entries look like this:
Apr 22 08:51:32 daisy kernel: [141224.655699] CT: 1005: stopped
Apr 22 08:55:04 daisy ata_id[21513]: HDIO_GET_IDENTITY failed for '/dev/sdb'
Apr 22
2005 Apr 18
1
R-2.1.0 is released
I've rolled up R-2.1.0.tar.gz a short while ago. This version contains
several substantial changes and additions, perhaps most notably the
UTF8 and Internationalization changes. See the full list of changes
below.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.1.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you. Binaries
for various platforms will appear in
2005 Apr 18
1
R-2.1.0 is released
I've rolled up R-2.1.0.tar.gz a short while ago. This version contains
several substantial changes and additions, perhaps most notably the
UTF8 and Internationalization changes. See the full list of changes
below.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.1.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you. Binaries
for various platforms will appear in
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
> Hello Everyone,
>
> Since rebooting my Centos 6.10 Openvz server "daisy" yesterday, I am
> getting horrible system performance.? /var/log/messages is full of
> HDIO_GET_IDENTITY failed for /dev/sdb.? The latest entries look like this:
>
> Apr 22 08:51:32 daisy kernel: [141224.655699] CT: 1005: stopped
> Apr 22 08:55:04 daisy ata_id[21513]: HDIO_GET_IDENTITY
2008 Oct 14
1
FreeBSD 7-STABLE, isp(4), QLE2462: panic & deadlocks
Hello everybody,
we recently got three Dell PowerEdge servers equipped with Qlogic
QLE2462 cards (dual FC 4Gbps ports) and an EMC CLARiiON CX3-40 SAN.
The servers with the FC cards were successfully and extensively
tested with an older SUN StorEdge T3 SAN.
However, when we connect them to the CX3-40, create and mount a new
partition and then do something as simple as "tar -C /san -xf
2012 Nov 13
1
thread taskq / unp_gc() using 100% cpu and stalling unix socket IPC
Hi there
We have a pair of servers running FreeBSD 9.1-RC3 that act as transparent layer 7 loadbalancer (relayd) and pop/imap proxy (dovecot). Only one of them is active at a given time, it's a failover setup. From time to time the active one gets in a state in which the 'thread taskq' thread uses up 100% of one cpu on its own, like here:
----
PID USERNAME PRI NICE SIZE
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