A couple of things you can try:
- Restarting the GCS Manager process and HTTPD. This is not normally an issue but sometimes on update they are unresponsive. Assuming you are on EL7:
- sudo systemctl restart gcs_manager.service
- sudo systemctl restart httpd.service (the name of the service varies by OS)
- It could be DNS or networking in which case you may be able to bypass the issue using `--use-explicit-host localhost`:
- globus-connect-server --use-explicit-host localhost endpoint show
- This issue can also arise if you have other nodes defined for the endpoint that are not available. If that is the case, you can use the previous bullet (`--use-explicit-host`) to deactivate those nodes.
If you have any sort of persistent issue, feel free to open a support ticket at
sup...@globus.org.
Jason