General Remote Shift Setup:
Tile Remote Shift Setup:
SCR/Remote Shifter Page:
Tile Main Shifter Page:
Tile Whiteboard
Tile FSM
Tile Detector Status
Monitoring TCWS
ATLAS DCS
ELOG
LHC status

First open a clean terminal window and set up a secure tunnel (remember to change username):

ssh -L 8000:pc-atlas-rmon-01.cern.ch:22 kapliy@lxplus.cern.ch
Minimize the previous terminal window and open a new one. Type "nxclient" to start a remote desktop client. In the advanced settings, make sure the following are set:
Remote window manager: Unix/KDE
resolution = 1280x1024
host = localhost
port = 8000
user = lxplus username
pass = lxplus password


If you are unable to log in, you may have some dangling processes on the monitoring node that need to be killed.
# Log into lxplus
ssh kapliy@lxplus.cern.ch
# Log into the monitoring machine
ssh pc-atlas-rmon-01.cern.ch
# Start top, then type "u", then type your username and press enter.
# Note the list of processes running under your user name
# Press "q" when done.
top
# if you saw anything other than bash, sshd, and top, you should run the killall commands below.
# PS - you can safely ignore any errors/warnings from killall
killall -9 nxnode
killall -9 nxagent
killall -9 nxserver

DAQPanel Options

Setup script: /data/ATLAS/scripts/setup.sh
Database file: /data/ATLAS/database/ATLAS.data.xml
MRS Filter: (*TIL*|*Til*)&(ERROR|FATAL|WARNING)
OHP Opt: -c /atlas/moncfg/tdaq-02-00-03/tile/ohp/Tile.ohp.xml
OMD Opt: /moncfg/tdaq-02-00-03/daq/omd/OMD-generic-config.xml
TriP Opt: -c /moncfg/tdaq-02-00-03/tile/ohp/Tile_Calib.ohp.xml

elcode reference