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.
ActionScriptssh admin@yourengine -
From source go to the VDB you want to get a status on.
ActionScriptdelphix > 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.
ActionScriptdelphix source 'vdb' > get runtimeor
ActionScriptdelphix source 'vdb' > get runtime.status -
If you would like to see more than one VDBs status you can also do the following:
ActionScriptdelphix > sourcedelphix source > list display=name,runtime.status