Just making a space for some public notes as I attempt this.
Using two Fusion-io ioDrive 353GB drives in a dual Intel Xeon E5-2699 V3 box to support the existing storage (2x Toshiba 480GB PLP drives, 2x Intel S3500 800GB, 2x Intel S3700 400GB.)
Step 1: Get software
Since these are Fusion-io branded cards, I went to Application Acceleration – Enterprise Flash Memory Platform | Fusion-io and used my registered username/ password to browse for the right software. I just selected everything and downloaded it locally. I then uploaded it to my Proxmox VE 3.4 server
For ease of installation, I moved the .deb files from Firmware and Software Binaries to Utilities so it was all in one place.
Step 2: Install binaries
There are two options, compile your own or use the .deb packages. I moved everything into one folder so i could do:
After a reboot, the driver is not loading. Troubleshooting time! Any ideas?
Ok modprobe is not happy. I was getting nowhere
And now I get:
Using two Fusion-io ioDrive 353GB drives in a dual Intel Xeon E5-2699 V3 box to support the existing storage (2x Toshiba 480GB PLP drives, 2x Intel S3500 800GB, 2x Intel S3700 400GB.)
Step 1: Get software
Since these are Fusion-io branded cards, I went to Application Acceleration – Enterprise Flash Memory Platform | Fusion-io and used my registered username/ password to browse for the right software. I just selected everything and downloaded it locally. I then uploaded it to my Proxmox VE 3.4 server
For ease of installation, I moved the .deb files from Firmware and Software Binaries to Utilities so it was all in one place.
Step 2: Install binaries
There are two options, compile your own or use the .deb packages. I moved everything into one folder so i could do:
Code:
root@intel-e5-2699-v3:~/ioDrive/Linux_debian-wheezy/3.2.8/Software Binaries# dpkg -i iomemory-vsl-3.2.0-4-amd64_3.2.8.1350-1.0_amd64.deb fio-util_3.2.8.1350-1.0_amd64.deb libvsl_3.2.8.1350-1.0_amd64.deb fio-firmware-fusion_3.2.8.20140508-1_all.deb
Ok modprobe is not happy. I was getting nowhere
Code:
ln -s /lib/modules/3.2.0-4-amd64/extra/fio/iomemory-vsl.ko /lib/modules/`uname -r`
depmod -a
Code:
modprobe iomemory-vsl
ERROR: could not insert 'iomemory_vsl': Exec format error
Last edited: