Advertisement
Guest User

Untitled

a guest
Nov 19th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. db.noc.alarms.active.remove('');
  2. db.noc.events.active.remove('');
  3. db.noc.events.new.remove('');
  4. db.noc.events.archive.remove('');
  5. db.noc.alarms.archive.remove('');
  6. db.noc.schedules.fm.correlator.remove('')
  7. db.noc.schedules.fm.correlator.runCommand("compact")
  8. db.noc.log.sa.failed_scripts.remove('')
  9. db.noc.log.sa.failed_scripts.runCommand("compact")
  10. db.noc.fm.outages.remove('')
  11. db.noc.fm.outages.runCommand("compact")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement