sysadmin hibernate_off

Turns off hibernation mode for the Replication Server and returns it to an active state.

Syntax

sysadmin hibernate_off [, 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 off hibernation mode.

  • A destination Replication Server might be in hibernation mode when route upgrade fails. Do not use sysadmin hibernate_off to reactivate the Replication Server. Use Replication Manager to recover the route upgrade. For more information, see the Replication Manager online help.

  • Occasionally, a destination Replication Server is placed into hibernation mode after a successful route upgrade. Use sysadmin hibernate_off to reactivate the destination Replication Server.

Permissions

sysadmin hibernate_off requires “sa” permission.

Related reference
sysadmin hibernate_on