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 a VDB

Disable

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

> source
> select testscfgv
> disable
> commit

Enable

Run the below command to enable a dSource.

> source
> select testscfgv
> enable
> commit

Stop

Run the below command to stop a dSource.

> source
> select testscfgv
> stop
> commit

Start

Run the below command to start a dSource.

> source
> select testscfgv
> start
> commit