How to drop the spaces in ActiveSpaces when the AS is configured in SHARE_NOTHING mode.

How to drop the spaces in ActiveSpaces when the AS is configured in SHARE_NOTHING mode.

book

Article ID: KB0088686

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces -
Not Applicable -

Description

Description:
We have to drop a space from the AS. As per the documentation it was suggested to stop all as-agents and then drop the spaces. As we have configured the AS in shared nothing mode, if we stop all the AS-Agents, the data and all the spaces would be erased, but this is what we needed.

Is there any way to drop the spaces when the AS is configured in shared nothing mode and without stopping all the AS-agents (to retain all other spaces and data)?

Issue/Introduction

How to drop the spaces in ActiveSpaces when the AS is configured in SHARE_NOTHING mode.

Resolution

From as-admin we can issue all members of a space to leave.

as-admin> execute on members leave space “name”

Once all member leave, issue drop space.

 as-admin> drop space “name”

With this we can drop the spaces when the AS is configured in shared nothing mode and without stopping all the AS-agents (to retain all other spaces and data).



Additional Information