cancel
Showing results for 
Search instead for 
Did you mean: 

suspend the secondary operation in ALL slp

Morley72
Level 2

Hi all,
There is a need for a schedule to suspend the secondary operation in ALL slp. Please tell me how to do it from the command line?

nbstlutil inactive -force -lifecycle *


the command above does not work as wildcard is not supported

2 REPLIES 2

Anshu_Pathak
Level 5

@Morley72 

You can do it from GUI. Select all SLPs and do right click --> Suspend secondary operations

Unfortunately not possible from command line.

Nicolai
Moderator
Moderator
Partner    VIP   

You can list SLP's with 

nbstl -l

and then de-activat SLP processing one by one using the following command:

nbstlutil inactive -lifecycle {lifecycle name}

There is no wild card options, but you can script it, by first listing avaiable SLP's and then de-activate those found. Vice versa when activating.