Manual Expedited Migration Procedure adds the source machine to Cluster Members
search cancel

Manual Expedited Migration Procedure adds the source machine to Cluster Members

book

Article ID: 205692

calendar_today

Updated On:

Products

CA API Gateway API SECURITY STARTER PACK-7

Issue/Introduction

Post migration of gateway part of the cluster using Manual Expedited Migration Procedure, the gateway service fails to start.

Environment

Release : 10.0

Component : API GATEWAY

Resolution

Remove the cluster members part of the gateway cluster.

a) Enter the mysql prompt and select your Gateway database

 # mysql
 mysql> use ssg;

b) Truncate the details from the cluster_info table

 mysql> truncate table cluster_info;
 mysql> exit;

c) Restart the ssg service
 # service ssg restart