Integrated Digital Engineering on AWS
  • 🚀First Time Users
    • What is IDEA?
    • Install IDEA
      • Pre-Requisites
      • Standard Installation
    • Access your IDEA cluster
      • Web Interface
      • Virtual Desktops (Linux/Windows)
      • SSH
      • APIs
    • File Browser
    • Let's get started
    • Cluster operations
      • Update IDEA cluster
        • Patch IDEA module (idea-admin.sh patch)
        • Update IDEA configuration (idea-admin.sh config)
        • Update IDEA backend resource (idea-admin.sh deploy)
        • Full IDEA Upgrade (idea-admin.sh upgrade-cluster)
      • Uninstall IDEA
  • 🤖Modules
    • What is a module?
    • Virtual Desktop Interfaces
      • User Documentation
        • Create a virtual desktop (Linux/Windows)
        • Stop/Delete/Hibernate a virtual desktop
        • Modify a virtual desktop
        • Share a virtual desktop
        • Virtual desktop scheduling
      • Admin Documentation
        • Dashboard
        • Sessions
        • Virtual Desktop Images (Software Stacks)
        • Permissions management
      • Technical
        • APIs
    • HPC Workloads
      • User Documentation
        • Submit a job
        • Script Workbench
        • Control my jobs
        • Supported EC2 parameters
        • Job Storage
        • Troubleshooting
          • My job is not starting
      • Admin Documentation
        • Queue Profiles
        • Create Web Based Job Submission Workflows
        • Configure Floating License resources
    • Cluster Manager
      • Users Management
      • Groups Management
      • Projects Management
      • Data Sharing Between Users
      • APIs
      • Cluster Status
      • Email Templates
    • Shared Storage
      • Storage Management
  • 👑Best Practices
    • Analytics
      • OpenSearch
        • Configure your OpenSearch
        • Create your own analytics visualizations
    • Budget
      • Review your AWS spend
      • Control your AWS spend
      • Set up budget per project
    • Security
      • Backup IDEA environment
  • 🧱Architecture
    • High Level Overview
  • 🛠️Developer Portal
    • IDEA CLI utility
    • Developer Onboarding
  • 🚨Help and Support
    • FAQ
    • Raise a bug
Powered by GitBook
On this page
  1. Modules
  2. Cluster Manager

Data Sharing Between Users

How to share your result files on IDEA

PreviousProjects ManagementNextAPIs

Last updated 6 days ago

  • Navigate to your IDEA cluster > account settings

  • Click on the actions button > add user to my group

  • Click the plus button to add users > type the usernames you want to share with

  • Verify usernames have been added and are spelled correctly

  • Ensure you are in your username's directory (use "pwd")

  • Type "chmod g+rx ." (no quotes, don't forget the period) to update permissions for your username's directory

  • Type "cd .." (no quotes) to navigate to the next level up in the directory hierarchy

  • Type "ls -al" (no quotes) and verify your directory has "drwxr-x---" permissions

Those who you've shared with should now be able to download files from your directory!

\

Open SSH client > connect to HPC IDEA Cluster. Note: If you haven't set this up yet, follow the tutorial here:

🤖
https://cidea.cfsenergy.com/#/home/ssh-access