bstr_realm_setup_db(1) — Commands
Name
bstr_realm_setup_db − Creates a DBMS-dependent database where you can store PODB object definitions for the specified Realm.
Syntax
bstr_realm_setup_db realm_name [-c] [-l location]
Parameters
realm_nameSpecifies the local name of the Realm for which the database is to be created.
The login and password name for the database are those of the specified Realm.
Description
Issue this command on the Realm PODB Node only, after you have set up the PODB Node, using the bstr_node_setup command.
The bstr_realm_setup_db command first checks whether any snapshots still exist for realm_name. If there are, it displays an error message and does not create the PODB database. To force the command to delete the snapshots, you must specify the -c qualifier.
The bstr_realm_setup_db command writes additional information to the <realm_name>_setup_db.log file created under the
$BSTR_WORK_ROOT/realm/realm_name/tmp directory.
Options
-c
Forces the command to delete any existing snapshots for realm_name.
-l locationNot allowed.
See Also
| bstr_node_setup | # |