[SOLVED] ProxMox Adaptec RAID 5805Q

dobromin

Member
Nov 27, 2017
9
0
21
38
Hello! Unable to configure the raid card. In system is defined (08:00.0 RAID bus controller: Adaptec AAC-RAID (rev 09)) In bios all settings made, in bios is defined too. but the system does not see this controller, the command (/opt/adaptec/arcconf getconfig 1 ld) writes that there is no controller. lsscsi - does not display any drives except those that are inserted into the motherboard. Tell me what to do how to see the map in the system?
motherboard Supermicro X7DAE
 
* check the output of `dmesg` - read it and see if there is anything related to the controller
* check the ouput of `lspci -nnk` - is the controller listed there? (which module is loaded for it)?
 
  • Like
Reactions: dobromin
* check the output of `dmesg` - read it and see if there is anything related to the controller
* check the ouput of `lspci -nnk` - is the controller listed there? (which module is loaded for it)?
Code:
08:00.0 RAID bus controller [0104]: Adaptec AAC-RAID [9005:0285] (rev 09)
        Subsystem: Adaptec ASR5805 [9005:02b6]
        Kernel modules: aacraid
root@pve:/# fdisk -l
Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 56105BB2-B443-475A-9597-2C37033B2B76

Device       Start       End   Sectors   Size Type
/dev/sda1       34      2047      2014  1007K BIOS boot
/dev/sda2     2048   1050623   1048576   512M EFI System
/dev/sda3  1050624 488397134 487346511 232.4G Solaris /usr & Apple ZFS


Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F332E9B7-2259-4C08-9A17-734C10441950

Device       Start       End   Sectors   Size Type
/dev/sdb1       34      2047      2014  1007K BIOS boot
/dev/sdb2     2048   1050623   1048576   512M EFI System
/dev/sdb3  1050624 488397134 487346511 232.4G Solaris /usr & Apple ZFS
dmesg
https://savetext.ru/jZ63Ckgx
I noticed these mistakes.
0.130309] ipmi:dmi: Invalid IPMI type: 0
1.952537] irq 16: nobody cared (try booting with the "irqpoll" option)
1.952655] handlers:
1.952692] [<00000000423f9039>] usb_hcd_irq
181.547976] aacraid: aac_fib_send: first asynchronous command timed out.
Usually a result of a PCI interrupt routing problem;
update mother board BIOS or consider utilizing one of
the SAFE mode kernel options (acpi, apic etc)
198.237000] Error: Driver 'pcspkr' is already registered, aborting...
 
Turned off IRQ Emulation in BIOS for support of old PCI. Everything worked. Strange why I earlier about it did not think, although the error seen. But you me very helped (lspci -nnk) Gave more detailed information, previously I thought that card, at all not is determined by. Thank you!
 
Glad you resolved your issue!
if there is a new BIOS available for your mainboard you should still consider upgrading to it (with the CPU vulnerabilities (spectre, meltdown, etc.) an uptodata BIOS helps in having a stable and running system)

Please also mark your thread as SOLVED - that helps others in knowing what to expect.
Thanks!
 
  • Like
Reactions: dobromin
Glad you resolved your issue!
if there is a new BIOS available for your mainboard you should still consider upgrading to it (with the CPU vulnerabilities (spectre, meltdown, etc.) an uptodata BIOS helps in having a stable and running system)

Please also mark your thread as SOLVED - that helps others in knowing what to expect.
Thanks!
No, there is no new BIOS. How to mark topic solved?
 
'Thread Tools' -> 'Edit Thread' -> Prefix: 'SOLVED' :)
 
  • Like
Reactions: dobromin