2 # invoke as sipb-xen-remote-proxy-$TYPE, with "TYPE" in the remctl sense.
4 klist -s || kinit -k host/remote.mit.edu
9 MACHINE="$1"; SERVICE="$2"; shift; shift ;;
11 SERVICE="$1"; shift ;;
14 case "$TYPE/$SERVICE" in
16 sipb-xen-remote-listvms "$@" ;;
18 sipb-xen-remote-create "$MACHINE" "$@" ;;
20 sipb-xen-remote-listhost "$MACHINE" "$@" ;;
22 # Everything but create must go where the VM is already running.
23 sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;
25 remctl black-mesa remote "$TYPE" "$SERVICE" "$@" ;;