Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
  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:
    Code Block
    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.