iLO2 automation with expect
I wrote a nice little script in expect to log in to HP’s iLO2 via the local serial.
Forgot to add this into the pastie though…
The target machine needs the below added to /etc/inittab:
7:2345:respawn:/sbin/mingetty ttyS1
And re-initialise with “telinit q”
Only tested against RedHat systems.
Code @ pastie.org
Advertisement