From 1decda64291297533ed73eab930ba54eb0ce9f11 Mon Sep 17 00:00:00 2001 From: Souvik Sarkar Date: Tue, 25 Jul 2023 10:23:49 +0530 Subject: [PATCH] Added command to find the current number of LUNs Fixed indentation for the command within screen elements --- xml/tuning_kexec.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/tuning_kexec.xml b/xml/tuning_kexec.xml index 9e2769e33e..6c0a0e5fa0 100644 --- a/xml/tuning_kexec.xml +++ b/xml/tuning_kexec.xml @@ -300,9 +300,11 @@ MaxHigh: 45824 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 current number of LUNs available on your + system, run the following command: +&prompt.user; cat /proc/scsi/scsi | grep Lun | wc -l