8d03cc0b67
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4551 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
18 lines
239 B
Plaintext
Executable File
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
|