- Timestamp:
- Oct 24, 2008, 12:00:00 AM (16 years ago)
- Location:
- trunk/packages/invirt-remote-server
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote-server/files/usr/sbin/invirt-remote-proxy
r1175 r1176 1 1 #!/bin/bash 2 # invoke as sipb-xen-remote-proxy-$TYPE, with "TYPE" in the remctl sense.2 # invoke as invirt-remote-proxy-$TYPE, with "TYPE" in the remctl sense. 3 3 4 4 klist -s || kinit -k … … 14 14 case "$TYPE/$SERVICE" in 15 15 web/listvms ) 16 sipb-xen-remote-listvms "$@" ;;16 invirt-remote-listvms "$@" ;; 17 17 control/create|control/install ) 18 sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;;18 invirt-remote-create "$SERVICE" "$MACHINE" "$@" ;; 19 19 control/listhost|control/list-host ) 20 sipb-xen-remote-listhost "$MACHINE" "$@" ;;20 invirt-remote-listhost "$MACHINE" "$@" ;; 21 21 control/* ) 22 22 # Everything but create must go where the VM is already running. 23 sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;23 invirt-remote-control "$MACHINE" "$SERVICE" "$@" ;; 24 24 * ) 25 25 remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
Note: See TracChangeset
for help on using the changeset viewer.