sysadmin hibernate_on

Turns on hibernation mode for (or suspends) the Replication Server.

Warning!   The sysadmin hibernate_on command may result in loss detection when Replication Server has routes.

Syntax

sysadmin hibernate_on [, string_ID]

Parameters

Examples

Usage

  • Hibernation mode is a Replication Server state in which:
    • all Data Definition Language (DDL) commands are rejected,

    • most service threads, such as Data Server Interface (DSI), distributor, and Replication Server Interface (RSI) sender threads, are suspended,

    • all routes and connections are suspended, and

    • RSI users are logged off and not allowed to log back into the Replication Server.

  • You can execute system information (admin) and system administration (sysadmin) type commands while in hibernation mode.

  • Execute this command at the Replication Server for which you want to turn on hibernation mode.

  • You can turn hibernation mode on for a Replication Server to help you debug problems.

Permissions

sysadmin hibernate_on requires “sa” permission.

Related reference
sysadmin hibernate_off