Changeset 189 for drbl-virt/sbin/drbl_xen_repush.sh
- Timestamp:
- Aug 26, 2010, 8:42:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_xen_repush.sh
r188 r189 58 58 VM_MACs=$(cat /opt/drbl-virt/etc/macadr-VM-$eth.txt) 59 59 60 echo -e "VM_IPs=$VM_IPs \n VM_IPs_nu=$VM_IPs_nu \n VM_hosts=$VM_hosts \n VM_MACs=$VM_MACs"60 #echo -e "VM_IPs=$VM_IPs \n VM_IPs_nu=$VM_IPs_nu \n VM_hosts=$VM_hosts \n VM_MACs=$VM_MACs" 61 61 62 62 # delete duplicating value(ip,hostname) in IP_HOST_TABLE 63 if [ -e /etc/drbl/IP_HOST_TABLE ]; then64 $Work_Path/duplicate_del /etc/drbl/IP_HOST_TABLE65 fi63 #if [ -e /etc/drbl/IP_HOST_TABLE ]; then 64 #$Work_Path/duplicate_del /etc/drbl/IP_HOST_TABLE 65 #fi 66 66 # add ip & hostname 67 $Work_Path/add_value /opt/drbl-virt/etc/IP_VM_$eth /etc/drbl/IP_HOST_TABLE $eth 67 #$Work_Path/add_value /opt/drbl-virt/etc/IP_VM_$eth /etc/drbl/IP_HOST_TABLE $eth 68 69 # == delete duplicating MAC == 68 70 69 71 # == Add Mac address to macadr-ethX.txt == 70 72 if [ -e /etc/drbl/macadr-$eth.txt ]; then 71 $Work_Path/duplicate_del_MAC /etc/drbl/macadr-$eth.txt73 delete_duplicating_MAC 72 74 fi 73 75 cat /opt/drbl-virt/etc/macadr-VM-$eth.txt >> /etc/drbl/macadr-$eth.txt
Note: See TracChangeset
for help on using the changeset viewer.