Starting the QDB server
QDB uses the Persistent Publish/Subscribe (PPS) service to dynamically configure databases. Before starting QDB, you must set up PPS. You can then use QDB to load and unload databases.
-
Enter
ppsto start PPS as a background process.PPS creates a root directory (/pps by default). -
Enter
mkdir -p /pps/qnx/qdbto create the directory structure used in the PPS configuration path.This is the path where PPS stores the database configuration objects, each of which describes the configuration of a specific QDB database. -
Enter
qdbfollowed by any desired options to start the QDB server.For debugging purposes, you should start qdb with -v and -V options to get verbose output. The -v option is cumulative, with each additional v adding a level of verbosity, up to seven levels. The -V option sends output to the console and to the slog2info log.
Page updated:
