bstr_realm_shut_db(1) — Commands
Name
bstr_realm_shut_db − Shuts down the Database Services
server for the specified Realm.
Syntax
bstr_realm_shut_db realm_name
Parameters
realm_nameSpecifies the local name of the Realm for which the Database Services
server is to be shut down.
Description
Execute the bstr_realm_shut_db command on the PODB Node only. This must be the first operation you perform in the realm_name shutdown process. Before issuing the command, you must ensure that there are no transactions in progress on the database. In other words, check that all the application components have been shut down in an orderly fashion, and that no CLI or Graphic Configuration utility operators are working on the PODB definitions for realm_name.
Examples
$ bstr_realm_shut_db MY_REALM <Return>
If you are logged in to the PODB Node (NODE_DB), the bstr_realm_shut_db command shuts down the Database Service server for MY_REALM.
See Also
| bstr_realm_start_db | # |