SILENT KILLERPanel

Current Path: > > lib > dracut > modules.d > 95lunmask


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/dracut/modules.d/95lunmask

NameTypeSizeLast ModifiedActions
fc_transport_scan_lun.sh File 562 bytes October 08 2018 13:38:33.
module-setup.sh File 2254 bytes October 08 2018 13:38:33.
parse-lunmask.sh File 1227 bytes October 08 2018 13:38:33.
sas_transport_scan_lun.sh File 568 bytes October 08 2018 13:38:33.

Reading File: //lib/dracut/modules.d/95lunmask/sas_transport_scan_lun.sh

#!/bin/bash
#
# sas_transport_lun_scan
#
# Selectively enable individual LUNs behind a SAS end device
#
# ACTION=="add", SUBSYSTEM=="sas_transport", ATTR{sas_address}=="sas_addr", \
#    PROGRAM="sas_transport_lun_scan lun"
#

[ -z $DEVPATH ] && exit 1

if [ -n "$1" ] ; then
    LUN=$1
else
    LUN=-
fi
ID=${DEVPATH##*/end_device-}
HOST=${ID%%:*}
CHANNEL=${ID%%-*}
CHANNEL=${CHANNEL#*:}
if [ -f /sys$DEVPATH/scsi_target_id ] ; then
    TARGET=$(cat /sys$DEVPATH/scsi_target_id)
fi
[ -z "$TARGET" ] && exit 1
echo 0 $TARGET $LUN > /sys/class/scsi_host/host$HOST/scan

SILENT KILLER Tool