- Added tabledrive: table driven path for MARS

- Initial MARS development
- Upgraded Manager Manual


SKIPPED:
	psi/make_gen
	psi/psi.c
	psi/tabledrive.c
	psi/tabledrive.h
	psi/tabledrive.w
	psi/utils/SerPortServer.c
This commit is contained in:
koennecke
2005-07-22 14:56:18 +00:00
parent d96fb7377d
commit 76abbe1042
39 changed files with 1822 additions and 672 deletions

View File

@ -9,16 +9,13 @@
This requires the following steps:
<ol>
<li>Create a new local account on the host computer. There is a
prefabricated account with the credentials: INSTBCK/INSTBCKLNS on
lnsa15.
<li>Run <b>sicsinstall <tt>instrument</tt> </b> in the new instruemnt
account, thereby replacing instrument with the name of the instrument
you are moving.
<li>Create and edit a suitable DataNumber file for the instrument.
prefabricated account with the credentials: instbck/INSTBCKLNS on
lnsl15.
<li>Create the directory structure.
<li>Create and edit a suitable DataNumber file for the instrument and put it
into data/YYYY. YYYY is the year.
<li>Edit the instrument configuration files and adapt the path names
to match the new situation.
<li>Configure the histogram memory to boot from the new computer, se
histogram memory documsntation for instructions how to do that.
to match the new configuration.
<li>Try to start and debug.
</ol>
</P>
@ -28,22 +25,24 @@ histogram memory documsntation for instructions how to do that.
<ol>
<li>Fetch a new one and make sure that all cables are plugged as
they were in the old one.
<li>Edit the startsics script to start the SerPortServer program with
the name of the new serial port server.
<li>Create a new .monitrc file by running makemonit.
<li>Exchange all references to the old terminal server in the instrument
configuration files to the new terminal server.
<li>Done!
</ol>
</p>
<h2>Exchanging the Histogram Memory</h2>
<p>
<ol>
<li>Get a new histogram memory computer from either Peter Rasmussen,
the test setup in WHGA/247 or in cases of greatest need, from SLS.
<li>Get a new histogram memory computer from either Gerd Theidel,
the test setup in the electronics barrack.
<li>Put into the rack.
<li>Configure the HM boot parameters through the console conneted to
<li>Configure the HM boot parameters through the console connected to
the serial port belonging to the HM. Instructions for this can be
found in the histogram memory documentation.
<li>Include the new HM into the /etc/hosts file of the instrument
computer.
found in the histogram memory documentation. Up to date boot
configuration parameters should be available under
/afs/psi.ch/group/sinqhm/boot/INST where INST is a place holder for the
instrument in upper case.
<li>Adapt the instrument configuration file to reflect the new name of
the HM.
<li>Start and debug.