resume space Admin CLI Command Syntax resume space <string> Purpose This command is used when shared-nothing persistence is specified for the space. Specifies that the specified space is resumed. Parameters The following table lists the parameters for this command with a description of each parameter. Table 12 resume space Parameters Parameter Description <string> Specifies the name of the space to resume. If shared-nothing 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 persistence files can occur. You can issue the resume space command to put the space back in a normal state. Example resume space ’myspace’ Parameter values must be enclosed in either single or double quotes.