Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now you can log out and the service will continue running on the EC2 instance.

Some Issues

BioHPC database timeout (Obsolete)

If you are experiencing timeout when connecting to the BioHPC database, it' probably because the EC2 instance isn't connected to Cornell's VPN. 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 using

Code Block
sudo openconnect -b cuvpn.cuvpn.cornell.edu --reconnect-timeout 600

and enter necessary information as prompted.