cridye e754fafcf2 hp ilo plugins
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4546 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-10 22:30:41 +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