Skip to content
Snippets Groups Projects
Commit 94426cc9 authored by John Thiltges's avatar John Thiltges
Browse files

On the Mac/Linux quickstart, swap tusker/crane instructions to crane/rhino

parent df6c34e5
No related branches found
No related tags found
1 merge request!138On the Mac/Linux quickstart, swap tusker/crane instructions to crane/rhino
...@@ -30,11 +30,11 @@ to get access to the HCC cluster **Crane**. Note that <username> ...@@ -30,11 +30,11 @@ to get access to the HCC cluster **Crane**. Note that <username>
should be replaced by your HCC account username. If you do not have a should be replaced by your HCC account username. If you do not have a
HCC account, please contact a HCC specialist HCC account, please contact a HCC specialist
({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu)) ({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
or go to http://hcc.unl.edu/newusers. or go to https://hcc.unl.edu/newusers.
To use the **Crane** cluster, replace tusker.unl.edu with with crane.unl.edu. To use the **Rhino** cluster, replace crane.unl.edu with with rhino.unl.edu.
{{< highlight bash >}} {{< highlight bash >}}
$ ssh <username>@tusker.unl.edu $ ssh <username>@crane.unl.edu
$ <password> $ <password>
{{< /highlight >}} {{< /highlight >}}
...@@ -45,28 +45,28 @@ File Transferring with HCC Supercomputers ...@@ -45,28 +45,28 @@ File Transferring with HCC Supercomputers
For Mac/Linux users, file transferring between your personal computer For Mac/Linux users, file transferring between your personal computer
and the HCC supercomputers can be achieved through the command `scp`. and the HCC supercomputers can be achieved through the command `scp`.
Here we use **Tusker** for example. **The following commands should be Here we use **Crane** for example. **The following commands should be
executed from your computer. ** executed from your computer. **
**Uploading from local to remote** **Uploading from local to remote**
{{< highlight bash >}} {{< highlight bash >}}
$ scp -r ./<folder name> <username>@tusker.unl.edu:/work/<group name>/<username> $ scp -r ./<folder name> <username>@crane.unl.edu:/work/<group name>/<username>
{{< /highlight >}} {{< /highlight >}}
The above command line transfers a folder from the current directory The above command line transfers a folder from the current directory
(`./`) of the your computer to the `$WORK` directory of the HCC (`./`) of the your computer to the `$WORK` directory of the HCC
supercomputer, Tusker. Note that you need to replace `<group name>` supercomputer, Crane. Note that you need to replace `<group name>`
and `<username>` with your HCC group name and username. and `<username>` with your HCC group name and username.
**Downloading from remote to local** **Downloading from remote to local**
{{< highlight bash >}} {{< highlight bash >}}
$ scp -r <username>@tusker.unl.edu:/work/<group name>/<username>/<folder name> ./ $ scp -r <username>@crane.unl.edu:/work/<group name>/<username>/<folder name> ./
{{< /highlight >}} {{< /highlight >}}
The above command line transfers a folder from the `$WORK` directory of The above command line transfers a folder from the `$WORK` directory of
the HCC supercomputer, Tusker, to the current directory (`./`) of the the HCC supercomputer, Crane, to the current directory (`./`) of the
your computer. your computer.
### Using Cyberduck ### Using Cyberduck
...@@ -74,7 +74,7 @@ your computer. ...@@ -74,7 +74,7 @@ your computer.
If you wish to use a GUI, be aware that not all programs will function If you wish to use a GUI, be aware that not all programs will function
correctly with Duo two-factor authentication. Mac users are recommended correctly with Duo two-factor authentication. Mac users are recommended
to use [Cyberduck](http://cyberduck.io). It is compatible with Duo, but a to use [Cyberduck](https://cyberduck.io). It is compatible with Duo, but a
few settings need to be changed. few settings need to be changed.
Under **Preferences - General**, change the default protocol to SFTP: Under **Preferences - General**, change the default protocol to SFTP:
...@@ -97,7 +97,7 @@ To add an HCC machine, in the bookmarks pane click the "+" icon: ...@@ -97,7 +97,7 @@ To add an HCC machine, in the bookmarks pane click the "+" icon:
{{< figure src="/images/7274500.png" height="450" >}} {{< figure src="/images/7274500.png" height="450" >}}
Ensure the type of connection is SFTP. Enter the hostname of the machine Ensure the type of connection is SFTP. Enter the hostname of the machine
you wish to connect to (tusker.unl.edu, crane.unl.edu) in the **Server** you wish to connect to (crane.unl.edu, rhino.unl.edu) in the **Server**
field, and your HCC username in the **Username** field. The field, and your HCC username in the **Username** field. The
**Nickname** field is arbitrary, so enter whatever you prefer. **Nickname** field is arbitrary, so enter whatever you prefer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment