Computer Science 400 |
Lab 0: Cluster Account Setup
Due: 6:15 PM, Wednesday, September 3, 2008
Everyone needs to get familiar with the cluster system right away. This "0th" lab, due at the end of our class meeting, is intended to speed that process. Please feel free to ask if anything is unclear or is giving you trouble.
Here's what to do:
ssh-keygen -t dsaYou can safely accept all of the defaults when prompted during the execution of this command.
cp .ssh/id_dsa.pub .ssh/authorized_keys2
cat /cluster/nodeswill show you the contents of this file. Some of these nodes run FreeBSD, others run Solaris.
ssh bullpen
cp ~terescoj/shared/cs400/examples/hello/hello.c .
gcc -o hello hello.c
./hello
./hello > hello.txt
turnin setup lab0You should see several messages, the last of which tells you the next step:
cp hello.txt ~/turnin/400/lab0
turnin submit lab0You should again see a few messages, the last of which is something like "Committed revision 5."