Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Enter the node into the 'NODES' data base.
  2. Enter the node into the 'MONHOST' data base.
  3. On iepm-bw.slac.stanford.edu, make a tar file including all the code.
    Code Block
    cd /afs/slac/package/netmon/bandwidth-tests/v3src
    tar -cvf v3src dist.tar
    gzip -T dist.scripts.tarlist
    scp dist.tar iepm@<fully qualified monitoring host name>:/home/iepm/dist.tar.gz
    
     
  4. Log onto the new monitoring host node under the 'iepm' account.
  5. execute the following to install the source code
    Code Block
    gunzip dist.tar.gzmkdir v3src
    cd v3src
    tar -xvf dist.tar