Ignore:
Timestamp:
Nov 8, 2010, 10:22:43 AM (14 years ago)
Author:
rock
Message:

Add: migration command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/drbl_client_cmd

    r212 r222  
    2222# = 2. Functions declation =
    2323Usage(){
    24 echo "Usage: drbl_xen_cmd.sh options"
     24echo "Usage: drbl_xen_cmd options"
    2525echo "Options:"
    2626echo "-c|--client         client name"
    2727echo "-x|--execute        execute command"
    2828echo "Example:"
    29 echo "drbl_xen_cmd.sh -c drbl101 -x 'shutdown'"
     29echo "drbl_xen_cmd -c drbl101 -x 'shutdown'"
    3030}
    3131
     
    4646                    client_name=$1
    4747                else
    48                     echo "-h host_value is null"
     48                    echo "-h client value is null"
    4949                    Usage && exit 2
    5050                fi
Note: See TracChangeset for help on using the changeset viewer.