Intel Computer Systems Cluster (the "fish machines")

You will be doing your 15-213 lab assignments on a cluster of Nocona Xeon servers, donated by Intel, called the "fish machines". Intel engineers traditionally use the names of North American rivers as internal names for their processor projects. So it seems fitting that we, as denizens of the Intel cluster, name our machines after fish of North America. The fish machines run Linux, are rack-mounted in the Wean Hall 3rd floor machine room, and are administered by the CS facilities group. They reboot every day at 7am.

Here is the current fish machine status.

Fish machines available to students:
flounder.ics.cs.cmu.edu grouper.ics.cs.cmu.edu kingfish.ics.cs.cmu.edu mackerel.ics.cs.cmu.edu
marlin.ics.cs.cmu.edu pompano.ics.cs.cmu.edu sailfish.ics.cs.cmu.edu seabass.ics.cs.cmu.edu
seatrout.ics.cs.cmu.edu swordfish.ics.cs.cmu.edu tarpon.ics.cs.cmu.edu tuna.ics.cs.cmu.edu

Fish machines available to teaching staff only:
bluefish.ics.cs bonito.ics.cs cobia.ics.cs (Autolab server)

Quick Start Login

Suppose your user name is bovik. First, login to an Andrew Linux or Unix machine: Then, from your Andrew home directory, type:

Note: If prompted for a password, enter your Andrew password.
Note :The uppercase 'ANDREW.CMU.EDU' is significant.
Note: The string "-l" is dash el, not dash one.
Note: Your top level Andrew home directory needs to be at least world listable: "system:anyuser l".

Getting Help

Information about the CS computing environment is at www.cs.cmu.edu/~help.
If you are having trouble logging in, please send mail to your instructor (droh@cs.cmu.edu).

Frequently Asked Questions

Q: How do I get an account?
A: Accounts will be created for you automatically.

Q: Are the accounts ready yet?
A: Yes (as of Tue, Aug 29, 2006).

Here are the students who have accounts.
If you're not on the list, please request an account from Prof. O'Hallaron (droh@cs.cmu.edu).

Q: What do I need to do before logging in for the very first time?
A: From your Andrew home directory on an Andrew Unix machine (e.g., linux.andrew.cmu.edu or unix.andrew.cmu.edu), run the following one-time checkin script:

    unix> /afs/cs/academic/class/15213-f06/bin/checkin
Your top level Andrew home directory needs to be at least world listable: "system:anyuser l".

Q: What does the checkin script do?
A: The checkin script activates your account so that you can login to the fish machines using your Andrew password. It creates a hidden directory called ~/.15213 with login credentials for the fish machines. If you don't have one already, it also creates a protected directory ~/213hw where you can safely do your assignments without other students being able to see them. You only need to run the checkin script once, before your very first login to the fish machines. However, you can safely run the checkin script as often as you like.

Q: How do I login to one of these machines once I have run the checkin script?
A: If your Andrew login is bovik and you want to login to the fish machine called tuna.ics.cs.cmu.edu, then type the following while logged in to an Andrew Unix machine:

    unix> ssh -x -l bovik@ANDREW.CMU.EDU  tuna.ics.cs.cmu.edu
    [type your Andrew password to the prompt, if prompted]
Note: The uppercase 'ANDREW.CMU.EDU' is significant.
Note: "-l" is "dash el".
Note: The "-x" option disables X11 forwarding, which sometimes interacts poorly with the new 64-bit FC3 boxes. It's not always necessary, but we suggest using it just to be sure.

Q: I did everything you said but I still can't login. Now what?
A: Here are the most common reasons students can't login:

If you still can't login, please send mail to your instructor.

Technical specs

Each node on the cluster runs a 64-bit version of Fedora Core 3 (Linux kernel 2.6.11) and consists of the following hardware:


Last modified: Thu Aug 31 09:50:48 EDT 2006