Deployment option in Change Control

Prev Next

With a Change Control license, you can use the deployment option for large container deployments such as cluster. This option is implemented to avoid performance issues during large deployments.

When the deployment option is enabled, new volumes created are not hooked for file system hooking.

Note

The deployment option does not work in Application Control.

You can enable or disable the deployment option in Change Control using these commands:

  • To enable, run this command:

    sadmin deploy-on

  • To disable, run this command:

    sadmin deploy-off

To verify the status of the deployment option, run this command:

sadmin config show | grep "DeployMode"

  • If the result shows 1 (0x1), the deployment option is enabled
  • If the result shows 0 (0x0), the deployment option is disabled