I had already gotten through most of the stuff while getting my hands dirty with vSphere and vCenter. One of the things I had forgotten about was multipathing redundancy in iSCSI.
The outcome of enabling this is having a redundant connection to your shared storage. It’s configured through having 2 VKernel connections with opposite unused NICs. Reasoning for not just configuring 2 active NICs is the fact that only 1 active connect can be used with a VMWare datastore. You’ll notice how there are 2 adapters at the very bottom, one active and one not, on the other VMKernel, it’s the opposite setup.

After configuring the VMKernels you just need to add the vmk adapters to the initiator using the command where “x” equals the VMKernel number: “esxcli swiscsi nic add -n vmkx -d vmhba32″

And refreshing….wa-la, you now have 2 paths and you can set Round Robin afterwards. There’s more to this method than just redundancy, I’ve heard this is also a method(with more NICs) to do loadbalancing.