resume space

This command is used when shared-all persistence is specified for the space. Use this command on spaces that are in a SUSPENDED state to help them resume writing to the persister.

Syntax

resume space <string>

Parameters

The following table lists the parameters for this command with a description of each parameter.

resume space Parameters
Parameter Description
space Specifies the name of the space to resume.

If shared-all persistence is set for the space and the space loses one of its persisters, then the space is set to the SUSPENDED state, which means that no writes to the persister can occur. You can issue the resume space command to put the space back in a normal state.

Example

resume space ’myspace’
Note: String values passed as parameters must be enclosed in either single or double quotes.