Quick Support

Für den Fernsupport von nicht verwalteten Geräten verwenden wir die sichere und schnelle Support-Software von AnyDesk.

Sie können unseren angepassten Client für Windows, MacOS und Linux unten herunterladen.

Windows Quicksupport
MacOS Quicksupport
Linux 64-Bit Quicksupport
Skip to content

XenServer – Activate iSCSI Multipathing afterwards

On a new XenServer 7.1 environment I had the issue that the afterwards created 2nd Storage Network for iSCSI Multipathing was not used by XenServer.
– Ping on the second storage network to the storage device was fine
– /etc/multipathing.conf is configured
– Multipathing was aktivated
– When scanning the LUN the second network export was shown.

This post on the citrix community brough me to the right direction:

In short:
iscsiadm -m node
# Shows current targets

iscsiadm -m session
# Shows current sessions, note that the output differs from the first command

iscsiadm -m node –login
# Take any IQN where multipathing is not established let the xenserver perform the iscsi login

Voila! In my case it directly refreshed all LUNs and multipathing is effective for all SRs

An den Anfang scrollen