/category/storage

  • Drive Mapping on Windows or Mac OSX

    Research Standard and Research Project storage can be mapped to your Windows or Mac computer as a remote drive. Due to security risks, RC no longer provisions SMB exports for new storage shares by default; exceptions may be granted only with strong justification. We will continue to support drive mapping for shares that were previously provisioned with SMB access until further notice.
    If you are off Grounds, you must be connected to a VPN, such as the UVA Anywhere VPN or the More Secure VPN from ITS. The More Secure VPN is recommended where available.
    Windows Open a File Explorer page.

  • Transfer Files Using Amazon S3

    Setup You will need to install and configure the awscli package in order to access objects in S3.
    Install the AWS CLI The AWS CLI is available through the pip/pip3 installer:
    If you have administrator privileges type
    pip install awscli Otherwise use
    pip install –user awscli The project is open source, so you can also download the source at https://github.com/aws/aws-cli
    UVA HPC Users have two options:
    Load the awscli module:
    module load awscli If you need a different version, install it in your user directory:
    pip install –user awscli==1.19.29 Authenticate the CLI to Amazon Web Services Once the aws package is installed, you will need to configure it:

  • Globus Command-Line Interface

    Install the Globus CLI The Globus CLI is available through the pip installer:
    If you have administrator privileges type
    pip install globus-cli Otherwise use
    pip install –user globus-cli The project is open source, so you can also download the source at https://github.com/globus/globus-cli
    If you would like to use the CLI from UVA HPC, please follow these directions below.
    Authenticate using the Globus CLI Log in against your institutional authentication provider. In the case of UVA, we use NetBadge for signing in:
    globus login This will open a page in your web browser where you select your institution and proceed to log in: