|
||||
| Using Jazz | Getting Started | About the LCRC | Presentations | Status | FAQ | Search | Main Page | ||||
|
|
||||
Access to the Jazz login servers is allowed from anywhere on the Internet. Jazz compute nodes are only accessible from the front-ends and the other compute nodes.
To log onto the Jazz cluster from a unix machine, you would ssh to the cluster alias jazz.lcrc.anl.gov with the following command:
ssh jazz.lcrc.anl.govIf your username on your local machine is different from your username on the Jazz cluster, you will need specify the Jazz username within the ssh command. This can be done two ways, by using the -l option or by prepending your username to the hostname.
Using the -l option:
ssh -l <jazz_username> jazz.lcrc.anl.govPrepending your username to the hostname is done with the @ symbol:
ssh <jazz_username>@jazz.lcrc.anl.govThis format is particularly useful when copying files to and from Jazz.
Copying files to and from Jazz can be accomplished with the scp command. The format of the scp command is very similar to the format of using ssh:
scp <localfile> jazz.lcrc.anl.gov:<path-to-remotefile>If you wish to copy an entire directory, use the -r option:
scp -r <localdir> jazz.lcrc.anl.gov:<path-to-remotedir>Once again, if your local username differs from your Jazz username, you will need to specify the Jazz username within the scp command. The -l option will not work, so you must preprend the username:
scp <localfile> <jazz_username>@jazz.lcrc.anl.gov:<path-to-remotefile>
The method used to copy files to and from Jazz may need to take into account any firewalls between your local machine and the cluster. It is possible that there is a firewall that will prevent access to your local machine from the Jazz network. This can make copying files from Jazz to your local machine seem difficult. If you are logged onto one of the front-ends and you are unable to scp files to your local machine using the standard scp format, try pulling the Jazz files using scp on your local machine:
scp jazz.lcrc.anl.gov:<path-to-remotefile> <localfile>
Notice that you are simply swapping the local and remote filenames. The prepending of the username and use of the -r option will work with this format as well.
Once you have connected, you will be prompted for your Jazz password. "Accessed Denied" error messages at login usually mean there is a password or username problem. If you are experiencing this problem, use the -v option to ssh (or scp) to get diagnostic output and send that output, along with your username on both systems to Jazz support for help.
The jazz.lcrc.anl.gov name refers to all currently available user login hosts. Users are placed onto the real hosts in round-robin fashion, as a result you may end up on a different host from one login to the next. Because the real hosts may change without notice, we suggest that you use the alias and not the real hostnames to log onto the cluster.
For more information on using ssh and how to obtain a version for your local machine, please read the MCS Offsite Access document. This document also contains information on why ssh is necessary and pointers to other useful sources of information on ssh and scp. Last Updated: 5/20/2003
|
|
||
| Help | Security/Privacy Notice | Disclaimer |