Ignore:
Timestamp:
Aug 30, 2010, 2:18:14 PM (14 years ago)
Author:
rock
Message:

Add: Automatic packaging drbl-virt (tar_drbl-virt.sh)

File:
1 edited

Legend:

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

    r200 r202  
    2020
    2121# [Main]
     22drbl_sshkey
    2223for client_IP in $client_IPs
    2324do
    2425    # local variables
    25     client_hostname="$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | awk '{print $2}')"
     26    client_hostname="$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | grep $client_IP | awk '{print $2}')"
    2627    IP_status="online"
    2728    client_CPU_core=""
Note: See TracChangeset for help on using the changeset viewer.