This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Howto delete scheduled operations

Hi there!
We are using a SUM to manage 50 UTMs.
In the meantime there is a amount of 400 old scheduled operations listed in the SUM. It seems that I have to delete them manually.
Is there any chance to ged rid of them in an easier way?

Thanx a lot!!! Jochen


This thread was automatically locked due to age.
Parents
  • Hey Jochen,

    I'm afraid there is no way in the UI to get rid of all finished scheduled operations. But you can log into the UTM console (e.g. via ssh) and then execute the following commands:

    /var/mdw/scripts/accd stop
    psql -U acc -c "delete from action_info where data like '%finished%'"
    /var/mdw/scripts/accd start

    But this is not a supported way of working with the SUM.

    Best regards,
    Sebastian
Reply
  • Hey Jochen,

    I'm afraid there is no way in the UI to get rid of all finished scheduled operations. But you can log into the UTM console (e.g. via ssh) and then execute the following commands:

    /var/mdw/scripts/accd stop
    psql -U acc -c "delete from action_info where data like '%finished%'"
    /var/mdw/scripts/accd start

    But this is not a supported way of working with the SUM.

    Best regards,
    Sebastian
Children
  • Hi sebokopter!
    Sorry for my late answer, but I had a hard week;-))
    Your script works and it's a great help for me. Thanks!!!
    After executing the restart-command, I get the following hint/error:
    ==========================
    Error executing '/var/chroot-accd/usr/share/acc-upgrade/17/U10supported_capabilities.pl'!

    Died at acc-upgrade.pl line 135.
    =========================
    Everytheing seems to work.
    Is it important for me or can I ignore it?

    Thanxs;-)) Jochen