IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of Remote_Processing


Ignore:
Timestamp:
Aug 4, 2014, 1:23:19 PM (12 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Remote_Processing

    v1 v1  
     1= Setup/authentication =
     2
     3 1. Step one is to see if your card works correctly.  Type in your Z
     4number, and then use the card to generate a password for this webform:
     5
     6https://weblogin.lanl.gov/
     7
     8That should take you to a page that tells you you've logged in.  It
     9should link to any needed training things (I think it did in the past,
     10but I don't see anything for me there).
     11
     12In any case, if you can log in to weblogin, you should be able to log
     13into Mustang.
     14
     15 2. Log in as the ipplanl user with the same ssh key as the standard
     16ipp user.  In the .ssh directory you'll find a config.watersc1 file.
     17Construct one for yourself with your user name, and then modify the
     18User entry in the config file.  Copy this config file (or its
     19contents) to your personal (not ipplanl) ssh config.  The ipplanl
     20instance is there for the lanl-czaring purpose, and the personal one
     21for you to log in manually.
     22
     23Once you've made this ssh config change, you can now call:
     24
     25{{{
     26ssh wtrw
     27}}}
     28This connects to the front end firewall computer.  It does not have a
     29real shell, so you're limited to connecting onward to the Mustang
     30frontend:
     31
     32{{{
     33ssh mu-fe
     34}}}
     35
     36 3. You're now on one of the four front end nodes for Mustang, any of
     37which works.  I've constructed a directory:
     38
     39{{{
     40/turquoise/usr/projects/ps1/watersc1/user_template
     41}}}
     42Which contains the templates you should use for your .ipprc, .cshrc,
     43and .ssh/config files.  The .ssh/config is the only one that needs
     44editing, with my username/connection directory names changed.  Ensure
     45that the connection directory exists, and that you can successfully
     46ssh back to the cluster (as you; You'll likely need to generate/add
     47keys).
     48