Ignore:
Timestamp:
Aug 30, 2010, 6:10:37 PM (15 years ago)
Author:
rock
Message:

Add Function Code: intergated xen command (drbl_xen_cmd.sh)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/check_drbl_vm.sh

    r202 r203  
    3636   
    3737    if [ $IP_status == "online" ]; then
    38         ssh -o StrictHostKeyChecking=no $client_IP "xentop -b -i1" >> $drbl_vm_xentop_file
     38        ssh -o StrictHostKeyChecking=no $client_IP "xentop -b -i1" > $drbl_vm_xentop_file
    3939        vm_hostnames="$(cat $drbl_vm_xentop_file | sed -n '3,$p' | awk '{print $1}')"
    4040   
Note: See TracChangeset for help on using the changeset viewer.