Changeset 198


Ignore:
Timestamp:
Aug 29, 2010, 4:35:19 PM (14 years ago)
Author:
rock
Message:

Modify: let each drbl client has each xentop file

File:
1 edited

Legend:

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

    r197 r198  
    1616client_IPs=$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | awk '{print $1}')
    1717drbl_vm_file="/tmp/drbl_vm_status.$$"
    18 drbl_vm_xentop_file="/tmp/drbl_vm_xentop.$$"
    1918
    2019
     
    2322do
    2423    # local variables
     24    drbl_vm_xentop_file="/tmp/drbl_vm_xentop.$client_IP.$$"
    2525    IP_status="online"
    2626    client_hostname="$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | awk '{print $2}')"
Note: See TracChangeset for help on using the changeset viewer.