![]()
The list below is an ever-growing list of questions and answers about the SGIs in the College of Engineering. We encourage to submit questions to ECSS.
We make every attempt to keep this list up to date and accurate. If you don't find an answer to your question listed below, please contact us.
Topics
Accounts and Passwords
Disk Quotas
Recovering Files
Editors
Software Problems
Support
Unix
The SGI Desktop Environment
Mail
Media Tools
Remote Access
Printing
Programming
WWW
Hardware problems
Graphics Tools
Topics and Questions
Disk Quotas
![]()
passwd. You will be prompted for your old and new password.
quota -v Disk quotas for joeuser (uid 9999): Filesystem usage quota limit timeleft files quota limit timeleft /spare/home 0 25000 25000 0 0 0 /home/aeem 1562 25000 25000 107 0 0 /home/me 0 25000 25000 0 0 0
gmemusage.
Otherwise, you can use the command
gr_osview .
to display various kinds of system resource utilization. It provides a graphical representation of memory usage on for all applications on the system.
swap -l. This will output results something like:
lswap path dev pri swaplo blocks free maxswap vswap
1 /dev/swap
128,17 0 0 393216 384856 393216 0
The amounts are listed in block sizes. Divide by two to get the size in Megabytes. The amount listed under the free column is the amount of free swap space available. If this number is small relative to amount of maxswap, then you may be having problems running out of swap space.
ps -fu {yourusername}
You will see an output something like:
joeuser 8937 8927 0 17:38:44 pts/4 0:00 -tcsh joeuser 9612 8978 0 09:31:39 pts/7 0:35 /usr/local/netscape/netscape joeuser 8888 1 0 17:38:36 ? 0:02 /usr/lib/desktop/desktopManager -multiwindow 46137345 -keyatom DesktopManager joeuser 8873 1 0 17:38:34 ? 0:07 /usr/bin/X11/4Dwm -launch -xrm *SG_UseBackgrounds: True joeuser 8931 8923 0 17:38:43 pts/3 0:00 -tcsh joeuser 8882 1 0 17:38:35 ? 0:01 /usr/bin/X11/toolchest -name ToolChest joeuser 8917 8913 0 17:38:42 pts/2 0:00 -tcsh joeuser 8978 8977 0 17:38:49 pts/7 0:00 -tcshIn this example, joeuser is the username. On the right is the name of each program that you are running. The first number listed after the username is the process ID of the program that's running. To kill a particular process, type:
kill -9 {processID}
Type ps -fu {yourusername} again and the process should be gone.
If it fails to die, give the kill command again.
If it still won't die, you may need to log out and reboot the system.
Every time you open a new csh or tcsh shell, the .cshrc file located in your home directory is read and all commands within that file are executed. You may modify your default path by adding a line similiar to the following to your .cshrc file:
What are the most commonly used applications?
The main desktop toolchest has a 'Tools' menu that lists all of the most
important applications by category. You can start anyone of these tools
up by selecting the desired one.
What is the Desks Overview? How do I use it?
The Desks Overview is a virtual window manager for the SGI desktop environment.
It is the first item under the 'Desktop' menu on the Toolchest. To add
another virtual desktop, bring up the Desks Overview and select the option
'New Desk' under the "Desk" menu. You can switch between virtual desktops
by double clicking the miniature desk on the Desktop Overview.
Where can I find additional information about how to use the SGI desktop?
More information can be found in the Iris Essentials On-Line book. You can
read this book in two ways:
chpobox command to have your mail sent to your account on the engineering SGI mail server {userid@eng.iastate.edu}.
chpobox command to have your mail forwarded to your engineering SGI account.
How can I forward my mail from this server to Vincent or some other server?
Just create a file called .forward in your home directory that contains the following entry:
your_user_id@iastate.edu
But make sure that you are not already forwarding your mail from Project Vincent to your SGI account. Otherwise, mail will bounce back and forth and eventually be lost.
If you want, you can also have mail sent to both locations by putting the following lines in your .forward file:
\your_user_id, your_user_id@iastate.edu
This will tell the mail server to deliver the mail to your SGI account but pass a copy to your PV account.
Can I use Netscape to send and receive mail?
The short answer is "Yes". However, please note that Netscape creates its
own mailbox (in your_home_directory/.netscape-mailbox) and moves all your
mail from your inbox into it's own mailbox. This wil not necessarily
create problems for you, but you do need to be aware that other mail
programs will not be able to find mail read by Netscape unless you tell
it explicitly where to look.
How do I create a homepage?
chmod o+x ~
chmod 755 ~/WWW
chmod 755 index.html
http://www.eng.iastate.edu/~username
touch ~/WWW/PUBLISH
How can I compile a java program?
The SGI Java Development Kit is installed on all machines. Type
man javac to find out how to use the Java compiler. Also, check out the pages on Java and Cosmo Code.
Can I create programs and put them on the Web server?
We do not yet have the capability to enable users to create CGI programs
on the web server. However, if you have a special project for a class that simply must be done with a CGI script, contact ECSS and we'll see if we can help.
How much disk cache should I use in Netscape?
A general rule of thumb is about 2 megabytes. This seems to be enough for most users.
I want to use the real audio player. How can I do this?
The licensing of this product restricts access to a personal copy. You
must download your own copy from Real Audio
in order to legally use it.
How can I tell Netscape to use different helper programs to view different types of MIME files?
If you want to use a different helper program than the ones currently
configured, you must create a file called .mailcap in your home directory.
To find out how this file must be configured, see the Notes on mailcap files from NCSA. Netscape also provides additional information on MIME Types .