brun0

Members
  • Posts

    19
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

brun0's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi, I've got a HP DL380e Gen8 Server and want to run unRAID on this Hardware. When I install my old Dell Perc H310 controller card with IT firmware I can access all 12 LFF HDDs, but HP fans go wild when a non-HP device is plugged in. All 6 Fans are running at about 55% speed, without its only about max. 19%. I've tried this (https://github.com/Max-Sum/HP-fan-proxy) Arduino solution but without success. I was able to read out the fan speed on Arduinos console but it did not output anything to the Motherboard. Now I'm thinking about getting a HP H220 HBA with IT mode firmware. The last HP firmware version for IT mode ist FW15.10.09.00, LSI/Supermicro version is 20.00.07.00. I want to run 12x8TB HDDs within the server, HP specs for the H220 only supports up to 42TB. Does anybody successfully installed an Arduino fan controller to a HP Server and can share some informations about installing/wiring the board? Is anybody running an array larger than 42TB with a H220 HBA? When upgrading the firmware to 20.00.07.00, with probably no 42TB limitation, will the Server still recognise the HBA as HP HBA and the fans will be silent? Or do I have any Linux side control mechanisms to slow down the fans? Thank you very much! brun0
  2. Hi, recently I changed my storage controllers to two DELL PERC H310 controllers which are modified to IT described above. I have had some issues with my mvsas based controllers, a faulty drive and a second with a bad sata connector so my old array crashed. Now I started with a new array, by now with 4 discs online and copy my data to the array, then preclear a disc, add it to the array, copy again and so on. While copying I'm getting minimal I/O errors on different discs. All drives pass a long SMART test, some are some month old, other a year or two so I can't believe I have that much faulty drives in my system. SAS cables are new to ensure not to be the source of my problems. Are there any know issues with the H310 controllers? I'm unsure what will happen if the error happens on a assigned drive. Wed Oct 3 23:37:24 2018 sd 13:0:2:0: [sds] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x00 Wed Oct 3 23:37:24 2018 sd 13:0:2:0: [sds] tag#0 CDB: opcode=0x88 88 00 00 00 00 01 03 cf 5a 90 00 00 00 08 00 00 Wed Oct 3 23:37:24 2018 print_req_error: I/O error, dev sds, sector 4358888080 Thu Oct 4 13:11:45 2018 sd 2:0:5:0: [sdn] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x00 Thu Oct 4 13:11:45 2018 sd 2:0:5:0: [sdn] tag#0 CDB: opcode=0x88 88 00 00 00 00 01 83 9f 03 98 00 00 00 08 00 00 Thu Oct 4 13:11:45 2018 print_req_error: I/O error, dev sdn, sector 6503203736 Thu Oct 4 21:13:06 2018 sd 2:0:0:0: [sdi] tag#1 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x00 Thu Oct 4 21:13:06 2018 sd 2:0:0:0: [sdi] tag#1 CDB: opcode=0x88 88 00 00 00 00 02 04 9d 7a 40 00 00 00 08 00 00 Thu Oct 4 21:13:06 2018 print_req_error: I/O error, dev sdi, sector 8667363904 Thu Oct 4 21:13:36 2018 sd 13:0:6:0: [sdw] tag#1 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x00 Thu Oct 4 21:13:36 2018 sd 13:0:6:0: [sdw] tag#1 CDB: opcode=0x88 88 00 00 00 00 01 f1 97 7b c0 00 00 00 08 00 00 Thu Oct 4 21:13:36 2018 print_req_error: I/O error, dev sdw, sector 8348203968 Thu Oct 4 21:25:46 2018 sd 2:0:6:0: [sdo] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x00 Thu Oct 4 21:25:46 2018 sd 2:0:6:0: [sdo] tag#0 CDB: opcode=0x88 88 00 00 00 00 00 02 67 07 18 00 00 00 08 00 00 Thu Oct 4 21:25:46 2018 print_req_error: I/O error, dev sdo, sector 40306456 ... Fri Oct 5 13:49:56 2018 sd 2:0:0:0: [sdi] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x00 Fri Oct 5 13:49:56 2018 sd 2:0:0:0: [sdi] tag#0 CDB: opcode=0x88 88 00 00 00 00 01 45 7f 36 60 00 00 00 08 00 00 Fri Oct 5 13:49:56 2018 print_req_error: I/O error, dev sdi, sector 5460932192 Thank you for your help brun0
  3. Hi, I'm running unRAID v6 beta12 and have a problem starting up when more than 26 drives are attached to the server. Drive 27 is recognized correct as sdaa, but it seems unRAID only supports 3 charakter drives (sda-sdz). When I boot the server one of the unRAID disks is getting assigned as sdaa and then it won't be recognized as a device. Mounting and accessing the drive in shell is possible so it seems to be a emhttp problem. I have installed 24 Data Drives, 1 Parity, 1 Cache Disk, the USB Device to boot and another Harddisk where I store my Virtualbox VMs. If I power up the 27. device after the system boot is finished the last device is assigned to sdaa and unraid is running without issues, but I have to load all the drivers and services which should start at boottime by hand.
  4. I just realized I have a r8169 which is not detected, not a r8168
  5. On the console of RC4 try "lsmod", propably there is a line starting with r8168. If so, welcome to the club http://lime-technology.com/forum/index.php?topic=22605.0
  6. I've just updated to RC8a and my r8168 NIC is still not recognized. I can load the module manually but the NIC is not shown by ifconfig -a (Forgot to check dmesg after loading the module :-/ ) edit: Just tried it again, there is nothing in dmesg...
  7. Hi, I have installed unRAID 4.5.6 with full Slackware on sda. Now I've got my 20th data disk which is recognized by the os but not selectable in the device configuration tab. sda is listed which is my system disk, but sdx is not listed (20data+1parity+1cache+1usb=23=sdw, which is ok if you boot from usb). Do I have to add the drive manual to the config file or is there a way to change emhttp to recognize the drive? Thank you Bruno