Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Administering ActiveSpaces with the Admin CLI : recover space

recover space
Admin CLI Command
Syntax
recover space <string> (with | without) data
Purpose
If shared-nothing persistence is implemented for the space, specifies whether, when the space is recovered, data is written from disk to the in-memory grid. If you specify with data, data is recovered from disk.
Parameters
The following table lists the parameters for this command with a description of each parameter.
You can specify with data or without data. If you specify with data, then if shared-nothing persistence is set for the space, data is written from disk to the in-memory grid. If you specify without data, recovery without data is performed (no data is read from the old file).
Example
recover space ’myspace’ with data

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved