Clustering

Hello Experts,
I have a quick question.Does the terracota server array(TSA) needs to be UP in both the servers which are in clustering or else Is it the case one of the primary server which acts as active needs to be up ?
Because while starting both the TSA’s ,the primary(active) is running and the other one got shutdown by giving the error as below:

INFO | jvm 1 | 2017/06/30 04:32:13 | ****************************************************************************

INFO | jvm 1 | 2017/06/30 04:32:13 | The cluster IDs of the servers dont match.

INFO | jvm 1 | 2017/06/30 04:32:13 |

INFO | jvm 1 | 2017/06/30 04:32:13 | This server’s cluster ID : 68b67903fedc448d93d139f0a4b912c7

INFO | jvm 1 | 2017/06/30 04:32:13 | Active server’s cluster ID : e801acc55c884ada9d3987c9023448c3

INFO | jvm 1 | 2017/06/30 04:32:13 |

INFO | jvm 1 | 2017/06/30 04:32:13 | This could happen when two servers from different clusters are cross-talking

INFO | jvm 1 | 2017/06/30 04:32:13 | to each other (due to a setup error) or when the passive is restarted before

INFO | jvm 1 | 2017/06/30 04:32:13 | the active server after a complete cluster shutdown (an user error).

INFO | jvm 1 | 2017/06/30 04:32:13 | ****************************************************************************

INFO | jvm 1 | 2017/06/30 04:32:13 |

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.l2.ha.ClusterStateImpl.setStripeID(ClusterStateImpl.java:195)

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.l2.msg.ClusterStateMessage.initState(ClusterStateMessage.java:201)

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.l2.ha.ReplicatedClusterStateManagerImpl.handleClusterStateMessage(ReplicatedClusterStateManagerImpl.java:184)

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.l2.ha.ReplicatedClusterStateManagerImpl.messageReceived(ReplicatedClusterStateManagerImpl.java:162)

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.net.groups.TCGroupManagerImpl.fireMessageReceivedEvent(TCGroupManagerImpl.java:791)

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.net.groups.TCGroupManagerImpl.messageReceived(TCGroupManagerImpl.java:749)

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.objectserver.handler.ReceiveGroupMessageHandler.handleEvent(ReceiveGroupMessageHandler.java:35)

INFO | jvm 1 | 2017/06/30 04:32:13 | at com.tc.async.impl.StageImpl$WorkerThread.run(StageImpl.java:188)

INFO | jvm 1 | 2017/06/30 04:32:17 | 2017-06-30 04:32:17,056 INFO - Management server started on 10.35.1.206:9540

INFO | jvm 1 | 2017/06/30 04:32:17 | 2017-06-30 04:32:17,228 INFO - Successfully loaded base configuration from file at ‘D:\SoftwareAG\Terracotta\server\wrapper\work..\conf\tc-config.xml’.

INFO | jvm 1 | 2017/06/30 04:32:19 | 2017-06-30 04:32:19,400 INFO - Stop success. Response code 204

STATUS | wrapper | 2017/06/30 04:32:21 | ← Wrapper Stopped

Thanks in advance…