I see Java load screen but never have a console come up?
I know it's been some time since this has been maintained but I'm wondering if there's a way to get debug info of any kind? I run the script and it shows the Java splash screen but nothing else after that. The SSH commands don't work with modern SSH but I can log in to my server and verify that oemhp_enforce_aes=yes
I think it should be possible to increase the java logging verbosity. In your case though it could be wrong cipher settings etc. Have you scanned the open and closed issues? I think we had a similar case and someone found a workaround.
I was able to add the -verbose tag to the java command in ilo-console.sh and it reviewed there was an out of memory condition causing it to crash
I ran ulimit -n 65535 and it allowed it to run. Might be worth adding to the automatically created scripts? Not sure how many people are even running these dinosaurs anymore.