0

If there is a SAN like this. enter image description here . when a new storage adds to the SAN, as a host how can I see it? whether it will be listed in the 'lsscsi' command ?

LurenAA
  • 3
  • 3
  • 1
    Stack Overflow is for programming questions, not questions about using or configuring Linux. Unix & Linux or Super User would be better places for questions like this. – fpmurphy Mar 19 '21 at 15:03

1 Answers1

0

The most likely, you are struggling to send LIP - Loop initialization primitive. Read this post , for example, how to issue it.

Note, this procedure blocks IO, so be very careful doing it in production.

Mikhail Zakharov
  • 904
  • 11
  • 22