cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2737
Views
1
Helpful
1
Replies

ESA cluster issue - Node administratively disconnected

jose.cortijo
Level 1
Level 1

Hi,

I upgraded our two virtual ESA appliances following the official instructions up to version 14.0.1-033.

 

after the upgrade, the cluster was broken as expected and now I try to reconnect both machines and I am getting the following error

 

(Cluster XXXXX)> clustercheck

Warning: The following machines were not included in the check:
YYYYYY.zzzz (administratively disconnected)

No inconsistencies found on available machines.
(Cluster XXXX)> clusterconfig

Cluster XXXXX

Choose the operation you want to perform:
- ADDGROUP - Add a cluster group.
- SETGROUP - Set the group that machines are a member of.
- RENAMEGROUP - Rename a cluster group.
- DELETEGROUP - Remove a cluster group.
- REMOVEMACHINE - Remove a machine from the cluster.
- SETNAME - Set the cluster name.
- LIST - List the machines in the cluster.
- CONNSTATUS - Show the status of connections between machines in the cluster.
- COMMUNICATION - Configure how machines communicate within the cluster.
- DISCONNECT - Temporarily detach machines from the cluster.
- RECONNECT - Restore connections with machines that were previously detached.
- PREPJOIN - Prepare the addition of a new machine over CCS.
[]> reconnect

Choose the machine to reattach to the cluster. Separate multiple machines with commas or specify a range with a dash.
1. YYYYYY.zzzzzz   (group Main_Group)
[1]>

Are you sure you want to reconnect YYYYYYY.zzzzzzz to the cluster? [Y]>

Commit sent to 1 of 2 machines. Use the "commitdetail" command for more information.
YYYYYYYY.zzzzzzz reconnected to the cluster.
Cluster ATLDRCLSAS1

Choose the operation you want to perform:
- ADDGROUP - Add a cluster group.
- SETGROUP - Set the group that machines are a member of.
- RENAMEGROUP - Rename a cluster group.
- DELETEGROUP - Remove a cluster group.
- REMOVEMACHINE - Remove a machine from the cluster.
- SETNAME - Set the cluster name.
- LIST - List the machines in the cluster.
- CONNSTATUS - Show the status of connections between machines in the cluster.
- COMMUNICATION - Configure how machines communicate within the cluster.
- DISCONNECT - Temporarily detach machines from the cluster.
- RECONNECT - Restore connections with machines that were previously detached.
- PREPJOIN - Prepare the addition of a new machine over CCS.
[]> list

Cluster XXXXXXXXX
===================
Group Main_Group:
Machine AAAAAA.bbbbb  (Serial #: ..............)
Machine YYYYYYYYY.zzzzzzzzz (Serial #: ..................) - administratively disconnected

Cluster XXXXXXXXXX

 

any idea on how to fix this ?

 

thanks a lot

 

1 Reply 1

UdupiKrishna
Cisco Employee
Cisco Employee

If you are using SSH for cluster communication, verify if you are able to telnet the ESA IP on port 22 (viceversa). If it's working, disconnect the machine from cluster again and try running a quick hostscan for SSH keys.

your_esa_CLI> logconfig

Choose the operation you want to perform:
- NEW - Create a new log.
- EDIT - Modify a log subscription.
- DELETE - Remove a log subscription.
- SETUP - General settings.
- LOGHEADERS - Configure headers to log.
- HOSTKEYCONFIG - Configure SSH host keys.
- CLUSTERSET - Set how logs are configured in a cluster.
- CLUSTERSHOW - Display how logs are configured in a cluster.
[]> hostkeyconfig

Choose the operation you want to perform:
- NEW - Add a new key.
- EDIT - Modify a key.
- DELETE - Remove a key.
- SCAN - Automatically download a host key.
- PRINT - Display a key.
- HOST - Display system host keys.
- FINGERPRINT - Display system host key fingerprints.
- USER - Display system user keys.
[]> scan

Please enter the host or IP address to lookup.

[]> IP address of each appliance in cluster

 

Commit and then try to reconnect the ESA back into cluster.