Yes 10GB Links for iSCSI to VMware.
I setup the Bridge because I was too cheap to buy a Switch, this allowed me to hook 2 separate VMware hosts to Freenas Via 10GB links and keep them on same 10GB Subnet.
My pool is all SSD drives for VMWare my vm's boot up in seconds.
combination of Chelsio and Mellonox.
Create Bridge is not native to the GUI (yet) which is why we need the script. Also if Bridge0 exists for some reason your script will fail.
Performance is outstanding using the 10GB for iSCSI and also moving SMB files
The Bridge did work, but I found better stability using a 10GB switch (Ebay $75 netapp switch) Then I just set unique IPs to each 10GB card for Multipathing in VMware.
test your script from the shell prompt verify it setups the Bridge, once the bridge is active it will show up in the GUI under network.
I am puzzled still. I Have the script named correctly now and it runs ( I see the echo commands) but gets errors.
errors I get are:
ifconfig bridge create -- error: interface bridge does not exist
ifconfig bridge0 addm mlxen0 addm etc... -- error: interface bridge0 does not exist
ifconfig mlxen0 up -- error: bad valuep
same error for other ports
ifconfig bridge0 inet 192.168.0.9/24 -- error bridge0 does not exist
ifconfig bridge0 --error bridge0 does not exist
if I type each of the commands into the shell It works propoerly
If I type ./bridgescript.sh -- I get the same errors
The default shell is zsh. does this matter if these are csh commands. sorry for the dumb questions. Script would not run with #!/bin/csh as first line.
Please help me resolve this. when working (commands manually entered) performance is a little strange. I have 3gb/sec drives on Dual Xeon 771 w/8GB motherboard (test system). Speed is about 1.5Gb/sec then falls off. If I delete files and resend it hits 5.5Gb/sec. I assume it is cached at that point. It falls off quickly as you can see in the plot. Target is a slow drive so might be the bottleneck. Just trying to get it working before migrating to real hardware. Looking for any success though
