cancel
Showing results for 
Search instead for 
Did you mean: 

How to restart a job using command line

Ingram
Level 4
Hi,

Can you give me the command on how to restart a job using command-line?

Thank You
1 ACCEPTED SOLUTION

Accepted Solutions

Nicolai
Moderator
Moderator
Partner    VIP   

Use bpdbjobs -restart {jobid}


bpdbjobs: -resume | -suspend | -delete | -cancel | -restart
        <job1,job2,...jobn> | type=<jobtype> | type=all
        [ -M <master servers> ] [ -quiet ]

To get the job just issue bpdbjobs, it's a text version of the activity monitor output.

View solution in original post

3 REPLIES 3

Nicolai
Moderator
Moderator
Partner    VIP   

Use bpdbjobs -restart {jobid}


bpdbjobs: -resume | -suspend | -delete | -cancel | -restart
        <job1,job2,...jobn> | type=<jobtype> | type=all
        [ -M <master servers> ] [ -quiet ]

To get the job just issue bpdbjobs, it's a text version of the activity monitor output.

Ingram
Level 4
Ok thanks for the information.

Nicolai
Moderator
Moderator
Partner    VIP   

It's was a pleasure to help you :)