Server status : Starting after Expedite Manual Upgrade
search cancel

Server status : Starting after Expedite Manual Upgrade

book

Article ID: 199593

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Once we upgrade with your company documentation : https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/10-0/install-configure-upgrade/upgrade-the-gateway/upgrade-an-appliance-gateway/post-upgrade-tasks.html

I restart the service under ssh. 
However the server doesn't up. 
----------------------------------------------------------------------
Layer7 API Gateway Status
----------------------------------------------------------------------

Configuration:
    Node Status = STARTING
    Node Status Timestamp = 2020-09-15 18:02:05
    Node Status Since = 2020-09-15 17:57:04


Environment

Gateway 10.X 11.X

Cause

Manual Expedited Appliance Upgrade requires the copying of the mysql from the previous version, which includes the cluster_info table

Documentation missing this step

If this table is not cleared the gateway may received the error when starting the gateway 

**** Unable to start the server: Error starting server : Lifecycle error: Could not initialize Hazelcast cluster

Resolution

Manual Expedited Appliance Upgrade requires the copying of the mysql from the previous version, which includes the cluster_info table

Documentation missing this step

If this table is not cleared the gateway may received the error when starting the gateway
**** Unable to start the server: Error starting server : Lifecycle error: Could not initialize Hazelcast cluster


Resolve remove all entries of the cluster_info table

To view: mysql> select * from ssg.cluster_info \G;
Truncate: mysql> truncate table ssg.cluster_info;