Items Covered in this Edition:
To view older news, type more /local/info/news.old. To view even older news, see the news files in /local/info.
Most users will find that they don't have a .chestrc in their home
directory. The default chestrc,
Listed below is a small piece of /usr/lib/X11/system.chestrc on chemvgx (we
have deleted many lines for brevity). Assume that your SGI is called
your_sgi. Let's add a menu item called "Machines" to the toolchest, so
that choosing "Machines" with the mouse lists a submenu with remote machine names.
Selecting a remote machine name from the submenu will then open a window
that will be displayed on your_sgi.
Thus, you can add or delete whatever menus you like. The next time
you log in, you will see your customized menu in the upper left of the screen.
First, delete unnecessary files on a regular basis. In particular, files named
core contain information about a process that has crashed.
These core files are usually very big and should be removed (unless
you want to investigate why the process crashed). Type find
$HOME -name core -print to search for these core files.
Second, important research can be archived on tape or optical disk
and deleted from the SGI disk. Backup tapes and optical disks and
procedures for data archival are available from system administrators. While copies
of files are stored via system backup procedures, system backups rarely
retain more than the most recent month of files. Do not rely upon
backups to archive your data.
third, important files used in current research can be compressed, reducing the
size of the file by about 40%. Please compress large data sets of data that need to
be accessible, but are seldom accessed. Type compress filename to
compress your file into a file named filename.Z. Type uncompress
filename.Zto uncompress this file. Type man compress for
more information.
Another file compression tool which does somewhat better compression is the GNU zip.
gzip filename will compress your file and rename it to
filename.gz. To uncompress, use gunzip filename.gz
Printed documentation can provice a foundation toward solving your
problems. A binder of local documentation is provided at each departmental
SGI, which includes notes about UNIX, molecular modeling procedures,
examples of printouts, and other SGI applications. Research SGIs should
have similar local documentation. Software manuals and texts owned by the
department are also available.
Colleagues can be a good source of information, especially when learning about
new software. Each SGI in a research lab is administered by an experienced user,
who should be contacted when problems arise. The departmental SGIs are administered
by Marty Pagel (mpagel@indiana.edu, 5-6492), and he is available to respond
to your questions and suggestions.
################################
# #
# Default chest RESOURCE #
# DESCRIPTION FILE #
# #
# after we have copied it to #
# home directory as ~/.chestrc #
# #
################################
#
# Menu pane descriptions
#
# Top Level menu Description
#
Menu Toolchest
{
"System" f.menu System
no-label f.separator
"Windows" f.meu Windows
.
.
.
# We add the following line:
"Machines" f.menu Machines
}
# We add this entire menu:
Menu Machines
{
"chemvgx" f.checkexec "rsh chemvgx
xterm -display your_sgi:0"
"nmrsg1" f.checkexec "rsh nmrsg1
xterm -display your_sgi:0"
.
.
.
}
f.checkexecc checs to see whether the program you want to run (rsh
in this case) is available on your_sgi. All of the f. entries are the actual
actions you want the computer to take when you choose the entries.
no-label tells the computer to put nothing in the menu box. Instead,
f.separator puts a separator in the menu to delineate different items.
How to reduce your disk space
Disk space is always in short supply. When a disk gets full,
nobody can work on the computer until files are removed or reduced in size.
There are three steps that you can do to reduce the amount of data stored in
your directory.
Where to get help
Help is available on the SGIs in two forms. Type insight
to read the on-line IRIX manual on the Indys. Later this semester,
we expect to receive new software which will provice this on-line
insight manual on all SGIs. Type man commandname
to read the UNIX manual page about a specific UNIX command. Type
man -kkeyword for help on a particular subject. man pages
tailored to commands specific to Chemistry Department SGIs are also available.
Upcoming events in March
Molecular Modeling club meets every other Wednesday at 7:30 pm in A500. Topics
range across a variety of modeling and visualization applications, and presentations
and discussions are informal. We are searching for volunteers to speak
at the April 27 meeting. Speakers include:
Wed, March 2: Jim Nolan, "Modeling the structure of RNA"
Wed, March 16: Nancy Brichford and Marty Pagel, "Electrostatics and Dock3.0"
Wed, March 30: Anurag Shankar, "Visualization and video animation on the SGI"
Thr, April 13 (NOON): Kevin Gilbert, "PCMODEL"
The next SGI users group meeting will meet April 7, noon to 1pm, in A400.
Back to Scream
Saver Index
Return to MolViz Home
Send comments to chemvis@indiana.edu
Last updated: 01/23/2001