OK, I simplified the command for you:
You can also try to find a paste option in the top menu of your iKVM/HTML5 interface. Alternatively, you could use the IPMIView tool, which can be downloaded here: https://www.supermicro.com/en/support/resources/downloadcenter/smsdownload?category=IPMI.
Finally, you might consider upgrading the BIOS.
R.
----------
edit: added interface name to the script
Code:
for i in $(ip -o l show | awk -F':' '{print $2}');do echo $i;ethtool $i | grep -i 'Link detected';done
You can also try to find a paste option in the top menu of your iKVM/HTML5 interface. Alternatively, you could use the IPMIView tool, which can be downloaded here: https://www.supermicro.com/en/support/resources/downloadcenter/smsdownload?category=IPMI.
Finally, you might consider upgrading the BIOS.
R.
----------
edit: added interface name to the script
Last edited: