• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

DroboElite+vSphere 4.1

Paladin21

Gawd
Joined
Jun 22, 2004
Messages
529
I've got a setup here at work that is killing me! We've got 2 Dell R410's hooked up to a DroboElite for iSCSI support. The Drobo wasn't my first choice, but the powers that be demanded we get something certified so....

Anyway, my problem is this: basically any time the VM's start doing anything intensive, the Drobo apparently locks up. All of the datastores disconnect from the servers, the Drobo won't show up on the Dashboard, and I have to power the unit off and back on again to get it to work. I had this setup briefly with 4.0 and didn't have any issues at all with the setup, so I don't think it's a faulty unit. However, since we're going to Windows 7 on all of the boxes, we had to upgrade to 4.1 to get things to run smoothly (4.0 update 1/2 isn't an option because they are only providing 4.0 no updates or 4.1 as options for Academic users).

I've been on the phone several times with the guys at Data Robotics, and haven't had much luck yet. So far they've had me reset the unit to factory defaults to make sure the 4k cluster drives aren't causing an issue, and asked me to change the timeout settings in vSphere. The timeout settings command they gave me was: esxcfg-advcfg -s 14000 /VMFS3/HBTokenTimeout

I've tried that in 4.1 and it doesn't work. Does anyone know how to change the timeout in 4.1, or have any experience with this setup and have some tips they can give me? The only other option I've considered is taking the iSCSI off of the Broadcom hardware NIC's which use TOE, and go back to straight software initiators. I'd probably have to reload the server to do that though, considering the stupid hoops I had to jump through to get the hardware initiators to work in the first place. I'm not sure I can put everything back the way it was before. ;)
 
To set the HBTokenTimeout for 4.1 use the vsish shell.

vsish -e set /config/VMFS3/intOpts/HBTokenTimeout 14000

vsish -e cat /config/VMFS3/intOpts/HBTokenTimeout
Vmkernel Config Option {
Default value:5000
Min value:5000
Max value:14000
Current value:14000 <&#8211; Has been changed
hidden config option:1
Description:Time out (msecs) for Heartbeating request

http://blog.rfriedlein.com/drobo-esxi-4-1-configuration-tweeks
 
We were using Openfiler ISCSI to transfer VM's from our 4.0 server to our 4.1 server with new hardware. Before the new server was put in place, everything was hunky-dory with the old server and the OF box. We are using the software initiator instead of the Broadcom. I suspect there's something wonky in the new release as reading VM's forums, others are also having issues. Love the alignment spiel at the end of the blog link ;) Turns out our problem was with the lack of iSCSI persistent reservations. Trying to get the pre-3.0 release of OF to work which supports LIO ISCSI implementation.
 
Last edited:
Paladin21: I'm trying to get the *exact* same setup in place where I work. Would you mind emailing me with how you have your networking setup? (edward (at the domain) edslifedaily (then a dot) com)?

I'd really appreciate it.

Right now my setup is so freaking slow that I can barely run a putty session.
 
Back
Top