Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Read-Only Access to LCLS HOME Screen

Login to mcclogin (or lcls-prod02)

Code Block
$ ssh -X username@mcclogin.slac.stanford.edu

Find out what shell you are running by typing echo $SHELL. Your shell will be either tcsh or bash. ex:

Code Block
$ echo $SHELL
/bin/bash

I am running bash.

If you are using tcsh, type this commend to enter the bash shell before proceeding:

Code Block
$ bash

If you are using bash, type this command:

Code Block
$ source /afs/slac/g/lcls/epics/setup/epicsSetup.bash

And start up the lcls home screen by typing:

Code Block
$ lclshome

...