#!/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