Integrations with Other Applications
Microsoft Cluster Server Integration
Chapter 13626
NOTE When the command is run, the elapsed time for each backup
specification is checked and the session is aborted if the specified
conditions are met. For example, in the Data Protector GUI specify that
the backup specification is aborted if it has been running for less than 30
minutes. When the failover occurs and when the omniclus command is
started, the session is aborted if it has been running for less than 30
minutes, otherwise it continues.
Temporarily Disabling Backup Sessions To balance the load after
a failover, you can also disable the Cell Manager for some time. All
running session are continuing but you cannot start new backups until
the Cell Manager is enabled again. You define this only by using
scripting.
Command Line In the batch file, modify the omniclus command as follows:
omniclus.exe -clus <Data Protector_virtual_server> -inhibit
minutes
Examples To disable new backups on the server obvs.company.com for 20 minutes,
use the following command line:
omniclus.exe -clus obvs.company.com -inhibit 20
To disable new backups until the Cell Manager is enabled again, use the
following command line:
omniclus.exe -clus obvs.company.com -inhibit *
To enable backups again, run the following command line in CLI:
<Data_Protector_home>\bin\omniclus -clus obvs.company.com
-inhibit 0