Aktywacja iSCSI multipathing w XenServer 5.5:
Do the following on each XenServer in the pool attaching to the AX4.
- Disable STP on your SAN switches.
- Verify that Multipath is enabled on XenServer.
- On the XenServer console run "iscsiadm --mode discovery --type sendtarget
s --portal <san ip>" - On the XenServer console run "iscsiadm --mode node --loginall
=all" - In Navisphere
Manager open the "Connectiv ity Status..." box and register the new connection s from the Xenserver. (There should be 2 connection s for each SP in your AX4. It may take a little time for the connection s to show up.) - In Navisphere
Manager "Connect Hosts..." to the desired storage group. - On the XenServer Console add the following line to /etc/rc.d/
rc.local
iscsiadm --mode node --loginall=all &> /dev/null
- On the XenServer console run "chkconfig
open-iscsi on" - Reboot the xenserver and enjoy more than 1 active path.
Źródło: http://forums.citrix.com/thread.jspa?threadID=248644&tstart=0