|
Main /
CycleServersCycle servers are available to all students with a major account, or any students who need an account for an upper-level Computer Science course. There are 3 servers, each running 4 hyper-threaded Xenon processors clocked at 3.2gHz with a little over 3gB of RAM. The servers run Linux kernel 2.6.23.15 Red Hat. These servers are located at the following addresses:
Which server should I connect to?In general, it doesn't matter which server you're on. If you have a project that requires a lot of resources, or delicate timing, you may want to use Cycle2 or Cycle3 as most people seem to connect to Cycle1. To see who is logged onto a machine, while you are logged into a server type Connecting to CycleTo connect to the Cycle servers, you'll need an SSH client. Unix-based systems such as Macs and Linux computers can do this from the command line, using the "ssh" command. Windows machines will need to download additional software Connecting using Mac/LinuxFind your terminal window, open it, and type ssh username@cycle[1,2,3].csug.rochester.edu
Your username will not neccessarily be your UR NetID; it is the login given to you by Marty when you set up your account. No matter what you type here, when you press Enter you will be given a prompt: If either your username or password are wrong, you will be given the same error: Connecting using WindowsWindows machines in the labs on campus also tend to have SSH clients installed. Go to "Start->All Programs->Internet", and either OpenSSH or PuTTY will serve your needs. PuTTY can be downloaded from the PuTTY page, as "PuTTY.exe". Configuring PuTTYPuTTY's configuration screen can be intimidating, but only a few items are important. Host name should be the cycle address, port number is 22. You can save this as a 'session' below to avoid retyping every time. If you're using PuTTY at home, there will be a few other items you may wish to change. Logging into CycleWhen you configure PuTTY correctly, the first time you connect you will be given a warning box asking if you wish to trust this server. Click "yes". You will see a prompt saying If either your username or password are wrong, you will be given the same error: Putty Window OptionsPuTTY has a few helpful configuration options. Most of the ones we'll be fiddling with will be in the "Window" subtree in the left pane. The "Translation" tab is the most important one to change; everything else is an issue of taste.
Be sure to save changes to your profile after editing options by going to Session, giving your profile a name and hitting save! Quick loading PuTTY profileIf you have a profile saved in PuTTY, you can create a shortcut to auto-load that profile. Create a shortcut in windows to PuTTY.exe, right click on it and go into Properties. In the Shortcut tab, add the following onto 'Target' after putty.exe: -load "[ProfileName]"
|