sysadmin hibernate_off

Description

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

Syntax

sysadmin hibernate_off [, string_ID]

Parameters

string_ID

A valid identifier. If string_ID was specified with sysadmin hibernate_on, you must specify the same one that was used for sysadmin hibernate_on.

If you forget the string_ID, you can find it in the text column of the rs_recovery system table.

If you need to turn off hibernation mode for a replicate Replication Server after a successful route upgrade or route upgrade recovery, use the Replication Server name for the string_ID.

Examples

Example 1

This command turns off the hibernation mode of the Replication Server (TOKYO_RS):

sysadmin hibernate_off, TOKYO_RS

Usage

Permissions

sysadmin hibernate_off requires “sa” permission.

See also

sysadmin hibernate_on