Skip to main content
Skip table of contents

CLI Cookbook: VDB status

It is possible to get a virtual database (VDB) status from the CLI.

  1. Log into the CLI as any user that has privileges on the VDB.

    ACTIONSCRIPT3
    ssh admin@yourengine
  2. From source go to the VDB you want to get a status on.

    ACTIONSCRIPT3
    delphix > sourcedelphix source > lsdelphix source > select <yourvdb>
  3. Run the get runtime command to see all information or just get runtime.status for if the VDB is running.

    ACTIONSCRIPT3
    delphix source 'vdb' > get runtime

    or

    ACTIONSCRIPT3
    delphix source 'vdb' > get runtime.status
  4. If you would like to see more than one VDBs status you can also do the following:

    ACTIONSCRIPT3
    delphix > sourcedelphix source > list display=name,runtime.status
JavaScript errors detected

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

If this problem persists, please contact our support.