This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
guides:storage [22.09.2019 19:53] Teemu Kuulasmaa created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | # Research Storage Space | ||
- | |||
- | * Description: | ||
- | * Cost: Free | ||
- | * Technology: CIFS and NFS protocol (NFSv4 with kerberos) | ||
- | * Hardware: [Dell EMC Isilon](https:// | ||
- | |||
- | |||
- | | |__Home Directory__|__Work Directory__|__Group Directory__| | ||
- | |Windows|\\research\username|\\research\workdir|\\research\groups\groupname| | ||
- | |Linux|/ | ||
- | |Size|50 GB|2000 GB|5000+ GB| | ||
- | |Backup|yes|no|no| | ||
- | |||
- | ## How to apply | ||
- | |||
- | Researcher needs to apply for the research storage by registering as a researcher. Application can be found from the [e-services](https:// | ||
- | |||
- | [[https:// | ||
- | |||
- | Students cannot fill application for themselves. In this cases supervisor will make an application for them directly via < | ||
- | |||
- | ## How to use storage | ||
- | |||
- | After your application has been processed and you are granted an access to the research storage then are apply to connect storage directly with your operating system file management tools. | ||
- | |||
- | ### With Windows | ||
- | |||
- | Open File Explorer and enter to address bar: \\research | ||
- | |||
- | {{ : | ||
- | |||
- | User can map network share to the local computer for easy access | ||
- | |||
- | {{: | ||
- | |||
- | ### With Macintosh | ||
- | Go -> Connect to Server... | ||
- | |||
- | {{ : | ||
- | |||
- | | ||
- | |||
- | {{ : | ||
- | |||
- | ### With Linux Computing Node | ||
- | |||
- | | ||
- | {{ : | ||
- | |||
- | ## Frequently Asked Questions (FAQ) | ||
- | |||
- | |||
- | I am getting strange permission denied errors, what I am doing wrong? | ||
- | New storage space uses kerberos authentication for file access. This is much more secure method than verifying user access locally at server but this also mean few changes. | ||
- | a) User does not get kerberos ticket with SSH keypair. User must login once a week with a password | ||
- | b) If user has not logged in a 10 days the user loses temporarily access to file system. | ||
- | |||