I've set up a test environment with server 2008 R2 (virtualized on xenserver) for a server that will use many iscsi volumes (>80) attached in production.
in testing, we ran across an issue where the iSCSI initiator would not attach any more volumes, giving the error "max number of sessions reached". We then added another software initiator to the server, and were able to attach all the volumes to the server. However, with two iscsi software initiators the volumes do not mount on boot. they can be reattached after the server is running with no problem, but they do not attach on startup.
I've tried manually splitting the volumes between the two initiators, using multiple network interfaces, setting everything to auto, enabling/disabling Multipath, adding and removing the volume bindings at various stages of the process, but the only thing that seems to fix this is to disable one of the iscsi initiators. If the secondary initiator is disabled, I can persist the volumes between reboots, but can't get all the volumes I need. Even uninstalling the initiator does not work, as it is recreated on a reboot.
Has anyone seen this behavior with windows iscsi initiators? If so, did you find a fix?