TRIUMF Grid System Management Documentation

TRIUMF Grid User Management

lcgui01

Local users who want to use the LCG Grid need an account on lcgui01 so that they can submit jobs.  There is nothing special about this, except adding them to the sshusers group so that they can access the machine via ssh:

  • It is nice to look up the TRIUM UID for the user and use it, just for consistency's sake.  Suppose it is 1234. Then do the following:
  • adduser -u 1234 newgal
  • passwd newgal
  • usermod -G sshusers newgal