You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

  1. Add the host to the NODES table.
  2. Add the host to the MONHOST table.
  3. Create TOOLSPEC entries for the new host based on another monitoring host with SQL like:
    insert into TOOLSPECS (srcNodeID, destNodeID, toolName, toolPath, toolDo, testtype,
      toolOpts1, time2run, daysToAnalyze, dataToAnalyze, runInterval)
    select <iepm-bw.slac.stanford.edu node ID>, <new host node ID>, toolName, toolPath, toolDo, testtype,
      toolOpts1, time2run, daysToAnalyze, dataToAnalyze, runInterval
    from TOOLSPECS where destNodeID=<host to duplicate node ID>
      
  4. Try to run /afs/slac/package/netmon/bandwidth-tests/v3src/fetch-monitoring-hosts and the new host should show up in that list.
  5. Try to run /afs/slac/package/netmon/bandwidth-tests/v3src/make-bw-html -h iepm-bw.slac.stanford.edu and the new hosts should get its results fetched.
  • No labels