IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

cleaning up these scripts a bit (could be consolidated)

File:
1 edited

Legend:

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

    r42534 r42606  
    11#!/bin/csh
    22
     3# set to 'insert' first, then run with 'insert.check'
     4set mode = insert
     5# set mode = insert.check
     6set mydir = /data/ipphome1.0/home/eugene/rebalance.20240129
     7
     8source $mydir/configure.sh
    39set program = `basename $0`
    4 
    5 set run = v0
    6 set version = 20230802
    7 
    8 # set to 'insert' first, then run with 'insert.check'
    9 # set mode = insert
    10 set mode = insert.check
    11 
    12 set srchost = (ipp100 ipp108 ipp112 ipp114)
    13 set srcvol  = (     0      0      1      0)
    14 set tgthost = (ipp161 ipp161 ipp162 ipp162)
    15 set tgtvol  = (     0      1      0      1)
    16 
    17 set mydir = /data/ipphome1.0/home/eugene/rebalance.20230802
    1810
    1911if ($#argv == 0) then
     
    6456endif
    6557
     58echo "USAGE: $program launch"
     59echo "USAGE: $program run (Nentry)"
     60echo "   eg: $program run 1"
     61exit 2
Note: See TracChangeset for help on using the changeset viewer.