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.
CODE
> source
> select testscfgv
> disable
> commit
Enable
Run the below command to enable a dSource.
CODE
> source
> select testscfgv
> enable
> commit
Stop
Run the below command to stop a dSource.
CODE
> source
> select testscfgv
> stop
> commit
Start
Run the below command to start a dSource.
CODE
> source
> select testscfgv
> start
> commit