Reconnecting a node to the grid
Note Check the solidDB Release Notes for any limitations that are associated with using a grid in the current release.
If a node was previously disconnected from the grid and has the membership state MEMBER_OFFLINE, you can reconnect the node to the grid.
Complete the following step to reconnect a disconnected node and return the grid to normal operation:
1 Make the node online by running the following statement in the grid leader:
ALTER GRID SET NODE NAME node-name ONLINE
The node status is returned to MEMBER_ONLINE.
Go up to