t 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.

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

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

    delphix source 'vdb' > get runtime

    or 

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

    delphix > source
    delphix source > list display=name,runtime.status