Command line usage

This table shows the available commands for the error database.

You can also use hcicmd from a command-line interface to resend from the error database. This feature is available from the Database Administrator GUI.

Command Usage
hcidbdump This supports a regex search on message content and dump error context.
hcidbdump {-r|-e} [-U userid] [-l] [-L [-x]] [-v] [-D] [-i]
[-f source_system] [-o owner_system] [-d dest_system] [-t type] 
[-s state] [-S time] [-E time] [-M map] [-O time] [-a] [-b [eof]] 
[-F] [-n meta_file] [-m mid] [-c] [-C] [-R] [-w searchExp] 
[Output_file]

[-w searchExp] supports regular expression search on message content.

[-c ] displays context from error database.

hcidbinit This initializes the SQLite error database file.
hcidbinit [-A] [-r] [-e] [-i] [-m [-s threadName]] 
[-t] [-C] [-f]
hcidbsetvers This gets/sets the error database versions from the SQLite error database file.
hcidbsetvers [-O] [-f] [-q] [-u userid] [-v]
hcidbconvert This converts messages in the current site’s Raima database to the SQLite database.
hcidbconvert -e [-v] [-p password] [targetDbFile]

-e is the error database.

-v is verbose.

-p password sets the password for the SQLite database.

targetDbFile converts the messages into the specific SQLite targetDbFile file.

For error database conversion, by default hcidbconvert exports messages from Raima database files under $HCISITEDIR/exec/databases and imports messages into $HCISITEDIR/exec/databases/elog.sqlitedb.