Zimbra Suite Plus/Zimbra Backup Plus/Operation queue and queue management: Difference between revisions

No edit summary
 
m (1 revision imported: Zimbra Suite Plus)
 
(No difference)

Latest revision as of 00:55, 8 September 2016




Zimbra Backup Plus - Operation queue and queue management

Zimbra Backup Plus - Operation queue and queue management

Every time a Zimbra Backup Plus operation is started - either manually or through scheduling - it is enqueued in a dedicated unprioritized FIFO queue. Each operation is executed as soon as any preceding operation is dequeued (either because it has been completed or terminated).

The queue system affects the following operations:

  • External Backup
  • All restore operations
  • Smartscan

Changes to Zimbra Backup Plus's configuration are not enqueued and are applied immediately.

Operation Queue Management

Through the Zimbra Suite Plus Administration Console

Viewing the Queue

In order to view the operation queue, access the "Notifications" tab in the Zimbra Suite Plus Administration Zimlet and click the "Operation Queue" button.

warning

The Zimbra Suite Plus Administration Zimlet displays operations enqueued both by the Zimbra Backup Plus and the Zimbra HSM Plus modules in a single view. This is just a design choice, as the two queues are completely separated, meaning that one Zimbra Backup Plus operation and one Zimbra HSM Plus operation can be running at the same time.

Emptying the queue

In order to stop the current operation and empty Zimbra Backup Plus's operation queue, enter the "Zimbra Backup Plus" tab in the Zimbra Suite Plus Administration Zimlet and click the "Stop all Operations" button.

Through the Zimbra Suite Plus CLI

Viewing the Queue

In order to view Zimbra Backup Plus's operation queue, the `getAllOperations` command is available:

zimbra@server:~$ zxsuite help backup getAllOperations

Syntax:
   zxsuite backup getAllOperations [attr1 value1 [attr2 value2...]]


PARAMETER LIST

NAME          TYPE       EXPECTED VALUES    DEFAULT
verbose(O)    Boolean    true|false         false

(M) == mandatory parameter, (O) == optional parameter

Usage example:

zxsuite backup getAllOperations
Shows all running and queued operations

Emptying the queue

In order to stop the current operation and empty Zimbra Backup Plus's operation queue, the `doStopAllOperations` command is available:

zimbra@mail:~$ zxsuite help backup doStopAllOperations

Syntax:
   zxsuite backup doStopAllOperations 


Usage example:

zxsuite backup doStopAllOperations
Stops all running operations

Removing a single operation from the queue

In order to stop the current operation or to remove a specific operation from the queue, the `doStopOperation` command is available:

zimbra@mail:~$ zxsuite help backup doStopOperation

Syntax:
   zxsuite backup doStopOperation {operation_uuid} 


PARAMETER LIST

NAME                 TYPE    
operation_uuid(M)    Uiid    

(M) == mandatory parameter, (O) == optional parameter

Usage example:

zxsuite backup doStopOperation 30ed9eb9-eb28-4ca6-b65e-9940654b8601
Stops operation with id = 30ed9eb9-eb28-4ca6-b65e-9940654b8601


Zimbra Suite Plus Resources

Here you can find useful resources for your Zimbra Suite Plus environment



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search