4 Telescope Control & Data Acquisition Computers
4.1 Introduction
There are three "user" computers at the 1.3-meter telescope (in addition to special-function computers described in later sections of the manual):
All of the computers are networked together, with the raw data disks shared among the three computers to provide direct access to the data. Raw data are written to /lhome/data on mcgraw but can be accessed via the workstations by pointing to /data/mcgraw. If using one of the MDM CCDs (Templeton, Nellie, Echelle), data are written to the CCD-interface machine (mdmarc2) and can be accessed via the workstation by pointing to /data/mdmarc2. The raw data disk on etna is called /data/etna/visitor, and has a capacity of approximately 70 Gbytes.
A network printer (b&w) can be found in the observing room and can be accessed by the workstation machines. It is also possibly to connect personal computers to the printer once on-site.
In addition, there are network ports available for connecting a laptop computer to the network as a guest machine. LAN connections are GB, however going off-site currently routes through a T1 connection, limiting bandwidth to less than 2 mbs. There is also wireless.
All computers can also communicate via the mountain network (via ssh and scp) with their equivalents at the 2.4-m Telescope.
4.2 Basic Operating Instructions
4.2.1 Turning the machines on
Under normal circumstances the computers and their peripheral devices are left powered on at all times. The only time an observer will need to power up the machines from a cold start will be after a thunderstorm or a hardware failure.
With the exception of the monitor and keyboard, the Linux computers are located in the computer room racks and the power switches are on the front of the computers.
To start the machine(s) go through the following sequence:
4.2.2 Re-booting from a computer "crash"
Occasionally you will need to recover from a crashed or hung computer. Try to logout in the usual manner. If this fails try to issue Control-C a few times to see if you can get a response. If the system is still hung, reboot it as follows:
Linux Workstation (mcgraw and etna--etna's keyboard is in the computer rack)
4.2.3 Turning the machines off
Leave the machines on unless there is bad lightning in the area.
Caution - If you are cycling power on a computer (turning it off then back on again), always count slowly to 10 between "off" and "on" to prevent possible hardware damage (you need to give disks time to spin down, and various electrical systems time to discharge).
4.3 The Telescope Control Computer
The telescope and MIS box can be controlled remotely using programs running on mdm13ws1. Each program has a separate command window. This section contains all the information you need to control the telescope (xtcs) and MIS box (xmis2). The guider is operated by a stand-alone Windows PC.
4.3.1 Logging on
The computers have a screen blank feature to stop image burn-in on the monitor. The screen goes blank if there is no activity after a certain period. Move the mouse or press any key (e.g. a Shift key) to activate the monitor.
If the windows are operating on the data acquisition computer (mdm13ws1), there is no need to log on. Skip this section. Otherwise, hit the Enter key and the login prompt will appear.
4.3.2 Directory structure
When opening a terminal window on mdm13ws1, the "home" directory is:
/lhome/obs13mYou can find out what is in a directory with the command ls.
To change from one directory to another use the command cd. For example:
cd <cr> (go back to the home directory)
cd /data/mcgraw <cr> go to mcgraw's data area
4k detectors and CCDS data are written to mcgraw (/lhome/data). On mdm13ws1, data can be found linked at /data/mcgraw.
Templeton, Echelle, and Nellie data are written to mdmarc2 (/lhome/data). On mdm13ws1, data can be found linked at /data/mdmarc2.
You must change to the desired directory each time you bring up a new window. To find out where you currently reside issue the command pwd (print working directory).
4.3.3 Disk storage space
To find out how much disk space is used type the command df. The last three columns of the table report the remaining available space (kbytes), the used percentage of the disk capacity, and the disk identification.
We advise that you make a daily backup of your data to DVD, or better yet, external hard drive. There is a DVD drive on hill. External hard drives (and flash drives) can be connected to the breakout box located by the workstation monitors via standard USB cable.
4.3.4 Starting the Telescope Control Software
The TCS system is controlled from mdm13ws1 using the MDM 1.3m TCS program. To start, click on Applications, then Telescope Control and choose MDM 1.3m TCS. The GUI window will appear on the desktop. Initialize.
To start xmis2, click on Applications, then Telescope Control and choose xmis2. The GUI window will appear on the desktop. For more information on operating the xmis2, click here--Multiple Instrument System.
If you are using the MDM8K camera, it has its own filter wheel system and the MIS will not be mounted on the telescope.
4.3.5 Restarting individual windows
You might need to re-start an individual window if it is accidentally destroyed (!) or if it crashes. Remember that windows (and especially icons) can be hidden under other windows.
If the window hangs do the following:
If you think that the window has genuinely crashed or is absent,
enter the command jobs. If the window name appears as a stopped
job, kill it with the command kill %n where n is the
stopped job number displayed to the left of the job name. Also issue
the command ps -x to list all the processes that belong to the
visitor user. If the window name appears in the list, kill the process
with the command kill nnnn (or kill -9 nnnn) where
nnnn is the process number. Repeat the ps -x command
to check that the process was indeed destroyed.
Keeping the number of extraneous windows to a minimum will increase
the efficiency of the computer.
4.3.6 The Mouse Buttons
The mouse menus are kept as simple as possible, and are the same on all of the MDM computers (allowing, of course, for features not available on all machines).
The three mouse buttons are assigned as follows:
A couple of special "hot" keys are also available on the keyboard:
Additional window operations:
4.4 SOME USEFUL INFO
4.4.1 Internet Access
MDM has regular access to the Internet through a T-1 line (1.5 Mbps) that is connected through the Kitt Peak mountain network, making it possible to ssh or scp to a machine at your home institution or elsewhere. Due to variable network usage on Kitt Peak, actual data transmission rates can be significantly lower than the theoretical maximum. In addition, you should be aware that MDM is billed a significant amount based on its actual fraction of the total Kitt Peak network traffic. For these reasons, the Internet is suitable only for transfer of small data files, but it can be quite satisfactory for checking weather reports and satellite images, and otherwise killing time on cloudy nights. Furthermore, due to the speed limitations of the T-1 line, it certainly is better to transfer data to disk or external drive instead of over the network to your home institution.
4.4.2 Storing data on DVD
To write all of the FITS files to DVD, load a DVD on hills DVD drive carrier and follow the MDM Info Sheets.
< Prev (Telescope Specs) Table of Contents Next (Telescope Control System) >
Updated: 2016Apr13 (Galayda/MDM)