search for: 7902b

Displaying 6 results from an estimated 6 matches for "7902b".

Did you mean: 7902
2017 Apr 29
2
SCSI drives and Centos 7
...look at > the board today, but the contents of /proc/scsi/scsi is : what does `lspci` have to say about this raid card ? John, Thanks for the prompt : lspci demonstrates : 02:01.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID (rev 01) 02:02.0 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10) 02:02.1 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10) Greg
2017 Apr 30
2
SCSI drives and Centos 7
...PM, Gregory P. Ennis wrote: > what does `lspci` have to say about this raid card ? > > John, > > Thanks for the prompt : > > lspci demonstrates : > > 02:01.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID (rev 01) > 02:02.0 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10) > 02:02.1 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10) could you try `lspci -nn`, this will return the vendor/device ID, which will pin down which megaraid it is. but, I'm afraid the answer is, that hardware is way over 10 years old, and support has been droppe...
2017 Apr 29
0
SCSI drives and Centos 7
...PM, Gregory P. Ennis wrote: > what does `lspci` have to say about this raid card ? > > John, > > Thanks for the prompt : > > lspci demonstrates : > > 02:01.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID (rev 01) > 02:02.0 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10) > 02:02.1 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10) could you try `lspci -nn`, this will return the vendor/device ID, which will pin down which megaraid it is. but, I'm afraid the answer is, that hardware is way over 10 years old, and support has been droppe...
2017 Apr 30
0
SCSI drives and Centos 7
...t it looks like I may need to do just that. > > Here are the results with respect to the lsi raid board for : > > lspci -nn > > > 02:01.0 RAID bus controller [0104]: LSI Logic / Symbios Logic MegaRAID [1000:1960] (rev 01) > 02:02.0 SCSI storage controller [0100]: Adaptec AIC-7902B U320 [9005:801d] (rev 10) > 02:02.1 SCSI storage controller [0100]: Adaptec AIC-7902B U320 [9005:801d] (rev 10) The driver for your device LSI Logic / Symbios Logic MegaRAID [1000:1960] is disabled in the CentOS kernel (C6 and C7). # CONFIG_MEGARAID_LEGACY is not set You'd need a driver d...
2017 Apr 29
2
SCSI drives and Centos 7
Date: Sat, 29 Apr 2017 10:17:55 -0400 > On Apr 29, 2017, at 9:50 AM, Gregory P. Ennis <PoMec at PoMec.Net> wrote: > > find a way to make the installation disc of Centos 6 identify the SCSI > drives. What model LSI card? Is that card on the RHEL hardware support list? Does LSI/Dell have drivers on their site? Have you tried drivers from LSI/Dell and using the dd(driver disk)
2009 Jul 07
0
The problem about xen pci passthrough
...guest domain. After enable the pciback module in dom0 and pcifront module in this guest domain, now I can read the config information about this scsi disk: when I run "lspci" in this guest domain, the following information comes out: 02:06.1 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10) But the problem is that the driver of this scsi controller does not run to operate this scsi controller. When I access the file:/var/log/messages, I got some information like this: PCI: System does not support PCI PCI: System does not support PCI It looks the...