[Date Prev]
[Date Index]
[Date Next]
[Thread Prev]
[Thread Index]
[Thread Next]
iLO 3 config?
Bruce Edge bruce.edge@gmail.com
Thu, 5 Aug 2010 23:16:32 GMT
Anyone have a working set of config directives for getting conserver working with iLO 3?
I have conserver working via telnet to iLO2, but with iLO3 HP did away with telnet and now one must use ssh.
I have ssh keys on the server already so I can login without a password. Here's my config:
default ilo-vsp-ssh-expect {
type host;
port 22;
sslrequired yes;
# The iLO Username and Password are passed as the first and
# second parameters of the ilo-vsplogin script:
initcmd "/usr/local/bin/ilo-vsplogin-ssl";
}
console kaan-40 {
master localhost;
include ilo-vsp-ssh-expect; host kaan-40m;
}
And the script:
#!/usr/bin/expect -f
set send_slow {1 0.02}
send -s "\r"
expect "iLO> "
send -s "VSP\r"
The result is:
0 %> console kaan-40
[`kaan-40' -- console is initializing]
[Enter `^Ec?' for help]
SSH-2.0-RomSShell_4.62
$Protocol TimeoutE��7�SSH-2.0-RomSShell_4.62
$Protocol Timeout丑�=.SSH-2.0-RomSShell_4.62
$Protocol Timeout��_��SSH-2.0-RomSShell_4.62
$Protocol Timeout��M%(SSH-2.0-RomSShell_4.62
Any pointers greatly appreciated.
Thanks!
-Bruce