BSS Component Notes

Updating the BSS topology database

  1. Go to nettrash3.es.net
  2. cd to /usr/stats/data/today/ifrefpoll
  3. Copy the files in that directory to the machine that you will run updatedb on:
                 mkdir /tmp/buzz;
                 cd /tmp/buzz;
                 scp 'nettrash3.es.net:/usr/stats/data/today/ifrefpoll/*' . 
            
  4. cd to $OSCARS_HOME/examples/updatedb
  5. Run the update command with the directory you copied the files into
                (cd $OSCARS_HOME/examples/updatedb ; ./populatedb.sh -f /tmp/buzz)