Skip to content

Commit

Permalink
Added command to find the current number of LUNs
Browse files Browse the repository at this point in the history
  • Loading branch information
sounix000 committed Jul 25, 2023
1 parent 5272e96 commit a79e3a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xml/tuning_kexec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,11 @@ MaxHigh: 45824 </screen>
<para>
The maximum number of LUN kernel paths that you expect to ever create
on the computer. Exclude multipath devices from this number, as these
are ignored.
are ignored. To get the <emphasis>current</emphasis> number of LUNs available on your
system, run the following command:
</para>
</formalpara>
<screen>&prompt.user; cat /proc/scsi/scsi | grep Lun | wc -l</screen>
</listitem>
</itemizedlist>
</step>
Expand Down

0 comments on commit a79e3a5

Please sign in to comment.