Name
vxdbinfo -- a database module information program
Syntax
vxdbinfo [-O] [-L
dir]
Description
vxdbinfo will load all backend modules and print their
descriptive name, description, and author. When used with the -O
option, the database(s) are opened (in read-only mode) and closed too. It is
basically just an information and debugging tool. You can specify additional
search directories for backend modules using the -L
option,
e.g.:
vxdbinfo -L /usr/local/lib -L ~/lib
Options
-L dir |
Search this directory for Vitalnix database modules too. |
-O |
Do not just load the database modules, but also
call the vxdb_open() function. |