search for: megacli64

Displaying 20 results from an estimated 26 matches for "megacli64".

Did you mean: megacli
2019 Apr 17
0
A strange situation with MegaCli64 and smartctl
...ut a new filesystem on it, but here's what's odd: if I do smartctl -a -d megaraid,x /dev/sda, where x=drive number, for all the other drives, I get smart info. For those three, I get Smartctl open device: /dev/sda [megaraid_disk_11] failed: INQUIRY failed However, if I run any commend with MegaCli64, it sees the drives fine. It's as though smartctl has cached some info, somewhere.... Any thoughts? NOTE: after a good bit of searching online, I found someone's cmts that on *some* cards, the drive number starts at 8. Oh, and when I tried that, I got "enclosure", and the actual...
2015 Feb 02
1
Very slow disk I/O
...015 9:44 AM, John R Pierce wrote: > On 1/29/2015 7:21 PM, Jatin Davey wrote: >> [root at localhost ~]# lspci | grep RAID >> 05:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 >> 3108 [Invader] (rev 02) > > to get info out of those, you need to install MegaCli64 from LSI > Logic, which has the ugliest command lines and output you've ever seen. > > I use the python script below, which I put in /root/bin/lsi-raidinfo > and chmod +x it, then run it like this.. > > # lsi-raidinfo > -- Controllers -- > -- ID | Model > c0 | LSI M...
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 |
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
2018 Jul 10
2
Semi-OT: LSI raid card sorta....
I've got a box running C7, just updated (yesterday). It had an onboard RAID controller, and an HBA. I just installed a new, additional RAID card, all LSI. MegaCli64 only sees one controller. I can't seem to find the magic to see the others. I *know* the new card is a MegaRAID - the box it came in says so. The system sees it 1:00.0 RAID bus controller: LSI Logic / Symbios Logic SAS1078 PCI-Express Fusion-MPT SAS (rev 04) 42:00.0 RAID bus controller: LSI Log...
2015 Jan 30
0
Very slow disk I/O
On 1/29/2015 7:21 PM, Jatin Davey wrote: > [root at localhost ~]# lspci | grep RAID > 05:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 > 3108 [Invader] (rev 02) to get info out of those, you need to install MegaCli64 from LSI Logic, which has the ugliest command lines and output you've ever seen. I use the python script below, which I put in /root/bin/lsi-raidinfo and chmod +x it, then run it like this.. # lsi-raidinfo -- Controllers -- -- ID | Model c0 | LSI MegaRAID SAS 9261-8i -- Volumes -- -- ID |...
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
2016 Feb 16
0
slightly off-topic, RAID program for on-board SAS 2308-4i ?
...nclsl = '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/MegaCli64 pdrbld showprog physdrv['+str(enclnum)+':'+str(slotnum)+'] a'+str(controllerid)+' nolog' ll = getOutput(cmd2) state += ' completed ' + re.sub(r'Rebuild Progress.*Completed', '', ll[0]).strip(); if re.ma...
2018 Jul 10
1
Semi-OT: LSI raid card sorta....
...rman wrote: > On Tue, Jul 10, 2018 at 12:37 PM, mark <m.roth at 5-cent.us> wrote: > >> I've got a box running C7, just updated (yesterday). It had an onboard >> RAID controller, and an HBA. I just installed a new, additional RAID >> card, all LSI. >> >> MegaCli64 only sees one controller. I can't seem to find the magic to >> see the others. I *know* the new card is a MegaRAID - the box it came in >> says so. The system sees it 1:00.0 RAID bus controller: LSI Logic / >> Symbios Logic SAS1078 PCI-Express >> Fusion-MPT SAS (rev 04)...
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
2015 Jan 06
2
Hardware raid LSI Megaraid not working since Centos 6.6
...> LSI firmware revision. My firmware seems to be more up to date. Anyway, I will try to update firmware. I have to check how to do that. # dmesg |grep LSI scsi4 : LSI SAS based MegaRAID driver scsi 4:2:0:0: Direct-Access LSI MR9260-4i 2.13 PQ: 0 ANSI: 5 # /opt/MegaRAID/MegaCli/MegaCli64 -ShowSummary -aAll System Operating System: Linux version 2.6.32-431.29.2.el6.x86_64 Driver Version: 06.700.06.00-rh1 CLI Version: 8.07.14 Hardware Controller ProductName : LSI MegaRAID SAS 9260-4i(Bus 0, Dev 0) SAS Address : 500605b008a3...
2016 Feb 17
1
slightly off-topic, RAID program for on-board SAS 2308-4i ?
...Logical Volume 3000 PQ: 0 ANSI: 6 scsi 0:1:0:0: RAID1: handle(0x0143), wwid(0x0dafbe8ecd4f4330), pd_count(2), type(SSP) scsi 0:1:0:0: qdepth(128), tagged(1), simple(1), ordered(0), scsi_level(7), cmd_que(1) ** So, one of these must be true: 1) The machine came from HP with the IR firmware, yet MegaCli64 does not work on the 2308-4i. For the record, it dies because /dev/megaraid_sas_ioctl_node is not created when MegaCli64 is run, as it is on PowerEdge machines. 2) The machine came from HP with the IT firmware, yet there is some way to create a RAID-1 in the BIOS with it. 3) There's somethin...
2018 Jul 10
0
Semi-OT: LSI raid card sorta....
...lle St., Suite 4-100, Chicago, IL 60604 On Tue, Jul 10, 2018 at 12:37 PM, mark <m.roth at 5-cent.us> wrote: > I've got a box running C7, just updated (yesterday). It had an onboard > RAID controller, and an HBA. I just installed a new, additional RAID card, > all LSI. > > MegaCli64 only sees one controller. I can't seem to find the magic to see > the others. I *know* the new card is a MegaRAID - the box it came in says > so. The system sees it > 1:00.0 RAID bus controller: LSI Logic / Symbios Logic SAS1078 PCI-Express > Fusion-MPT SAS (rev 04) > 42:00.0 RAI...
2016 May 06
7
OT: hardware: MegaCli and initializing a RAID
Got a new box I'm trying to set up. I configured the RAID from the firmware, but "fast initialize" was sitting there at 0% (it's about 43 or 45TB). The first time I tried this, I said background, and rebooted the system. And the stupid annoying alarm started up as the system came up. This time, having *finally* figured out how to set up hot spares from the WebBIOS, I suspended
2019 Jul 01
5
raid 5 install
On Jul 1, 2019, at 7:56 AM, Blake Hudson <blake at ispn.net> wrote: > > I've never used ZFS, as its Linux support has been historically poor. When was the last time you checked? The ZFS-on-Linux (ZoL) code has been stable for years. In recent months, the BSDs have rebased their offerings from Illumos to ZoL. The macOS port, called O3X, is also mostly based on ZoL. That leaves
2015 Jan 05
7
Hardware raid LSI Megaraid not working since Centos 6.6
Happy new year ! We have a SuperMicro server with a LSI MegaRAID 9260-4i controller. Since Centos 6.6 update (kernel 2.6.32-504), the controller doesn't initialize at boot. Reverting to kernel 2.6.32-431 allows server to boot fine. The server can't boot due to a bug in LSI megaraid module. Boot log ends by a lot of lines: RESET_GEN2: retry=xxx, hostdiag=a4 I tried Centos 6.6
2015 Jan 05
0
Hardware raid LSI Megaraid not working since Centos 6.6
...SI CORP SAS2X36 0717 PQ: 0 ANSI: 5 scsi 1:2:0:0: Direct-Access LSI MR9261-8i 2.12 PQ: 0 ANSI: 5 scsi 1:2:1:0: Direct-Access LSI MR9261-8i 2.12 PQ: 0 ANSI: 5 scsi 1:2:2:0: Direct-Access LSI MR9261-8i 2.12 PQ: 0 ANSI: 5 # /opt/MegaRAID/MegaCli/MegaCli64 -ShowSummary -aAll System Operating System: Linux version 2.6.32-504.1.3.el6.x86_64 Driver Version: 06.803.01.00-rh1 CLI Version: 8.02.16 Hardware Controller ProductName : LSI MegaRAID SAS 9261-8i(Bus 0, Dev 0) SAS Add...
2015 Feb 03
0
Very slow disk I/O
...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 bin]# lsi-raidinfo >>>> sh: /opt/MegaRAID/MegaCli/MegaCli64: No such file or directory >>>> -- Controllers -- >>> >>> as I said, you need to install the MegaCli software from LSI so you >>> can manage the raid card. >> I am using a server which has a Cisco 12G SAS Modular Raid Controller >> , So wonderin...
2016 May 06
0
OT: hardware: MegaCli and initializing a RAID
...This time, having*finally* figured out how to set up hot spares from the > WebBIOS, I suspended the fast initialization, and brought the system up. > > Googling, I can't find a command to continue the initialization. Anyone > know of one, or is what I want to do rebuild the RAID? MegaCli64, which has to be installed. the command lines are awful. -- john r pierce, recycling bits in santa cruz
2016 Jul 28
0
SAS drive not showing [SOLVED]
...cing on other servers. This just wouldn't show as /dev/sdx, the way the SATA did. The solution: a script I found on the 'Net lsi.sh, which depends on you having MegaRaid on the box, shows the four drives, but that one was listed as "unconfigured good". What I needed to do was use MegaCLI64 to first display foreign configurations... and regardless of the other three SATA drives, did show only one, and that was from this SAS drive. I then did a clear foreign configuration. After that, I could use PDMakeJBOD, and all is wonderful. mark