next up previous contents
Next: Running SNOMAN with the Up: Installation Previous: Loading the Database with

Setting up for a Networked Database

  The following changes must be made by your system manager in order to enable SNODB to update the database on your node, and accept database updates from your node, via ftp. (Note that SNODB will not be running in networked mode in this release but that it will be in the near future.)
UNIX:
1.
Add the following line to /etc/services:
zserv 346/tcp # server for zftp
2.
Add the following line to /etc/inetd.conf:
zserv stream tcp nowait root <path to zserv>/zserv zserv

3.
Reset inetd with one of the following commands:
      refresh -s inetd                ; AIX
      inetd -l                        ; HP/UX
      /sbin/init.d/inetd stop--start  ; Alpha/OSF
      kill -HUP <inetd PID>           ; others

4.
On AIX systems, CERN's CSPACK manual recommends that the following line be added to the file /etc/environment, setting the shell variable xrf_messages to no to prevent FORTRAN run-time messages from being printed:
xrf_messages=no
These messages disturb the protocol used between ZSERV and PAWSERV servers and the ZFTP or PAW clients.

5.
Those of you who use yellow pages should see Chapter 13 of CERN's CSPACK manual for a couple of more details on setting up these services.

VMS:
the steps outlined below apply to those machines running MULTINET TCP/IP. See Chapter 13 of CERN's CSPACK Manual for information on other systems.
1.
Add the following line to MULTINET:HOSTS.LOCAL
SERVICE : TCP : 346 : ZSERV

2.
Compile and activate this change by typing:
      MULTINET HOST_TABLE COMPILE
      @MULTINET:INSTALL_DATABASES
      @MULTINET:START_SERVER

3.
Define the server to MULTINET:
MULTINET CONFIGURE /SERVERS

A dialog similar to the following should follow:

      SERVER-CONFIG>add zserv
      Protocol: [TCP] tcp
      TCP port number: 346
      Program to run: CERN:[PRO.EXE]ZSERV.EXE
      SERVER-CONFIG>RESTART


next up previous contents
Next: Running SNOMAN with the Up: Installation Previous: Loading the Database with
SNOMAN Account
2/14/1998