You define a standby component for a hot standby system.
· The operational state of the hot standby system is ONLINE.
· You have the server authorization ParamFull.
hss_addstandby <hs_node> login=<os_user>,<os_user_password> [path=<dependent_path>] [delay=<hs_delay_time>]
Options
Option |
Description |
<hs_node> |
Host name or address of the standby component |
<os_user> |
Operating system user on the standby server; must have administration rights for the server. |
<os_user_password> |
The operating system user’s password |
<dependent_path> |
Installation path of the server software (depends on the
database version) on the standby host. |
<hs_delay_time> |
Delay (in seconds) with which log entries for the master component are read into the standby component and the corresponding transactions are executed. |
OK
hss_addstandby PARMA login=ANNA,MAY
OK
See also:
Example in Setting Up a Hot Standby System