Entering content frame

Addressing a Standby Component 

Use

You send a Database Manager (DBM) command to a standby component via the master component.

DBM commands should usually be sent to the cluster and not directly to standby components. The cluster software forwards the commands to the master component. The master component executes the commands and synchronizes the standby components if necessary.

Prerequisites

You have the required server authorizations.

Syntax

hss_execute <hs_node_nnn> <dbm_command>

 

hs_node_nnn

Server name/standby component address nnn.

dbm_command

DBM command

Reply

The system displays an OK message.

Example

To query the status of the standby component parma, use the following command:

hss_execute parma db_state

 

 

Leaving content frame