The init-management-db script cleans out the Rhino disk-based database.

The primary effect of this is the deletion of all SLEE state (including deployed components, activation states and SLEE state). For the SDK, this means deleting and regenerating the embedded database.

Below are examples of init-management-db output for the production and SDK versions of Rhino:

Production

$ ./init-management-db.sh
Initializing database..
Connected to jdbc:postgresql://localhost:5432/template1 (PostgreSQL 8.4.9)
Connected to jdbc:postgresql://localhost:5432/rhino (PostgreSQL 8.4.9)
Database initialized.

SDK

Initializing database..
Connected to jdbc:derby:rhino_sdk;create=true (Apache Derby 10.6.1.0 - (938214))
Database initialized.
Previous page Next page
Rhino Version 2.6.1