If you basically are comfortable with Xterminals and Unix from a previous semester, and just want to get started fast, this section is for you. If not, skip to the next section, titled "Background".
(This is the end of the quickstart section; detailed instructions start here).
The Sun Ray machines provide a windowing system that provide access to a wide
variety of UD computing resources through a single login. When you log in, you
will typically be using resources on (at least) four computers:
This paragraph assumes that you are not using a smart card; if you are using a smart card, click here.
When you sit down, if the screen is dark and the monitor light is orange, just move the mouse or hit return on the keyboard to wake up the monitor.
There should then be a box that asks for your username. Type in your UDelNet Id username. If you don't have one, click here for info on how to get one.
Once you type in your username, it will ask for a password. The box should also say should say "Gnome 2.0 Desktop " if it says anything OTHER than that (e.g. "failsafe" ), click on "options", then "session", and select "Gnome 2.0" before you type in your password.
Once you type in your password and hit enter, it will take several seconds for the Gnome desktop to appear. Once it does, you are ready to continue; you should see an Applications and Actions menu at the upper left hand corner of the screen.
The applications menu is at the top upper left of the screen; click this menu and look near the bottom of the list for the "logoff" link. In the dialog box that comes up, ignore the "click here to save session" option; if you want to save your session, you'll need to use a smart card.
Be sure that you always either logoff by using the "logoff" button on the menu, or by pulling out your smart card. If there is a malfunction that prevents you from logging off completely, see the section that describes "Emergency Reset".
Look under the applications menu, under Internet for "Mozilla".
C and C++ Programming assignments in CISC105, CISC181 are done on a computer
called strauss. Strauss runs the Unix operating system. You access
strauss through a terminal session. To get a terminal session from a PC at home or in your dorm, you get to strauss
using a terminal program such as the "Secure Shell Client" (that's
what Dr. Conrad uses on his laptop in lecture.) On the Sun Rays, you use a program
called "XTerm".
To open an XTerm terminal session on strauss, go to the upper
left hand corner of the screen, select the "Applications" menu, then
the submenu "Programming", then the option "Xterm on strauss".
In this window, you'll be able to do all the Unix commands that Dr. Conrad talks
about in lecture, and most of the ones that are mentioned in Unix textbooks.
See your lecture notes, or your lab assignment for specific details about editors
(emacs or vi) and compilers (cc, gcc, CC, g++, etc.)
Note that if you accidentally select the Xterm option on the Applications menu that just says "Xterm" (plain old "Xterm", not "Xterm on Strauss"), you'll end up with an Xterm that is running on the XDM server, either Vivaldi, Haydn or Schubert. You'll very likely run into difficulty if you try to do your programming here; either the compiler wont be there at all (you'll get messages like "cc: command not found") or you might pick up some off-brand version of the compiler that works differently from what you are used to, confusing you no end. So, make sure you are programming on strauss, and no where else.
To check if you are on strauss, type hostname at the Unix prompt. If it doesn't come back with "strauss.udel.edu", you'll know you have an Xterm on the wrong machine.
If you are having trouble with the Sun Rays, a frequent cause is disk
quota problems. Disk quota problems masquerade as all kinds of funky
symptoms, for example: the system may "hang" (or "freeze up")
when you try to log log on, or log out, or bring up a program.
Your disk quota is the amount of storage space you are allowed
for files in your home directory. If you are very close to exceeding your
disk
quota, then anytime the system tries to write information to a file, that write
operation can fail. As it turns out, several Sun Ray operations (logging in,
logging out, opening certain windows) require the system to write information
to files "behind the scenes". Thus, if you are close to the edge on
your quota, those operations fail, but unfortunately right now there is often
no easy way to "why" they failed. The systems staff is working on
ways to make this more user friendly, but in the meantime, the best way to make
sure you have trouble free operation is to watch your disk quota.
You can find out what your disk quota and your disk usage is by typing "quota
-v" at the Unix prompt in any XTerm window (this should work on
both local XTerms on the XDM servers (haydn/vivaldi/schubert) as well as on
strauss.
If you find that you are close to the edge on your disk quota, one way to get some space back is to clear out your netscape and/or mozilla caches. Here are commands to do that:
\rm -r .netscape/cache
\rm -r .mozilla/cache
If those commands still don't open up enough disk space, then you can request an increase by going to http://www.udel.edu/network, logging in, and following the instructions.
As a last resort, if your machine is truly wedged and you can't get it to respond, you can reset it with "CTRL-ALT-BACKSPACE/BACKSPACE" (you type the backspace key twice.) This should only be done after consulting with a TA, and only as a last resort! After you do this, you might need to login in "safe mode", and run "gnome-cleanup" before you can log in again; you do this by changing the "options" on the menu that appears between the time you type in your username, and the time you type in your password. Your TA can assist you with this.
To print from Mozilla or Netscape directly to the printer in Willard Hall 009 (known as whlps), do the following
ssh strauss qpr -q whlps
The same technique can be used to print to other strauss-based printers
by changing whlps to the appropriate printer name.
The Sun Rays have a Smart Card feature that provides (1) rapid login/logout and (2) the ability to save sessions.
We anticipate that smart cards will go on sale at the University Bookstore starting sometime within the next week. We anticipate the cost will be less than $10 per card; you'll never need more than one for your entire stay at the University, and the use of the cards is (at least for now) completely optional. If you don't use a card, it just takes a little longer to login and logout, and you'll have to set up all your windows from scratch each time you login... that's all.
Information on using the Smart Cards can be found at the following link:http://www.udel.edu/topics/os/unix/sunray/aboutTerminal.html
If you have not yet activated your UDelNet Id, here's what you need to do. Start NOW, since it can take 2-3 days to get through the whole process!