D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
leapp
/
el8userspace
/
lib
/
dracut
/
modules.d
/
95fcoe
/
Filename :
lldpad.sh
back
Copy
#!/bin/bash if ! getargbool 1 rd.fcoe -d -n rd.nofcoe ; then info "rd.fcoe=0: skipping lldpad activation" return 0 fi # Note lldpad will stay running after switchroot, the system initscripts # are to kill it and start a new lldpad to take over. Data is transfered # between the 2 using a shm segment lldpad -d # wait for lldpad to be ready i=0 while [ $i -lt 60 ]; do lldptool -p && break info "Waiting for lldpad to be ready" sleep 1 i=$(($i+1)) done
Name
Size
Last Modified
Owner
Permissions
Actions
cleanup-fcoe.sh
0.531
KB
October 08 2018 1:38:33
root
0755
fcoe-edd.sh
1.135
KB
October 08 2018 1:38:33
root
0755
fcoe-genrules.sh
1.176
KB
October 08 2018 1:38:33
root
0755
fcoe-up.sh
2.472
KB
October 08 2018 1:38:33
root
0755
lldpad.sh
0.461
KB
March 31 2023 7:20:40
root
0755
module-setup.sh
3.34
KB
March 31 2023 7:20:40
root
0755
parse-fcoe.sh
1.99
KB
March 31 2023 7:20:40
root
0755
stop-fcoe.sh
0.108
KB
October 08 2018 1:38:33
root
0755
2017 © D7net | D704T team