Advanced Research Computing
Virtual Visit Request info Apply
MENUMENU
  • About
    • Overview
    • Details
    • Terms of Service
    • FAQs
    • Our Team
    • Testimonials
  • Services
    • ARC Support Bot
    • Coffee/Office Hours
    • Data Portal »
    • Pricing
    • Secure Computing
    • Service Requests
      • Request an Account
      • Request Classroom Access
      • Request Data Science Development/Consulting
      • Request Software
      • Request Storage
  • Resources
    • Documentation »
    • Workshops
    • Web Apps
      • Doppler (NAU only)
      • Metrics (NAU only)
      • OnDemand
      • XDMod
      • XDMoD Reports
  • Research
    • Current Projects
    • Publications
  • Collaboration
    • Arizona Research Computing
    • CRN
    • External
  • IN
  • ARC
  • File Management

File management

Getting your files to and from monsoon

Advanced Research Computing provides unified storage areas on Monsoon for /home, /scratch and /projects. These storage areas are available on all connected systems: login, compute, and data transfer nodes. All systems have the same up-to-date view of all data on the different storage areas. All users are granted the same quotas on these storage areas:

– /home : 20GB
– /scratch: 15TB, and 1M files
– /projects: 5TB

Utilize the “getquotas” command to check your quotas on these storage areas. For example:

What follows are sets of instructions for transferring files to and from the file systems residing on Monsoon.

Prerequisites:

  • Obtaining a monsoon account
  • Connecting to monsoon

Linux and Mac OSX – scp Accordion Closed

If your primary desktop is a Mac or Linux system, you can use the scp command to copy files to and from Monsoon. For example, say you’d like to transfer a file called assembly.py and your desktops name is workstation.lab.nau.edu. On workstation.lab.nau.edu, open up a terminal and run the command:

$ scp ~/path/mywork/assembly.py nauid@monsoon.hpc.nau.edu:~/

Where nauid is your NAU user id.

If you are transferring a whole directory you will do it similarly but with the -r switch like so:

$ scp -r ~/path/mywork/assembly_data
nauid@monsoon.hpc.nau.edu:/scratch/nauid

Mac OSX – SMB / CIFS Accordion Closed

You can also transfer files to Monsoon using a GUI approach with SMB or CIFS.

1. Open the Finder app.
2. Click the Go menu, and click Connect to Server.
3. In the server address box type: smb://shares.hpc.nau.edu/cirrus, then click Connect.

Enter your NAU credentials and click ok. Select the filesystem that you would like to connect to and click ok. From here you can transfer files just as you would using the Finder app.

Connecting to Server snapshot

Windows – SMB / CIFS Accordion Closed

Just like on the Mac, you can transfer files to and from Monsoon using a GUI approach with SMB or CIFS.

1. Open a File Explorer window and type \\shares.hpc.nau.edu\cirrus into the address bar and click enter. Make sure you use the appropriate back-slashes.

Windows SMB/CIFS snapshot

2. Enter your NAU credentials and click ok. From here it should be pretty straight forward transferring your files back and forth to and from Monsoon.