About home directory space on IU research supercomputers

On this page:


Overview

Home directory space for individuals and groups with accounts on the Indiana University research supercomputers is hosted on Geode, IU's disk-based, online storage service.

To request an account on an Indiana University research system, see Get additional IU computing accounts. Account availability depends on your eligibility.

Home directories are backed up once a month. Additionally, daily snapshots are taken of each directory and stored in hidden .snap directories, allowing users to recover their deleted or corrupted files. Thirty days' worth of snapshots are accessible; for more, see Recover deleted or corrupt files from your home directory or Geode-Project space on the IU research supercomputers.

Appropriate use

Your home directory space is intended for low-capacity, low-performance uses, such as storing documentation, configuration files, source files, and data files needed to run batch and/or interactive jobs on IU's research supercomputers. Your home directory space is not intended for storing large data sets, nor is it capable of handling data-intensive computational I/O from parallel compute jobs; other Research Technologies systems are provided for those purposes:

Important:

The Research Technologies division of UITS provides several systems and services that meet certain requirements established in the HIPAA Security Rule thereby enabling their use for research involving data that contain protected health information (PHI). However, using a UITS Research Technologies resource does not fulfill your legal responsibilities for protecting the privacy and security of data containing PHI. You may use these resources for research involving data containing PHI only if you institute additional administrative, physical, and technical safeguards that complement those UITS already has in place.

For more, see Your legal responsibilities for protecting data containing protected health information (PHI) when using UITS Research Technologies systems and services.

If you have questions about securing HIPAA-regulated research data at IU, email securemyresearch@iu.edu. SecureMyResearch provides self-service resources and one-on-one consulting to help IU researchers, faculty, and staff meet cybersecurity and compliance requirements for processing, storing, and sharing regulated and unregulated research data; for more, see About SecureMyResearch. To learn more about properly ensuring the safe handling of PHI on UITS systems, see the UITS IT Training video Securing HIPAA Workflows on UITS Systems. To learn about division of responsibilities for securing PHI, see Shared responsibility model for securing PHI on UITS systems.

Home directory paths

When you create an account on one or more of IU's research supercomputers, your home directory space is created automatically within the file system at the following path(s); replace username with your IU username:

System Home directory path
Big Red 200 /N/u/username/BigRed200
Big Red 3 /N/u/username/BigRed3
Carbonate /N/u/username/Carbonate
Quartz /N/u/username/Quartz

You can navigate your home directory space and manage your files using basic command-line utilities.

For more, see this document's Navigate your home directory space(s) and manage your files section, below.

Home directory allocations (storage quotas)

By default, IU research supercomputer users are allocated 100 GB of home directory space with a maximum file limit of 800,000 files. When you have accounts on more than one IU research supercomputer, your home directory allocation is shared among those accounts.

To check how much allocated home directory space you're using, log into HPC everywhere and, in the "HPC Status" pane, look under "Storage".

When you exceed your home directory data quota or file limit, the system returns a disk or file quota error to the application you are using. If you reach or exceed the data or file quota while a job is running, the job will continue to run, but it will be unable to append or create output files in your home directory. As long as your home directory remains over quota, you (and the jobs you run) will not have access to additional storage space. To bring your home directory back under quota, delete unneeded files, and archive needed files on the SDA or another storage resource (for options, see Available access to allocated and short-term storage capacity on IU's research systems).

Note:

Files containing PHI must be encrypted when they are stored (at rest) and when they are transferred between networked systems (in transit). To ensure that files containing PHI are encrypted when they are stored, encrypt them before transferring them to storage. To ensure that files containing PHI remain encrypted during transit, use SFTP/SCP or the IU Globus Web App. For more, see Recommended tools for encrypting data containing HIPAA-regulated PHI.

When in support of research activities, home directory quota increases may be granted. If you need home directory disk space, and other allocated storage options do not meet your needs, email the UITS Research Storage team. Users who need even larger home directory allocations can request additional storage for a nominal annual fee.

Access your home directory space

Note:

Once your account on an IU research supercomputer is created , you can use any of the following methods to access your home directory space.

If you have home directory space on more than one IU research supercomputer, you can navigate the file system and manage files in each space without having to make separate SSH or SFTP connections.

For example, if you have accounts on Big Red 3 and Carbonate, connecting via SSH to bigred3.uits.iu.edu places you on the command line in your Big Red 3 home directory. You should see the following command prompt (with username replaced by your IU username):

username@login1:~>

From there, you can:

  • Navigate between your home directory spaces: To move from your Big Red 3 home directory to your Carbonate home directory, at the command prompt, enter:
    cd ../Carbonate
    

    The command prompt will change to indicate your current location in the file system (with username replaced with your IU username):

    username@login1:/N/u/username/Carbonate>
    

    To automatically return to your Big Red 3 home directory, at the command prompt, enter:

    cd
    
  • List the files stored in another home directory space: From your Big Red 3 home directory, you can list the files in your Carbonate home directory; at the command prompt, enter:
    ls ../Carbonate
    

    You should see a simple listing of the files in your Carbonate home directory; for example:

    file1 file2 matlab_script
    
  • Copy a file from another home directory space: From your Big Red 3 home directory, to copy a file (for example, matlab_script) that is stored in your Carbonate home directory and save it to your Big Red 3 home directory, at the command prompt, enter:
    cp ../Carbonate/matlab_script ~/
    
  • Create a new subdirectory in another home directory space: From your Big Red 3 home directory, to create a new subdirectory (for example, R_files) in your Carbonate home directory, at the command prompt enter:
    mkdir ../Carbonate/R_files
    
  • Move a file to another home directory space: From your Big Red 3 home directory, to move a file (for example, R_input.R) from your Big Red 3 home directory to your Carbonate home directory, at the command prompt, enter:
    mv R_input.R ../Carbonate
    

    Alternatively, to move the same file to the R_files subdirectory created in the previous example, at the command prompt, enter:

    mv R_input.R ..Carbonate/R_files
    
Note:
The directory path, including file name, of any stored object may not exceed 4,096 bytes in length.

Share access with other IU research supercomputer users

To set up shared access to files and subdirectories in your home directory space for other IU research supercomputer users:

  1. Direct users to whom you are granting access to email the UITS Research Storage team to request network access for their IU usernames.
  2. Set up Access Control Lists (ACLs) for granting individual- and/or group-level access to specific files and/or subdirectories in your home directory space; for instructions, see Share access to your home directory space or Geode-Project space with other IU research supercomputer users.

Get help

For help learning how to use command-line Unix/Linux, see Unix basics.

Geode, the service that hosts IU research supercomputer home directories, is operated by the Research Storage team within the Research Technologies division of UITS. If you have questions about your home directory space, or need help, email the UITS Research Storage team.

This is document auad in the Knowledge Base.
Last modified on 2022-12-13 13:34:11.