- Add the host to the NODES table.
- Add the host to the MONHOST table.
- 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>
- Try to run
/afs/slac/package/netmon/bandwidth-tests/v3src/fetch-monitoring-hosts
and the new host should show up in that list. - 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.