Forum Discussion

perez_cmz's avatar
perez_cmz
Level 6
10 years ago

Cancelling a non-SLP duplication

I'm attempting to cancel a non-SLP duplication job with the following command, but it just hangs. bpdbjobs -cancel 240936214 |type=DUP|   I initiated the duplication job from the gui. Any he...
  • Marianne's avatar
    10 years ago

    kill 3242
    or 
    kill -9 3242

    Try kill without -9 first as this will try to do a proper process cleanup including closing of network ports.

    Read up at OS level about kill command and its options:
    man kill