Everything posted by ezhik
-
HP H240 Smart HBA Support (in HBA Mode)
You need to switch it to HBA mode first and update it to 4.52.
-
HP H240 Smart HBA Support (in HBA Mode)
Tested on a Fresh 6.3.2 Final. Works like a charm! Thank you!
-
HP H240 Smart HBA Support (in HBA Mode)
RC9, same issue. No luck.
-
LSI Controller FW updates IR/IT modes
Alright. So I just confirmed, to crossflash Fujitsu D2607 into 9211-8i: 3 x A21 -> success 1 x A11 -> success So here is the procedure I had to follow to make BOTH ports work on a11 and a21. a11 - sbrfj.bin a21 - sbrjohnny.bin 1) boot into freeDOS: a) get your sas address by executing: megacli -adpallinfo -aall |find /i "sas address" > sas_addr.txt b) create a back-up of your current sbr megarec.exe -readsbr 0 orig-sbr.bin c) flash a11 or a21 sbr: megarec writesbr 0 sbr-a11.bin or megarec writesbr 0 sbr-a21.bin d) clean out flash megarec -cleanflash 0 note: if you are getting an error cleaning flash, reboot and try again. might take 3-4 reboots. e) reboot into efi shell: note: for me the drive was fs2. fs2: sas2hax -o -f 2118it.bin f) reboot into efi shell: fs2: sas2hax -o -f 2118it.bin -b mptsas2.rom sas2hax -o -sasadd 5000* note: if you don't know what your sas address is, use openssl to generate random hex characters: openssl rand -hex 6 d847203de496 So your random SAS Address would be: 5000d847203de496 g) reboot into freedos megarec writesbr 0 sbr-a11.bin or megarec writesbr 0 sbr-a21.bin sas2flsh -o -sasadd (use same sas address from step #f) h) reboot and enjoy!
-
HP H240 Smart HBA Support (in HBA Mode)
The problem still exists even with 6.3-RC6. Not sure what the problem is here. No issues on Ubuntu or Windows OS accessing drives.
-
HP H240 Smart HBA Support (in HBA Mode)
So I've tested this on Ubuntu 16.04. Works without any issues. Modules loaded: hpsa and cciss. $ pv ubuntu-gnome-16.04.1-desktop-amd64.iso > ~/Downloads/ubuntu-gnome-16.04.1-desktop-amd64.iso 1.21GiB 0:00:01 [ 631MiB/s] [====================================================================================>] 100% # modinfo hpsa filename: /lib/modules/4.4.0-47-generic/kernel/drivers/scsi/hpsa.ko license: GPL version: 3.4.14-0 description: Driver for HP Smart Array Controller version 3.4.14-0 author: Hewlett-Packard Company srcversion: EFB2AD999EE7878A33900C5 depends: scsi_transport_sas intree: Y vermagic: 4.4.0-47-generic SMP mod_unload modversions parm: hpsa_allow_any:Allow hpsa driver to access unknown HP Smart Array hardware (int) parm: hpsa_simple_mode:Use 'simple mode' rather than 'performant mode' (int) # # modinfo cciss filename: /lib/modules/4.4.0-47-generic/kernel/drivers/block/cciss.ko license: GPL version: 3.6.26 description: Driver for HP Smart Array Controllers author: Hewlett-Packard Company srcversion: 07CA5DF6C8E8F4A1C5D384D depends: intree: Y vermagic: 4.4.0-47-generic SMP mod_unload modversions parm: cciss_tape_cmds:number of commands to allocate for tape devices (default: 6) (int) parm: cciss_simple_mode:Use 'simple mode' rather than 'performant mode' (int) parm: cciss_allow_hpsa:Prevent cciss driver from accessing hardware known to be supported by the hpsa driver (int) #
-
HP H240 Smart HBA Support (in HBA Mode)
I tested the card under windows 7, quite impress by the read and copy speeds. No issues. I think it is the driver that is the problem. Cheers.
-
HP H240 Smart HBA Support (in HBA Mode)
Rob you are correct. The fault is declared when I am attempting to copy the data from the array (read it). I changed the SATA mode to AHCI. It made no difference. Are you using one of these drivers? http://h20564.www2.hpe.com/hpsc/swd/public/readIndex?sp4ts.oid=7553524&swLangOid=8&swEnvOid=4049 It's running latest 4.52 firmware. I am willing to do as much testing as possible on this. I would really appreciate it if we could make this working. Cheers. If sending you a card would be better, I have no problem with sending one.
-
HP H240 Smart HBA Support (in HBA Mode)
Have you tried 6.3.0-rc3? Let me know if anything else is needed. I uploaded the diagnostics above. Unfortunately RC3 crashes on read from the array (with lots of read/access errors).
-
Share Your Banners
Can you make it without the XEON logo in the middle? Looks awesome. Cheers.
-
HP H240 Smart HBA Support (in HBA Mode)
Anything else can be useful here?
-
HP H240 Smart HBA Support (in HBA Mode)
Getting read errors and a kernel panic.
-
HP H240 Smart HBA Support (in HBA Mode)
Have you tried 6.3.0-rc3? So it did not work. Attaching diagnostics. Cheers. diagnostics-20161108-2222.zip
-
HP H240 Smart HBA Support (in HBA Mode)
I am on 6.2.4. I will try the latest 6.3.0 RC tonight. Cheers!
-
HP H240 Smart HBA Support (in HBA Mode)
Hello, Submitting a request for proper HP H240 support in unRAID.
-
Cleaning out Docker image
If you are using nginx, there is logging that is enabled by default. You might want to disable that. The logs grow pretty heavily.
-
Web Gui https
And my reverse proxy is only local. I am against exposing this externally.
-
Web Gui https
I advise strongly against this if it is to be then exposed to the Internet. If it is on the LAN then it's fine. I guess there are use cases where HTTPS is required on your LAN too. No doubt. This can also be easily brute-forced. The user id is always the same (root) and I don't know of a way to change that.
-
Web Gui https
Add an nginx docker container with mapping port 443 to 443. Use openssl to generate certs. https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-nginx-in-ubuntu-16-04 Create a config for reverse proxy: site-confs/www.conf --- server { listen 443 ssl; server_name unraid-ssl; ssl_certificate /certs/unraid.crt; ssl_certificate_key /certs/unraid.key; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host; proxy_pass http://your_unraid_ipv4:80; } } ---
-
[Support] binhex - General
Thanks for the hard work. #archlinux #respect
- Share Your Banners
-
Share Your Banners
Good stuff. Thank you to all that shared. MLP rocked, my daughter loved it as well