Post migration of gateway part of the cluster using Manual Expedited Migration Procedure, the gateway service fails to start.
Release : 10.0
Component : API GATEWAY
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