How to activate and deactivate queues
search cancel

How to activate and deactivate queues

book

Article ID: 186567

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Are there any commands or scripts to deactivate and activate queues in bulk? 

Environment

Release : 8.5

Component : UIM

Resolution

The hub probe has a probe callback called queue_active to activate or deactivate queue. It has two parameters. The first parameter 'queue' is the queue name and the second parameter 'active' takes parameter 'yes' or 'no'

It can be run using a script to do it in bulk. Some sleep(pause) is recommended in between as each command may take some time.
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/unified-infrastructure-management/9-0-2/administering/run-probe-commands-from-a-command-prompt.html