*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
If you are experiencing timeout when connecting to the BioHPC database, it' probably because the EC2 instance isn't connected to Cornell's VPN. To Check whether the VPN is connected with
| Code Block |
|---|
ps -A | grep openconnect |
If the output is non-empty, then the VPN is connected. If not, you can connect to the VPN , run the following commandusing
| Code Block |
|---|
sudo openconnect -b cuvpn.cuvpn.cornell.edu --reconnect-timeout 600 |
...