Skip to main content
Question

Disable multiple replications

  • October 15, 2025
  • 1 reply
  • 19 views

Forum|alt.badge.img+1

We have multiple orchestrated replication groups that we need to disable when work is done on the target virtual centre. Currently we have to disable every replication group on its own. Does anyone know of a way to disable adn enable all replcaition groups with a script or workflow?

1 reply

Forum|alt.badge.img+3
  • Vaulter
  • October 16, 2025

Hi ​@PaulV ,

To disable and enable all replication groups in Commvault, you can use the Command Center or automate the process with scripts or workflows. Here are your options:

1. Manual Method (Command Center)

  • You can manually disable or enable replication for each group from Auto Recovery > Replication groups by editing each group and toggling the replication status.

2. Scripted Method (QScript)

There is no out-of-the-box QScript specifically documented to bulk enable/disable all replication groups at once. However, you can use the Commvault API or CLI to automate this by iterating through all replication groups and updating their status.

  • API/CLI Automation:
    • Use the Commvault API to list all replication groups and update their status.
    • Refer to the API documentation for details: Commvault API Documentation

3. Workflow Method

There is no pre-built workflow in the Commvault Software Store specifically for bulk enabling/disabling all replication groups. You would need to create a custom workflow that:

  • Retrieves all replication groups.
  • Iterates through each group.
  • Disables or enables replication as required.

Regards,

Rohit Ravi