bstr_realm_unset_db(1) — Commands
Name
bstr_realm_unset_db − Deletes the database that contains the PODB definitions for the specified Realm.
Syntax
bstr_realm_unset_db realm_name [-s]
Parameters
realm_nameSpecifies the name of the Realm whose database you wish to delete.
Description
Execute the bstr_realm_unset_db command to delete the database associated with realm_name. BASEstar Open deletes the specified database, together with its contents. Deleting the database for a specified Realm means deleting all its PODB object definitions.
The bstr_realm_unset_db command performs the physical deletion of the PODB database for the specified Realm only if there are no other Nodes still set for that Realm.
Note that the bstr_realm_unset_db command is executed automatically by the bstr_realm_unset_node command.
If the -s option is specified, the bstr_realm_unset_db deletes all the object definitions for realm_name but not the snapshot configurations.
Options
-s
If you specify this option, the bstr_realm_unset_db deletes all the object definitions for realm_name, but leaves the snapshot configurations.
See Also
| bstr_realm_setup_db | # |