This small script lets you start iLO Java-based console from shell.
- iLO 2/3 doesn't have HTML5 console
- Mounting local (from the client computer) ISOs is PAINFULLY slow via HTML5 client
If you just start it, it will ask you for everything:
#!/bin/bash | |
### Improved IOMMU/PCIe list script | |
# The script was originally authored by Roliga (https://gist.github.com/Roliga/d81418b0a55ca7682227d57af277881b) | |
# This version changes: | |
# 1) enable listing of devices even if IOMMU is disabled | |
# 2) add support for NVMe & SAS block devices | |
# 3) display disks serial & firmware (if available) | |
# 4) QOL improvements: disabled paging by default; don't crash on missing lsusb |