hpsahba
hpsahba copied to clipboard
Tool to enable/disable HBA mode on some HP Smart Array controllers
Hi thanks for this projet it's possible to update kernel parch for new version ?
[root@localhost hpsahba]# ./hpsahba -i /dev/sg1 VENDOR_ID='HPE' PRODUCT_ID='P204i-b SR Gen10' BOARD_ID='0x0701103c' SOFTWARE_NAME='' HARDWARE_NAME='' RUNNING_FIRM_REV='4.11' ROM_FIRM_REV='4.11' REC_ROM_INACTIVE_REV='4.11' YET_MORE_CONTROLLER_FLAGS='0x3a51a214' NVRAM_FLAGS='0x00' HBA_MODE_SUPPORTED=1 HBA_MODE_ENABLED=0 Scared to try enable HBA mode on this, since this was...
First thanks for the work provided. Runs very well in a HP ProLiant DL360 G7 with disks in HBA mode. Any chance the code get updated to work with Linux...
When testing the hpsahba command I get: `~/hpsahba$ hpsahba -i hpsahba: command not found` I'm confused. It's a fresh install. Surely it should have no issues, right?
make.log > DKMS make.log for hpsa-dkms-1.0 for kernel 5.15.0-86-generic (x86_64) > Wed Oct 18 02:17:36 PM UTC 2023 > make -C /usr/lib/modules/5.15.0-86-generic/build M=/var/lib/dkms/hpsa-dkms/1.0/build modules > make[1]: Entering directory '/usr/src/linux-headers-5.15.0-86-generic' >...
I had my P812 controller working for like 2 weeks, no issues. I ran the directions here: https://github.com/im-0/hpsahba/tree/master/contrib/dkms I am running Ubuntu 22 on kernel v 5.15.0-83. After editing `patch.sh`...

I've been using this project for more than one year already, and it's been rock solid on multiple platforms. However, recently I had a drive failure on a converted P410i,...
All looks good running patch.sh and I have installed dkms and the headers: ``` $ dpkg -l |grep -e dkms -e linux-headers-$(uname -r) ii dkms 2.8.1-5ubuntu2 all Dynamic Kernel Module...
Thanks for the great work Ivan. You have saved the day, now my poorly researched ZFS server hardware is useable! Here is a little patch to address issue #18 I...