2 Getting Connected
2.1 Accounts
In order to gain access to the cluster, you first need an account. Contact the BLT Admins to request an account.
NOTE: Once you receive a temporary password, please reset it within 5 days of gaining access to the system.
2.2 Getting on the network
2.2.1 For Windows and OSX Users
The BLT cluster is quite isolated from LC’s public-facing infrastructure. In order to connect to it, you will need a copy of Cisco AnyConnect secure mobility client, which is available to LC students, faculty, and staff HERE.
After you have installed and started GlobalProtect:
- Start a VPN session by typing
gp.lclark.edu
in the text box and clicking “connect” - When prompted, put in your LC username and password for access Now, your computer is connected to the same virtual network as the cluster.
2.2.2 For Linux Users
If you are using Linux to connect to the cluster, the current version of PaloAlto GlobalProtect will fail to install. Luckily, there is an open-source equivalent called OpenConnect, which installs as a menu option for debian and redhat based OSes. You will need to open your network settings and click the green plus button to add a new connection, and then select VPN when prompted. After that, put in gp.lclark.edu
for the gateway option and the same root CA certificate as you used when setting up LC secure. After you click save, it will ask for your LC id and password.
2.3 Logging In
NOTE: In order to log in, you will need an SSH client. If you are using a Mac or Linux machine, you already have one. If you are using Windows, you will need to install PuTTY or similar.
- Open your SSH client
- On Mac Press the space bar and command key at the same time. then type “Terminal” and hit return
- On Linux Open a terminal window
- On Windows Open PuTTY
- Log In!
- On Mac or Linux type
ssh <lclark username>@mayo.blt.lclark.edu
and type your password when prompted - On Windows Open PuTTY, set “Host Name” to mayo.blt.lclark.edu and click “Open,” and follow the prompt. Congratulations! You have logged in to the BLT cluster! See Using the Cluster for more information about what you can do.
2.4 Adding Files to Your Home Directory
If you want to add files to your home directory, you can use essentially any command line remote file transfer system you can think of, including rsync, scp, sftp, etc. We also have a graphical user interface on the web at (http://mayo.blt.lclark.edu/owncloud). You can log in to this service using your inital UNIX user account, but if you change your unix password, it must be manually changed separately in OwnCloud. Files that you drop to the owncloud folder “files” will go to the “files” directory in your home directory.