bstr_realm_shut_node(1) — Commands
Name
bstr_realm_shut_node − Shuts down Realm-specific environment components for the Node on which it is executed.
Syntax
bstr_realm_shut_node realm_name [-h] [-v]
Parameters
realm_nameSpecifies the local name of the Realm whose Realm-specific environment components you wish to shut down.
Description
Execute the bstr_realm_shut_node command on a given Node for a given Realm to make the specified Realm unavailable on the Node.
The bstr_realm_shut_node command performs the following steps:
•Shuts down the PC Communication server.
•Shuts down the Application Management Services server and therefore terminates the Activities and Programs under its control.
•Shuts down the Global Object Services
server.
•Shuts down the Communication Service. The Communication Service processes are only stopped after termination of the application components.
Note that the --h option causes the Communication Service to terminate unconditionally, without waiting for the Application Components to terminate.
Before issuing this command, shut down the Realm application components as appropriate. If you are addressing a PODB Node, execute the bstr_realm_shut_db command before executing the bstr_realm_shut_node command.
Options
-h
When this option is specified, the bstr_realm_shut_node command also forces all the realm-specific environment components active on the Node to terminate.
If this option is not specified (default), the Communication Service component is only terminated when there are no more Realm environment or application components active on the Node.
-v
This option displays additional information on the execution of the command.
Examples
$ bstr_realm_shut_node MY_REALM<Return>
If you are logged in to NODE1, this command shuts down the internal components on the specified Node for MY_REALM.
See Also
| bstr_realm_start_node | # |