CLI Cookbook: VDB status
It is possible to get a virtual database (VDB) status from the CLI.
Log into the CLI as any user that has privileges on the VDB.
ACTIONSCRIPT3ssh admin@yourengine
From source go to the VDB you want to get a status on.
ACTIONSCRIPT3delphix > sourcedelphix source > lsdelphix source > select <yourvdb>
Run the get runtime command to see all information or just get runtime.status for if the VDB is running.
ACTIONSCRIPT3delphix source 'vdb' > get runtime
or
ACTIONSCRIPT3delphix source 'vdb' > get runtime.status
If you would like to see more than one VDBs status you can also do the following:
ACTIONSCRIPT3delphix > sourcedelphix source > list display=name,runtime.status