Changeset 198 for drbl-virt/sbin
- Timestamp:
- Aug 29, 2010, 4:35:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/check_drbl_vm.sh
r197 r198 16 16 client_IPs=$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | awk '{print $1}') 17 17 drbl_vm_file="/tmp/drbl_vm_status.$$" 18 drbl_vm_xentop_file="/tmp/drbl_vm_xentop.$$"19 18 20 19 … … 23 22 do 24 23 # local variables 24 drbl_vm_xentop_file="/tmp/drbl_vm_xentop.$client_IP.$$" 25 25 IP_status="online" 26 26 client_hostname="$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | awk '{print $2}')"
Note: See TracChangeset
for help on using the changeset viewer.