The fhb-flags command allows setting any or all of the FSI Hot Backup flags (allfiles, global and local).
Syntax
fhb-flags +|-option {+|-option ...} |
Parameter(s)
option |
allfiles |
If enabled, all files except DT type files are logged. If disabled, only DL type files are logged. |
global |
Enables or disables enqueueing of updates for all processes. |
|
local |
Enables or disables enqueueing of updates for the current process. WARNING: Processes that locally disable enqueueing will not send updates to the queue even if global enqueueing is enabled. |
Example(s)
The example below illustrates disabling logging for all files and turning on update enqueueing for the current process (as well as all processes) and then running the fhb-status command to verify the changes.
fhb-flags -allfiles +local +global fhb-status -allfiles +global +local |
See Also