![]() |
|
||
![]() |
Here we present a small collection of useful pieces of information, which, where appropriate, are Narrabri specific.
The software for analyzing ATCA data is run on the server Kaputar or the desktop Linux PC's. For information about this software see the section on ATCA Data Analysis Software in the chapter on Application Software.
To access Kaputar simply connect via ssh from the workstations, there is a choice of 7 Dell PCs running WindowsXP or Linux. All these provide display facilities (the X-terminal and PC via Xming). Their main use is for working on ATCA data with Miriad or AIPS. They are located in the observers areas in the control building in the region adjacent to the control room and the the library.
Local Home directories were formerly located on a small Solaris server called Zephir. It should not be used for data reduction as it does not have any data disks. Its main use is as a server of software packages to all other machines, and providing network services e.g. DNS.
Note again that most data reduction is done on Kaputar but data reduction can be performed on the Dell workstations, simply mount /DATA/KAPUTAR_3 via the automount facility e.g. "cd /DATA/KAPUTAR_3". Your home directory is accessible from the workstations so jobs like editing & latex can be done locally. The workstations usually have a substantial data disk of their own.
Note that some miriad programs (xmtv) expect an 8 bit display and won't work on a 24 bit display. You can switch between these two options by setting either OpenWin8 or OpenWin24 in your .login file as follows:
setenv WINDOWS OpenWin24
or
setenv WINDOWS OpenWin8
and logging out & back in.
There is no booking system for these workstations and their usage is is regulated largely by the visiting astronomers amongst themselves. It is rare that the load is too great for us to handle in some suitable way with the available resources.
When you leave Narrabri, please ensure that you delete all your data files, and also return your home directory to its bare minimum. If you do not make prior arrangements, any old files left on the system will be deleted without notice if need be.
If you wish, you can fiddle about with the .login and .cshrc files and use your favourite procedures. However, every institution seems to install windowing software and all the support libraries differently, and you might spend all your time trying to get your scripts to run.
Having logged in for the first time, please change your password by entering the Unix command
% passwd
and then follow the instructions.
% ssh kaputar
You will be prompted for your password.
If the computer you are trying to access is not in our local network, you may need to provide the full internet address. For Kaputar this would be
% ssh kaputar.atnf.csiro.au
Note that if you want to forward the X server output back to your terminal you must invoke ssh with the -X option For Kaputar this would be
% ssh -X kaputar.atnf.csiro.au
% sftp kaputar.atnf.csiro.au
to connect to the remote host. You then log in as prompted. Use the usual Unix command cd to change directories on the remote computer. Use the commands
ftp> get filenames
ftp> put filenames
to retrieve and send files respectively. If you are transmitting many files whose names you can wild card, try
ftp> prompt off
ftp> mget *.txt
to get all files with suffix .txt, for example. Terminate the session with the command quit
One common error with ftp is to forget to set the stream mode appropriately. By default, ftp thinks that it is transmitting ascii files. If you are transmitting a binary file, such as an executable, or a FITS file, or an RPFITS file, you must use the command
ftp> binary
first, before retrieving or sending files. If you neglect to do this, the file will be irretrievably corrupted. To reset ascii mode, use the command
ftp> ascii
% xhost +Kaputar
to tell Boggabri-cj to accept a connection from Kaputar. Then on Kaputar, you should set the environment variable DISPLAY (note case) with
% setenv DISPLAY Boggabri-cj:0
to tell Kaputar that it should send its X-display to Boggabri-cj. Then you are ready to do whatever it is you are doing!
% firefox &
To access the Web from a non-windows based terminal, use the command
% man grep
to learn all about the search utility grep. This means you need to know the name of what you want help on before you can find out about it, so it's a bit annoying if you are in the dark to start with. Thus, you can use the command
% apropos searching
which hunts through the man pages for references to searching and returns them to you. Then you can use man more specifically.
Available mail handlers are:
If you are a new Unix user, the easiest Unix mail utility that works from any terminal is called pine. It has built-in help to get you going and has its own simple text editor.
| © Copyright CSIRO Australia, 1994-2012. Legal Notice and Disclaimer, Privacy Statement. |