Background documentationhss_enable Locate this document in the navigation structure

 

Use this command to define a database as the master database of a hot standby system.

Prerequisites

  • The database is on that computer to which you assigned the virtual server name using the cluster software.

  • The database is in the OFFLINE operational state.

  • You have connected to the database on the virtual server.

Structure

hss_enable lib=<hs_storage_dll> node=<virtual_server_name>

Options

Option

Description

<hs_storage_dll>

Name of the library required for controlling the memory management system

<virtual_server_name>

Name of the virtual server

Result

OK

In the event of errors, see Reply Format.

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the database DEMODB on the virtual server HOTEL_VIRTUAL, define the master database by specifying the library libhsscopy for triggering the memory management system:

>dbmcli –u OLEG,MONDAY –d DEMODB –n HOTEL_VIRTUAL hss_enable lib=libhsscopy node=HOTEL_VIRTUAL

OK

More Information

Database Administration, Hot Standby