January 2, 20224 yr Hello all, I got a server as a gift and would like to run Unraid. The installation worked great but I can't mount the disks in the array. When I restart the server I see 1x 226GB and 1x213GB but as soon as I want to select one they go away and there is only "unassigned". I have attached the log I have the following setup: HP ProLiant DL380 Gen6 16 GB RAM 2x Intel Xeon 5506 with 2,13 GHz 2x 300GB SAS HP server hard disks 2x 146GB SAS HP server hard disks Unfortunately I have a little to no experience with Unraid. Can you help me? gurkenserver-syslog-20220102-2038.zip Edited January 2, 20224 yr by Gurke258
January 3, 20224 yr Community Expert Possibly a format protection on the drives, but since there's no SMART can't see, get a manual SMART report for one of them.
January 3, 20224 yr Author bash: smarctl: command not found should i prefer the sata conttroler or the P410i Smart? At the moment i prefer the Sata Controller Edited January 3, 20224 yr by Gurke258
January 3, 20224 yr Community Expert Sorry, typo: smartctl -X -d cciss,N /dev/sdX RAID controllers are not recommended, onboard SATA would be better, unless they are SAS devices.
January 3, 20224 yr Author root@GurkenServer:~# smartctl -X -d cciss,N /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdX: Option -d cciss,N requires N to be a non-negative integer =======> VALID ARGUMENTS ARE: ata, scsi[+TYPE], nvme[,NSID], sat[,auto][,N][+TYPE], usbcypress[,X], usbjmicron[,p][,x][,N], usbprolific, usbsunplus, sntjmicron[,NSID], intelliprop,N[+TYPE], jmb39x,N[,sLBA][,force][+TYPE], marvell, areca,N/E, 3ware,N, hpt,L/M/N, megaraid,N, aacraid,H,L,ID, cciss,N, auto, test <======= Use smartctl -h to get a usage summary 2x 300GB SAS HP server hard disks 2x 146GB SAS HP server hard disks Yes, There are SAS Hard Disks
January 3, 20224 yr Community Expert Forgot to mention, N needs to be replaced with the disk number on the controller, try from 0 or 1 up until it works.
January 3, 20224 yr Author Spoiler root@GurkenServer:~# smartctl -X -d cciss,0 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_00] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,1 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_01] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,2 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_02] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,3 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_03] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,4 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_04] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,5 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_05] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,6 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_06] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,7 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_07] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,8 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_08] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,9 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_09] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,10 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_10] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,11 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_11] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,12 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_12] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,13 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_13] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,14 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_14] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,15 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_15] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,16 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_16] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,17 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_17] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,18 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_18] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,19 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_19] [SCSI/SAT] failed: No such device root@GurkenServer:~# smartctl -X -d cciss,20 /dev/sdX smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.10.28-Unraid] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org Smartctl open device: /dev/sdX [cciss_disk_20] [SCSI/SAT] failed: No such device root@GurkenServer:~#
January 3, 20224 yr Community Expert Sorry, then can't help, I never had one of those controllers, and just one the reasons RAID controllers are not recommended.
January 3, 20224 yr Author I found some other Topics, but i dont know what i have to do https://github.com/im-0/hpsahba Can you help me with this?
January 3, 20224 yr you're better off abandoning the onboard P410i and installing an H220 or H240 controller instead. you're going to hate life, trying to get drives to work right with the P-series controllers.
January 12, 20224 yr Author Today i got my H240 HBA Controller. The Server knews him and i changed also the two CPU from 4-Core to 6-Core. But Unraid doesn't know my Hard Disk's... When i start the Server he said P410i 2 logical Hard diosk and H240 zero logical, but i have 4 Hard Disks in the Server.. What can i do?
January 12, 20224 yr 2 hours ago, Gurke258 said: What can i do? New diagnostics with the changes would be a good point to start.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.