DM - Expert Documentation » History » Version 1
Version 1/72
-
Next » -
Current version
Michael Kirby, 06/23/2015 04:14 PM
DM - Expert Documentation¶
Starting the PUBS daemon running¶
>kinit >ssh -Y ubdaq-prod-ws01.fnal.gov
Once you are logged into ubdaq-prod-ws01, you can now access the online cluster. There are two machines where we run PUBS daemons, ubdaq-prod-evb and ubdaq-prod-near1. To start the daemon, you will want to log in as user uboonepro.
ws01>ssh -Y uboonepro@ubdaq-prod-evb.fnal.gov
Once there, you will need to setup the PUBS environment. The production version of PUBS is installed in /home/uboonepro/pubs/ and is the only version that should be run for production operations.
evb> cd pubs evb> source config/setup_uboonepro_online.sh evb> conn_test
This last commands makes sure that the account can connect to the procdb database with the correct authorization. Everything should connect and disconnect successfully. once you've done that, you can start and stop the daemon on each of the machines, evb, near1, and smc using the following commands as uboonepro.
>bin/daemon.sh stop >bin/daemon.sh start