I am getting Timeout error while connecting to Cyclecloud

Vivek Bezavada 306 Reputation points Microsoft Employee
2020-05-08T20:01:14.88+00:00

It seems that nodes are unable to communicate back to the CycleCloud application server. I am seeing this timeout error "Timeout awaiting system boot-up"

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]

Azure CycleCloud
Azure CycleCloud
A Microsoft tool for creating, managing, operating, and optimizing high-performance computing (HPC) and big compute clusters in Azure.
60 questions
0 comments No comments
{count} votes

Accepted answer
  1. KarishmaTiwari-MSFT 18,352 Reputation points Microsoft Employee
    2020-05-11T02:30:12.13+00:00

    If the CycleCloud server and the cluster is in the same VNET, check the network security groups for the subnets in the VNET. Cluster nodes need to be able to reach the CycleCloud server at TCP 9443 and 5672. In the other direction, Azure CycleCloud needs to be able to reach ganglia (TCP 8652) and SSH (TCP 22) ports of the cluster for system and job monitoring.

    You may need to add a public IP address.

    If the error message indicates a return proxy, check the return proxy settings.

    After updating network or proxy settings, you can test connectivity by SSHing into the node as the cyclecloud user and using curl -k {https://error-message-url}.

    After validating that network connectivity is fixed, you will need to terminate and restart the node.

    Source: Azure Documentation

    0 comments No comments

0 additional answers

Sort by: Most helpful