On 08.04.2013 08:00, Mike Christie wrote: > On 04/04/2013 01:46 PM, [email protected] wrote: >> Hello, >> I have been trying to setup an iSCSI storage array for several weeks >> now. I have some things working but others are not. I am running out of >> time and am willing to to hire someone with the skill and experience to >> help me out. If this kind of request is not accepted on this list I >> apologize and will stop posting at the first notice I receive. If it's >> ok then please respond. >> >> Here is what I have and need help with. I have purchased a Synology >> DS1812+, running the latest DSM management software and configured with >> 14 TB of storage. I want to use the array for my /home and /backup >> partitions on my web hosting servers. There will be about 3-4 servers >> using it for this purpose. The individiual servers will be running >> CentOS, various versions, and open-iscsi as the initiator. I have >> purchaes a few ToE cards (the broadcom 5709) for the physical >> connections. I am currently working on a new server (centos 6.4) and >> testing the concept out. I have been able to connect using the server's >> onboard NIC but not the ToE card. I have played with the iface config >> but it refuses to connect. >> > > For Centos 6.4 you should be able to use the default bnx2i ifaces. > These also require special free and nonfree firmware. Check your kernel config! Check your firmware-nonfree package!
Look at: CONFIG_BNX2 CONFIG_SCSI_BNX2_ISCSI Kernel: $ ls firmware/bnx2 bnx2-mips-06-6.2.1.fw bnx2-rv2p-06-6.0.15.fw.ihex bnx2-mips-06-6.2.1.fw.ihex bnx2-rv2p-09-6.0.17.fw bnx2-mips-09-6.2.1a.fw bnx2-rv2p-09-6.0.17.fw.ihex bnx2-mips-09-6.2.1a.fw.ihex bnx2-rv2p-09ax-6.0.17.fw bnx2-rv2p-06-6.0.15.fw bnx2-rv2p-09ax-6.0.17.fw.ihex If compiled manually: $ make install modules_install firmware_install firmware-nonfree: $ ls bnx2/bnx2 bnx2-mips-06-5.0.0.j3.fw bnx2-rv2p-06-5.0.0.j3.fw bnx2-mips-06-6.2.1.fw bnx2-rv2p-06-6.0.15.fw bnx2-mips-06-6.2.3.fw bnx2-rv2p-09-5.0.0.j3.fw bnx2-mips-09-5.0.0.j3.fw bnx2-rv2p-09-6.0.17.fw bnx2-mips-09-6.2.1a.fw bnx2-rv2p-09ax-5.0.0.j3.fw bnx2-mips-09-6.2.1b.fw bnx2-rv2p-09ax-6.0.17.fw Cheers, Sebastian -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
