Pause the system
Certain management tasks such as host backups require the system to be in the paused state. When you pause the system, the system queues any new queries or work until the system is resumed. By default, the system finishes the queries and transactions that are active at the time the pause command is issued.
[nz@nzhost ~]$ nzsystem pause
Are you sure you want to pause the system (y|n)? [n] y
[nz@nzhost ~]$ nzstate
System state is 'Paused'.
You can use the -now option to force a transition to the paused state, which causes the system to abort any active queries and transactions. As a best practice, use the nzsession show -activeTxn command to display a list of the current active transactions before you force the system to terminate them.