Changeset 203 for drbl-virt/sbin/check_drbl_vm.sh
- Timestamp:
- Aug 30, 2010, 6:10:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/check_drbl_vm.sh
r202 r203 36 36 37 37 if [ $IP_status == "online" ]; then 38 ssh -o StrictHostKeyChecking=no $client_IP "xentop -b -i1" > >$drbl_vm_xentop_file38 ssh -o StrictHostKeyChecking=no $client_IP "xentop -b -i1" > $drbl_vm_xentop_file 39 39 vm_hostnames="$(cat $drbl_vm_xentop_file | sed -n '3,$p' | awk '{print $1}')" 40 40
Note: See TracChangeset
for help on using the changeset viewer.