Index: trunk/tools/eam/rebalance/launch.insert.errors.sh
===================================================================
--- trunk/tools/eam/rebalance/launch.insert.errors.sh	(revision 41746)
+++ trunk/tools/eam/rebalance/launch.insert.errors.sh	(revision 42314)
@@ -1,32 +1,69 @@
 #!/bin/csh 
 
-set run = v2
-set version = 20210702
+# src machines:
+set list = "ipp100 ipp101 ipp102 ipp104 ipp105 ipp108 ipp112 ipp114 ipp115 ipp117 ipp123 ipp124 ipp125 ipp126 ipp134 ipp136 ipp137 ipp139"
+
+set mydir = /data/ipphome1.0/home/eugene/rebalance.20220922
+
+if ($#argv == 1) then
+  if ("$1" != "launch") then
+    echo "USAGE: launch.insert.errors.sh launch"
+    exit 2
+  endif
+  foreach f ($list)
+    echo ssh -f $f "cd $mydir && ./launch.insert.errors.sh"
+         ssh -f $f "cd $mydir && ./launch.insert.errors.sh"
+  end
+  exit 0
+endif
+
+set run = v0
+set version = 20220922
 
 set myhost = `hostname`
 set Nhost = `hostname | sed s/ipp//`
 
+# ipp100 - ipp117 (10 total) need to have  ~7TB moved
+# ipp123 - ipp126 ( 4 total) need to have  ~9TB moved
+# ipp134 - ipp139 ( 4 total) need to have ~12TB moved
+
 set target = NONE
 switch ($myhost)
-  case ipp127
-  case ipp134
-  case ipp137
-  set target = ipp143
+  # total of 23TB
+  case ipp100
+  case ipp101
+  case ipp123
+  set target = ipp153
   breaksw;
 
-  case ipp128
-  case ipp135
-  case ipp138
-  set target = ipp144
+  # total of 35TB
+  case ipp102
+  case ipp104
+  case ipp124
+  case ipp136
+  set target = ipp154
   breaksw;
 
-  case ipp129
-  set target = ipp146
+  # total of 35TB
+  case ipp105
+  case ipp108
+  case ipp125
+  case ipp137
+  set target = ipp155
   breaksw;
 
-  case ipp130
-  case ipp136
+  # total of 23TB
+  case ipp112
+  case ipp114
+  case ipp126
+  set target = ipp156
+  breaksw;
+
+  # total of 38TB
+  case ipp115
+  case ipp117
+  case ipp134
   case ipp139
-  set target = ipp147
+  set target = ipp157
   breaksw;
 endsw
