IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2024, 11:37:56 AM (2 years ago)
Author:
eugene
Message:

merge changes from trunk : updates to rebalance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/tools/eam/rebalance/launch.trash.errors.sh

    r42562 r42620  
    11#!/bin/csh
    22
     3set mode = trash.errors
    34set program = `basename $0`
    4 
    5 set run = v0
    6 set version = 20230802
    7 set mode = trash.errors
    8 
    9 set srchost = (ipp100 ipp108 ipp112 ipp114)
    10 set srcvol  = (     0      0      1      0)
    11 set tgthost = (ipp161 ipp161 ipp162 ipp162)
    12 set tgtvol  = (     0      1      0      1)
    13 
    14 set mydir = /data/ipphome1.0/home/eugene/rebalance.20230802
     5source $HOME/.rebalance.sh
    156
    167if ($#argv == 0) then
     
    2213
    2314if ("$1" == "launch") then
    24 
    25   # NOTE: the insert jobs run on the target machines, not source machines
    2615
    2716  set i = 1
     
    6150  exit 0
    6251endif
     52
     53echo "USAGE: $program launch"
     54echo "USAGE: $program run (Nentry)"
     55echo "   eg: $program run 1"
     56exit 2
Note: See TracChangeset for help on using the changeset viewer.