xcat-core/xCAT-server/share/xcat/cons/hpblade.expect
cridye 8d03cc0b67 ilo console files
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4551 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-11 21:02:49 +00:00

18 lines
239 B
Plaintext
Executable File

#!/usr/bin/expect -f
#
# © Copyright 2009 Hewlett-Packard Development Company, L.P.
# EPL license http://www.eclipse.org/legal/epl-v10.html
#
set send_slow {1 0.02}
expect "</<hpiLO->"
sleep 5
send -s "vsp"
sleep 1
send "\r"
exit 0