Adaptec RAID 2020SA raid status
- Reply: mike tancsa : "Re: Adaptec RAID 2020SA raid status"
- Reply: Tomek CEDRO : "Re: Adaptec RAID 2020SA raid status"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Mar 2023 18:52:37 UTC
I installed FreeBSD 13.1 on an old Supermicro server that uses Adaptec STAT RAID 2020SA hardware raid and want to do health checks: root@db1:~ # dmesg | grep -i RAID aac0: <Adaptec SATA RAID 2020SA ZCR> mem 0xd5000000-0xd5ffffff,0xd4200000-0xd43fffff,0xdc000000-0xdfffffff irq 24 at device 1.0 on pci2 root@db1:~ # pciconf -l | grep -i aac aac0@pci0:2:1:0: class=0x010400 rev=0x02 hdr=0x00 vendor=0x9005 device=0x0285 subvendor=0x9005 subdevice=0x028e I use arcconf on another IBM x3650 server to do this, however, I installed on this server and get a segmentation fault: root@db1:/usr/ports/sysutils/arcconf # make install ===> License Microsemi accepted by the user ===> arcconf-4.01.24763,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by arcconf-4.01.24763,1 for building ===> Extracting for arcconf-4.01.24763,1 => SHA256 Checksum OK for arcconf_v4_01_24763.zip. ===> Patching for arcconf-4.01.24763,1 ===> arcconf-4.01.24763,1 depends on executable: gcc12 - found ===> arcconf-4.01.24763,1 depends on file: /usr/local/bin/as - found ===> arcconf-4.01.24763,1 depends on shared library: libstdc++.so.6 - found (/usr/local/lib/gcc12/libstdc++.so.6) ===> Configuring for arcconf-4.01.24763,1 ===> Staging for arcconf-4.01.24763,1 ===> arcconf-4.01.24763,1 depends on executable: gcc12 - found ===> Generating temporary packing list install -s -m 555 /usr/ports/sysutils/arcconf/work/arcconf-4.01.24763,1/freebsd13_x86_64/cmdline/arcconf /usr/ports/sysutils/arcconf/work/stage/usr/local/sbin install -m 555 /usr/ports/sysutils/arcconf/work/410.status-aac-raid /usr/ports/sysutils/arcconf/work/stage/usr/local/etc/periodic/daily ====> Compressing man pages (compress-man) ===> Installing for arcconf-4.01.24763,1 ===> Checking if arcconf is already installed ===> Registering installation for arcconf-4.01.24763,1 Installing arcconf-4.01.24763,1... root@db1:/usr/ports/sysutils/arcconf # /usr/local/sbin/arcconf getconfig 1 Controllers found: 1 Segmentation fault (core dumped) Can someone advise on how to get arcconf working or another way to monitor the RAID status? -- Robert