Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Harddisk doesnt work <HP ProLiant DL380 Gen6>

Featured Replies

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 by Gurke258

  • 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.

  • Author

Okay. How can i get this?

  • Community Expert

Try

smarctl -X -d cciss,N /dev/sdX

 

  • 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 by Gurke258

  • 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.

  • 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

  • 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.

  • 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:~#

 

  • Community Expert

Sorry, then can't help, I never had one of those controllers, and just one the reasons RAID controllers are not recommended.

  • Author

Okay no Problem... i have to wait for an other anwser

  • Community Expert

Probably another controller is going to be your best answer

  • 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?

 

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.

  • Author

Okay. Can I use any H220 or H240 Controller ?

 

as long as it's branded HP, sure.

  • 2 weeks later...
  • 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?

 

2 hours ago, Gurke258 said:

What can i do?

New diagnostics with the changes would be a good point to start.

  • Author

it works now... i pluged the drives to the h240 instead to the p410i

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.