IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2024, 8:49:27 AM (2 years ago)
Author:
eugene
Message:

cleaning scripts further

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rebalance/launch.insert.sh

    r42606 r42607  
    44set mode = insert
    55# set mode = insert.check
    6 set mydir = /data/ipphome1.0/home/eugene/rebalance.20240129
    7 
    8 source $mydir/configure.sh
    96set program = `basename $0`
     7source $HOME/.rebalance.sh
    108
    119if ($#argv == 0) then
     
    4543  set myhost = `hostname`
    4644  if ($tn != $myhost) then
    47     echo "ERROR: need to run $mode on the source host ($tn vs $myhost)"
     45    echo "ERROR: need to run $mode on the target host ($tn vs $myhost)"
    4846    exit 3
    4947  endif
    5048
    51   echo "running on $myhost for source $hn.$hv to target $tn.$tv in mode $mode, version $version"
     49  echo "running $program on $myhost for source $hn.$hv to target $tn.$tv in mode $mode, version $version"
    5250  mkdir -p $hn.$hv
    5351  echo "./rebalance.mana $mode $hn $hv $tn $tv $version > & $hn.$hv/log.$mode.$version.$run &"
Note: See TracChangeset for help on using the changeset viewer.