Hoffman2:Accessing the Cluster: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


==SSH - Command Line==
==SSH - Command Line==
: ''The official description of how to do this is found [http://www.ats.ucla.edu/clusters/common/head_node_access/access.htm here]''
SSH stands for ''Secure Shell'' and is a method of remotely logging into a computer using an encrypted connection.  It is a command line tool and is available on most *nix-based operating systems with ports available for Windows.
SSH stands for ''Secure Shell'' and is a method of remotely logging into a computer using an encrypted connection.  It is a command line tool and is available on most *nix-based operating systems with ports available for Windows.




===If you are on a Mac/Linux/Unix...===
===Mac/Linux/Unix===
Modern Macs (anything with Operating systems newer than Snow Leopard 10.6.x) no longer come with a X Window System Server pre-installed.
====Simple SSH====
Use the ssh command from a terminal:
ssh login_id@hoffman2.idre.ucla.edu
where login_id is replaced by your cluster user name.
 
 
====GUI-Enabled SSH [Recommended]====
Macs (post - Snow Leopard 10.6.x) no longer come with a X Window System Server pre-installed.


'''Before doing the following steps, please install [http://xquartz.macosforge.org/ XQuartz] and restart your computer.'''
'''Before doing the following steps, please install [http://xquartz.macosforge.org/ XQuartz] and restart your computer.'''
Line 18: Line 24:
#: <pre>$ ssh -X [USERNAME]@hoffman2.idre.ucla.edu</pre>
#: <pre>$ ssh -X [USERNAME]@hoffman2.idre.ucla.edu</pre>
#: filling in your Hoffman2 username.
#: filling in your Hoffman2 username.
#: The <code>-X</code> is for X11 Forwarding so that any graphics that are rendered on Hoffman2 get forwarded to the screen of your computer.  A <code>-Y</code> flag accomplishes the same thing but does not secure the connection. Correct us if we have that switched.
#: The <code>-X</code> is for X11 Forwarding so that any graphics that are rendered on Hoffman2 get forwarded to the screen of your computer.
# Press enter and type in your password when it asks for it.  No characters or asterisks will show up while you type.
# Press enter and type in your password when it asks for it.  No characters or asterisks will show up while you type.
# Provided your typing was good, you will be greeted by the Hoffman2 login message and have successfully SSHd into a login node.
# Provided your typing was good, you will be greeted by the Hoffman2 login message and have successfully SSH into a login node.
   
   
WARNING: Please note that in OSX 10.8 (Mountain Lion), Xorg is no longer support by Apple. Instead, use [http://xquartz.macosforge.org/landing/ XQuarts]


===If you are on Windows...===
===Windows===
# Go [http://hpc.ucla.edu/hoffman2/access/access.php here] and follow the instructions under ''Windows''.  We recommend PuTTY or Cgywin.
# Go [http://hpc.ucla.edu/hoffman2/access/access.php here] and follow the instructions under ''Windows''.  We recommend PuTTY or Cgywin.
# Once you have that setup, the process is the same as if you were on a Mac or Linux/Unix machine
# Once you have that setup, the process is the same as if you were on a Mac or Linux/Unix machine
# TODO: [More information Coming]




Line 33: Line 39:
The NX Client program allows you to set up a Virtual Network Computing (VNC)-like session with Hoffman2.  This session will keep running even if your Internet connection drops in and out (much like [[Using Screen|screen]] on the command line).
The NX Client program allows you to set up a Virtual Network Computing (VNC)-like session with Hoffman2.  This session will keep running even if your Internet connection drops in and out (much like [[Using Screen|screen]] on the command line).


===Mac OS X 10.7+ / Windows===
==== What You Need====
# Go to the No Machine website ([https://www.nomachine.com/download No Machine]) and download/install the No Machine for Mac OS X/Windows.
# Hoffman2 NX Client Public Key
#* To get the NX Client Public Key, follow the steps below or email support@ccn.ucla.edu
#** (OSX) Open up a Terminal and run the following command (replacing USERNAME with your Hoffman2 username)
#**:<code>$ scp USERNAME@hoffman2.idre.ucla.edu:/etc/nxserver/client.id_dsa.key ~/Documents/</code>
#** (Windows) Use a sftp program and download the file /etc/nxserver/client.id_dsa.key on Hoffman2 (hoffman2.idre.ucla.edu)


===PCs or Mac OS X 10.6 and earlier===
# Go to the [http://www.nomachine.com/ No Machine website] and navigate to the ''Download'' tab.
# Find the section titled ''NX Client Products'' and click on the one for the operating system you are running.
# Download the appropriate installation file and install it on your computer.
# Once it is installed on your computer, start up NX Client.
# The window that appears will ask for:
#*Login -- your Hoffman2 username
#*Password -- your Hoffman2 password
#*Session -- type ''Hoffman2''
# Then click the ''Configure...'' button and fill out the necessary information
#*Under the ''General'' tab
#**In the ''Server'' section
#***Host -- ''hoffman2.idre.ucla.edu''
#***Port -- 22
#***Key -- Click this button and delete the contents of the window that appears.  Open up an [[Accessing Hoffman2#SSH_-_Command_Line|SSH session]] to Hoffman2 and run the command
#***:<pre>$ cat /etc/nxserver/client.id_dsa.key</pre>
#***:The output is the key.  Copy everything that was printed out and paste it into the Key window in NX Client and click ''Save''.
#**In the ''Desktop'' section -- Use the drop down menus to select ''Unix'' and ''GNOME''
#*Click ''Save''
# Now you can click ''Login'' on the main window and a GUI environment connection will be established with a Hoffman2 login node.


====Setup====
# Open up No Machine in Application/Desktop and Click Continue.
# A window titled "New Connection" will appear.  Fill out the fields accordingly
#* Protocol -- SSH
#* Host -- "hoffman2.idre.ucla.edu"
#* Port -- 22


===Mac OS X 10.7 and newer===
#* Select "Use the NoMachine login"
#: Go to the ''Download Preview'' section of the No Machine website ([http://www.nomachine.com/download-preview.php]).''' and download the NX Client 4 preview.
#* Select Alternate Server Key and (...) - and find the file (client.id_dsa.key) you downloaded earlier (in your Documents folder).
# Open the DMG that you downloaded, copy "No Machine Player.app" into your "Applications" directory and open it up for the first time.
#* Don't use a proxy
# A window titled "New connection" will appear.  Fill out the fields accordingly
#* Name -- Something like "Hoffman2"
#* Name -- Something like "Hoffman2"
#* Host -- "hoffman2.idre.ucla.edu" since this is the server you are connecting to
 
#* Port -- 22
#* Select "Use the NoMachine login" and click the button on the right labeled with "..."
#** In the new window labeled "NoMachine login" check the box next to "Use an alternate server key"
#** Open up a Terminal and run the following command (replacing USERNAME with your Hoffman2 username)
#**:<code>$ scp USERNAME@login2.hoffman2.idre.ucla.edu:/etc/nxserver/client.id_dsa.key ~/Documents/</code>
#**and enter your Hoffman2 password when prompted.
#** Back in NoMachine, click on the button labeled "..." and find the file you just downloaded (it is in your Documents folder labeled "client.id_dsa.key").
#** Click on the X in the top right corner to return to the previous window.
#* Click on the X in the top right corner to finish setting up the connection parameters.
# Double click on the connection you just created (it should be the only one in the list).
# Double click on the connection you just created (it should be the only one in the list).
# A circular progress indicator will show up for a bit before giving way to an authentication screen asking for username and password.
# Enter your Hoffman2 username and password and click "OK" (You may also check the box labeled "Save this setting in the configuration file" to avoid retyping this in the future)
# Enter your Hoffman2 username and password and click "OK" (You may also check the box labeled "Save this setting in the configuration file" to avoid retyping this in the future)
# A circular progress indicator will show up again until a menu appears.  Select "Create a new session".
# Select "Create a new session". or "New Virtual Desktop"
# In the next menu, '''select GNOME'''.
# In the next menu, select Create new '''GNOME''' virtual desktop.
# After another circular progress indicator, a virtual desktop should appear.
# A virtual desktop should appear!
# Reconnections in this client are not currently supported for Hoffman2, so please make sure to logout and close your connections properly. [http://hpc.ucla.edu/hoffman2/access/nx.php#logout]


Reconnections in this client are not currently supported for Hoffman2, so please make sure to logout and close your connections properly. [http://hpc.ucla.edu/hoffman2/access/nx.php#logout]


 
====Troubleshooting====
===Troubleshooting===
If your NX Client session freezes and you are unable to close it properly, open ''NX Session Administrator'' and disconnect your session from there. This freezing often occurs when your Internet connection is lost abruptly. Another possible cause for freezing is scrolling on certain Windows touchpads.
If your NX Client session freezes and you are unable to close it properly, open ''NX Session Administrator'' and disconnect your session from there. This freezing often occurs when your Internet connection is lost abruptly. Another possible cause for freezing is scrolling on certain Windows touchpads.


==UCLA Grid Portal==
For more Information [[http://hpc.ucla.edu/hoffman2/access/nx.php Hoffman2 NX Client]]
: ''The official description of how to do this is found [http://www.ats.ucla.edu/clusters/grid_portal/ here]''


We haven't used this one much yet, but we'll be trying it out and get back to you about our experiences.


== Change Passwords ==
== Change Passwords ==
To change passwords. Use passwd
Once you've logged on and made sure its works, you can change your password to something more rememberable
To change passwords, logon and type:
passwd
It should ask you for your old password and then new ones.  
 


==External Links==
==External Links==
*[http://www.ats.ucla.edu/clusters/common/head_node_access/access.htm Accessing Hoffman2 via Command Line]
*[http://hpc.ucla.edu/hoffman2/access/access.php Hoffman2 Access]
*[http://hpc.ucla.edu/hoffman2/access/nx.php Accessing Hoffman2 via NX Client]
*[http://hpc.ucla.edu/hoffman2/access/nx.php Hoffman2 via NX Client]
*[http://www.ats.ucla.edu/clusters/hoffman2/head_node_access/ Information about Hoffman2 Login Nodes] -- RSA Fingerprints, node addresses
*[[Hoffman2:Accessing_the_Cluster-Historical_Notes | Historical Notes]]
*[http://www.ats.ucla.edu/clusters/grid_portal/ Accessing Hoffman2 through UCLA Grid Portal]

Revision as of 00:08, 23 May 2014

Back to all things Hoffman2

Here are some of our favorite ways to access the Hoffman2 Cluster login nodes.

SSH - Command Line

SSH stands for Secure Shell and is a method of remotely logging into a computer using an encrypted connection. It is a command line tool and is available on most *nix-based operating systems with ports available for Windows.


Mac/Linux/Unix

Simple SSH

Use the ssh command from a terminal:

ssh login_id@hoffman2.idre.ucla.edu

where login_id is replaced by your cluster user name.


GUI-Enabled SSH [Recommended]

Macs (post - Snow Leopard 10.6.x) no longer come with a X Window System Server pre-installed.

Before doing the following steps, please install XQuartz and restart your computer.

For more information about XQuartz, read here.

  1. Open up X11/XQuartz or Terminal. Both are under Applications > Utilities on Macs.
  2. Type the command
    $ ssh -X [USERNAME]@hoffman2.idre.ucla.edu
    filling in your Hoffman2 username.
    The -X is for X11 Forwarding so that any graphics that are rendered on Hoffman2 get forwarded to the screen of your computer.
  3. Press enter and type in your password when it asks for it. No characters or asterisks will show up while you type.
  4. Provided your typing was good, you will be greeted by the Hoffman2 login message and have successfully SSH into a login node.


Windows

  1. Go here and follow the instructions under Windows. We recommend PuTTY or Cgywin.
  2. Once you have that setup, the process is the same as if you were on a Mac or Linux/Unix machine
  3. TODO: [More information Coming]


NX Client - GUI

The official description of how to do this is found here

The NX Client program allows you to set up a Virtual Network Computing (VNC)-like session with Hoffman2. This session will keep running even if your Internet connection drops in and out (much like screen on the command line).

Mac OS X 10.7+ / Windows

What You Need

  1. Go to the No Machine website (No Machine) and download/install the No Machine for Mac OS X/Windows.
  2. Hoffman2 NX Client Public Key
    • To get the NX Client Public Key, follow the steps below or email support@ccn.ucla.edu
      • (OSX) Open up a Terminal and run the following command (replacing USERNAME with your Hoffman2 username)
        $ scp USERNAME@hoffman2.idre.ucla.edu:/etc/nxserver/client.id_dsa.key ~/Documents/
      • (Windows) Use a sftp program and download the file /etc/nxserver/client.id_dsa.key on Hoffman2 (hoffman2.idre.ucla.edu)


Setup

  1. Open up No Machine in Application/Desktop and Click Continue.
  2. A window titled "New Connection" will appear. Fill out the fields accordingly
    • Protocol -- SSH
    • Host -- "hoffman2.idre.ucla.edu"
    • Port -- 22
    • Select "Use the NoMachine login"
    • Select Alternate Server Key and (...) - and find the file (client.id_dsa.key) you downloaded earlier (in your Documents folder).
    • Don't use a proxy
    • Name -- Something like "Hoffman2"
  1. Double click on the connection you just created (it should be the only one in the list).
  2. Enter your Hoffman2 username and password and click "OK" (You may also check the box labeled "Save this setting in the configuration file" to avoid retyping this in the future)
  3. Select "Create a new session". or "New Virtual Desktop"
  4. In the next menu, select Create new GNOME virtual desktop.
  5. A virtual desktop should appear!

Reconnections in this client are not currently supported for Hoffman2, so please make sure to logout and close your connections properly. [1]

Troubleshooting

If your NX Client session freezes and you are unable to close it properly, open NX Session Administrator and disconnect your session from there. This freezing often occurs when your Internet connection is lost abruptly. Another possible cause for freezing is scrolling on certain Windows touchpads.

For more Information [Hoffman2 NX Client]


Change Passwords

Once you've logged on and made sure its works, you can change your password to something more rememberable To change passwords, logon and type:

passwd

It should ask you for your old password and then new ones.


External Links