This documentation site is no longer maintained. For the latest Delphix product documentation, please visit help.delphix.com
Continuous Data

Disable, enable, start, and stop

Disable

Run the below commands to disable a dSource. You must select the same sourceConfig name that was given during VDB creation.

Example - 


> source

> select testscfgv

> disable

> commit

Enable

Run the below command to enable a dSource.

Example - 


> source

> select testscfgv

> enable

> commit


Stop

Run the below command to stop a dSource.

Example - 


> source

> select testscfgv

> stop

> commit


Start

Run the below command to start a dSource.

Example - 


> source

> select testscfgv

> start

> commit