Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] RAID: new drive on aac raid
Date: Mon, 05 Oct 2020 15:16:55
Message-Id: e70681ad-7ebf-375a-a9f4-bf5072ee6617@xunil.at
In Reply to: Re: [gentoo-user] RAID: new drive on aac raid by karl@aspodata.se
1 Am 05.10.20 um 16:38 schrieb karl@××××××××.se:
2
3 > And theese on the aac, since they have the same scsi host, and I guess
4 > that scsi ch.0 is for the configured drives and ch.1 for the raw drives:
5 >> [1:0:1:0] disk ICP SAS2 V1.0 /dev/sda
6 >> [1:0:2:0] disk ICP Device 2 V1.0 /dev/sdb
7 >> [1:0:3:0] disk ICP Device 3 V1.0 /dev/sdc
8 >> [1:0:4:0] disk ICP Device 4 V1.0 /dev/sdd
9 >> [1:0:5:0] disk ICP Device 5 V1.0 /dev/sde
10 >> [1:0:6:0] disk ICP Device 6 V1.0 /dev/sdf
11 >> [1:0:7:0] disk ICP Device 7 V1.0 /dev/sdg
12 >> [1:0:8:0] disk ICP Device 8 V1.0 /dev/sdh
13 >> [1:0:9:0] disk ICP Device 9 V1.0 /dev/sdi
14 >> [1:1:0:0] disk TOSHIBA MG04SCA20EE 0104
15
16 Thanks for your analysis and pointers!
17
18 > Perhaps theese links will help:
19 > https://www.cyberciti.biz/faq/linux-checking-sas-sata-disks-behind-adaptec-raid-controllers/
20 > http://updates.aslab.com/doc/disk-controller/aacraid_guide.pdf
21 > https://hwraid.le-vert.net/wiki/Adaptec
22
23 Somehow.
24
25 I get smartctl output for that disk:
26 # smartctl -d scsi --all /dev/sg11
27 smartctl 7.0 2018-12-30 r4883 [x86_64-linux-4.14.83-gentoo-smp] (local
28 build)
29 Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org
30
31 === START OF INFORMATION SECTION ===
32 Vendor: TOSHIBA
33 Product: MG04SCA20EE
34 Revision: 0104
35 Compliance: SPC-4
36 User Capacity: 2.000.398.934.016 bytes [2,00 TB]
37 Logical block size: 512 bytes
38 Physical block size: 4096 bytes
39 Rotation Rate: 7200 rpm
40 Form Factor: 3.5 inches
41 Logical Unit id: 0x5000039a08327485
42 Serial number: 30A0A00UFX2B
43 Device type: disk
44 Transport protocol: SAS (SPL-3)
45 Local Time is: Mon Oct 5 18:54:44 2020 CEST
46 SMART support is: Available - device has SMART capability.
47 SMART support is: Disabled
48 Temperature Warning: Disabled or Not Supported
49
50 But no luck with any version of arcconf so far. Unpacked several zips,
51 tried 2 releases, 32 and 64 bits .. all crash.
52
53 > Just a poke in the dark, does ldd report all libs found, as in:
54 > $ ldd /bin/ls
55 > linux-vdso.so.1 (0x00007ffcbab4c000)
56 > libc.so.6 => /lib64/libc.so.6 (0x00007fece3ad5000)
57 > /lib64/ld-linux-x86-64.so.2 (0x00007fece3d1c000)
58 > $
59
60 Yeah, that works.

Replies

Subject Author
Re: [gentoo-user] RAID: new drive on aac raid karl@××××××××.se