All paths in multipath are not visible in XenServer after a reboot
book
Article ID: CTX217626
calendar_today
Updated On:
Description
After a XenServer Host reboot, some of the paths are not visible when typing the command multipath -ll
Resolution
- Login into XenServer Host command line using putty
- Confirm how many paths are visible for the LUN by typing:
#multipath -ll
- Check if the missing paths are visible under /proc/scsi/scsi using H:B:T:L (Host:Bus:Targe:Lunid). If the paths are not visible there, then we need to rescan the bus running #rescan-scsi-bus.sh
- If still multipath -ll does not show the new paths, run the below command to refresh its paths status
# multipath -v4
After performing above steps, still if you don't see the information, then there is some issues with the mapping on backend switch/SAN. Checking for zoning/mapping.
Problem Cause
Kernel has not refreshed the new paths which came available in later stages of booting
Was this article helpful?
thumb_up
Yes
thumb_down
No