Search
Reset
April 22 2022, 13:58#

Guide to Scan/Detect New LUNs on Linux | Linux Rescan SCSI

Lien : https://linoxide.com/scandetect-luns-redhat-linux-outputs-remember/

This guide explains how to scan and detect the newly added storage luns in Linux. Shown with example the commands used to rescan scsi to display disks.

Scan des LUNs

for host in `ls /sys/class/scsi_host/`; do echo "- - -" > /sys/class/scsi_host/${host}/scan; done

Tags : linux multipath lun san redhat