EnterpriseOn-premisesZ Understand and Refactor
Enabling and disabling Z Understand and Refactor
Start and stop the Z Understand and Refactor workload without losing data.
Use the enable and disable commands to start and stop the workload after the initial setup is complete:
./bobctl understand enable # start
./bobctl understand disable # stop — preserves all data- The
enablecommand can run only after the initial setup has been completed. If setup has not been performed, the command returns an error. - The
disablecommand retains all PVCs and the setup secret. As a result, you can re-enable the workload without repeating the initial setup procedure. - Both commands support the
--no-waitand--dry-runoptions.
Timeouts
| Command | Default timeout | Override |
|---|---|---|
setup, enable | 900s (15 min) | BOB_UNDERSTAND_WAIT_TIMEOUT=<seconds> |
disable | 600s (10 min) | BOB_UNDERSTAND_WAIT_TIMEOUT=<seconds> |
How is this topic?