Message resend: resend_db command
The resend_db engine command is for resending messages. This command reads messages from a temporary, and optionally encrypted, database and sends them forward.
The IDE and Global Monitor use resend_db when using a database.
The resend command is used for file-based SMAT.
The -E
and -D
commands are for the database option. The other options are the same as
the resend command.
hcisiteinit.pl
this is the site name passed with the -c
option, or siteProto without the -c
option. For hcirootcopy.pl
, it refers
to individual sites in the site list that are passed by the -s
or -l
option. Usage:
resend_db ib_pre_tps|ib_post_tps|ob_pre_tps|ob_post_tps filename
[-e msg_encoding] [-E [0|1]] [-D [sqlite]]
Option | Scope | Description |
---|---|---|
-E |
|
|
-D |
|
The driver is used to read/write SMAT. Acceptable values are:
Using
|
There are two formats for file based SMAT: old and new. This script converts between the file-based SMAT format and database-based SMAT format. This script can only be used as a database export utility.
When a SMAT database file is encrypted, the encryption information is
read from $HCISITEDIR/siteInfo environment variable
or it can be overridden with the -s
option.