Versions Compared

Key

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

...

  • Login:
    • Bring up a linux terminal window:
      • from an MCC OPI or linux box click the terminal icon on the desktop
      • from Windows use Secure CRT or XWin-32
    • Log into mcclogin with your afs account:
      ssh mcclogin
    • From mcclogin, log into facet-srv01 as the fphysics account
      ssh fphysics@facet-srv01

THE NEXT 3 BULLET ITEMS ARE OBSOLETE AND WILL BE UPDATED ON 4/25:

    • Enter the number corresponding to your username from the list. If you are not in the username list yet and would like be, then:
      • enter 0 (for None). You will end up in directory /home/fphysics.
      • mkdir username (username is your Unix login username)
      • logout (log out to reset the list)
      • Log back in:
        ssh fphysics@facet-srv01
      • Enter the number corresponding to your username
    • You should now be
    • When prompted, enter your user number assigned by Mike (or 0 if you don't have one.)
    • With a personal setup by Mike, you are now in /home/fphysics/userid username (e.g. /home/fphysics/fred)With the generic login setup, you are now in
    • Your environment should now be set up to run and develop matlab scripts.
  • Optional: if you want to customized your environment further
    • Create file /home/fphysics/username/ENVS
    • ENVS will be sourced every time you log in

#top

...

II. FACET edm displays: facethome

...

Q: I'm not listed when I "set_profile", what do I do?
A: Press "0" for none, then create your profile with:
cd /home/fphysics
mkdir <your afs username>
set_profile log out of fphysics, and log back in. You should be listed.

Q: How do I release to production?
A: To make software available for general use:
cvs2prod

...