Skip to main content
Skip table of contents

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.