You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Access to the MCR (Mobile Computing Rack)

  1. ssh from SLAC unix to glast02 (or glast03 or glastlnx06)
  2. ssh from the above host to dcm2
  3. ssh from dcm2 to glast-mrb01
  4. You are now on the bastion host.

(info) As of 18 Jan, 2006 the following group/users are allowed to access dcm2:

  • u-glast-fastcopy:
    • apw
    • blee
    • claus
    • dmay
    • glast
    • golpa
    • kiml
    • lmiller
    • panetta
    • perazzo
    • pfkeb
    • richard
    • russell
    • saxton
    • sculp
    • smaldona
    • stuvi

(info) Fast CVS access from mobile rack (lat-hobbit5) to SLAC unix (Removes Xauth timeout error)

  • Set up your remote access as above
  • On a single window open from the remote host:
    • unset and cache your DISPLAY variable
    • do a cvs update as normal.
  • The cache of DISPLAY is so you can go back to using X from that process if you need to.

Server and database setup (to be scripted?)

(info) Setting up postgres databases on ods-svr3 (lat-dmz01)

  • The next bit needs to be done for each database
    $ su
    $ su postgres
    # createuser -A -D -P trending
    # createdb -O trending trending
    # exit
    $ exit
    
    • Then follow the ISOC trending db install instructions for postgres.
  • No labels