- Timestamp:
- Oct 24, 2008, 10:09:06 PM (16 years ago)
- Location:
- trunk/packages/invirt-remote-host
- Files:
-
- 4 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote-host/files/usr/sbin/invirt-remote
r1237 r1239 1 1 #!/bin/sh 2 # sipb-xen-remote TYPE SERVICE [ARGS...]2 # invirt-remote TYPE SERVICE [ARGS...] 3 3 # 4 4 # We carry out the remctl command proxied to us by the remote-control server. … … 11 11 control) 12 12 # $SERVICE is hostname 13 COMMAND=/usr/sbin/ sipb-xen-vmcontrol13 COMMAND=/usr/sbin/invirt-vmcontrol 14 14 ;; 15 15 web) 16 16 case "$SERVICE" in 17 17 lvcreate|lvremove|lvrename|lvresize) 18 COMMAND=/usr/sbin/ sipb-xen-lvm18 COMMAND=/usr/sbin/invirt-lvm 19 19 ;; 20 20 vmboot) 21 COMMAND=/usr/sbin/ sipb-xen-vmcontrol21 COMMAND=/usr/sbin/invirt-vmcontrol 22 22 ;; 23 23 listvms) 24 COMMAND=/usr/sbin/ sipb-xen-listvms24 COMMAND=/usr/sbin/invirt-listvms 25 25 ;; 26 26 info) … … 39 39 esac 40 40 41 #echo $COMMAND "$SERVICE" "$@"42 41 $COMMAND "$SERVICE" "$@"
Note: See TracChangeset
for help on using the changeset viewer.