Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:navody:faq:start [16.04.2019 10:40] – danecek@cesnet.cz | en:navody:faq:start [26.05.2023 11:09] (current) – [FileSender] lukasstrnad_cesnet.cz | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| __Solution: | __Solution: | ||
| - | Password can be set by using [[https:// | + | Password can be set by using [[https:// |
| If you are applying for VO storage and registration process didn't require setting your password, you have probably an existing account in MetaCentrum. If you have forgotten your primary password, you can change it via link above. | If you are applying for VO storage and registration process didn't require setting your password, you have probably an existing account in MetaCentrum. If you have forgotten your primary password, you can change it via link above. | ||
| Line 35: | Line 35: | ||
| In case you have more than one identity from the various organizations and you wish to use for access to [[https:// | In case you have more than one identity from the various organizations and you wish to use for access to [[https:// | ||
| - | Method how to consolidate two fictitious identities - //4352@hostel.cz// a // | + | Method how to consolidate two fictitious identities - //4352@cvut.cz// a // |
| - Go to https:// | - Go to https:// | ||
| Line 42: | Line 42: | ||
| - Log in via chosen identity | - Log in via chosen identity | ||
| - | In case no problem has occurred, now you can use //4352@hostel.cz// or // | + | In case no problem has occurred, now you can use //4352@cvut.cz// or // |
| === Logout from federated web services === | === Logout from federated web services === | ||
| Line 92: | Line 92: | ||
| ==== ownCloud ==== | ==== ownCloud ==== | ||
| - | {{page> | + | {{page> |
| + | |||
| + | ==== Object storage S3 ==== | ||
| + | {{page> | ||
| ==== FTP ==== | ==== FTP ==== | ||
| Line 182: | Line 185: | ||
| # mount -o sec=krb5i, | # mount -o sec=krb5i, | ||
| # kswitch -p user@EINFRA | # kswitch -p user@EINFRA | ||
| - | # mount -o rw, | + | # mount -o rw, |
| </ | </ | ||
| Line 245: | Line 248: | ||
| < | < | ||
| We are sorry but if you want to use the FileSender service, your account must be verified. | We are sorry but if you want to use the FileSender service, your account must be verified. | ||
| - | For more information how to verify your account, please visit https://hostel.eduid.cz. | + | For more information how to verify your account, please visit https:// |
| </ | </ | ||
| - | If you have account in the academic identity federation eduID.cz | + | If you have account in the academic identity federation eduID.cz and the FileSender shows you still same message as is mentioned above, please visit this page https:// |
| Line 278: | Line 281: | ||
| __Solution: | __Solution: | ||
| Current version of FileSender allows to store data along one month period. | Current version of FileSender allows to store data along one month period. | ||
| + | |||
| + | === API and command line file upload === | ||
| + | __Description of the problem:__ | ||
| + | Is it possible to upload files in a different way than via the web interface, i.e. directly from measuring or computing machines? | ||
| + | |||
| + | __Solution: | ||
| + | Yes, if the system has the ability to use the command line and python version 3, it is possible to use the offered script directly in the FileSender interface. You can find this script after logging in to FileSender under your user account (authentication via eduID) in the "My Profile" | ||
| + | |||
| + | Sample upload with downloaded and correctly placed configuration file: | ||
| + | < | ||
| + | python3 filesender.py -r abcdefghijklmnopqrstuvwxyz0123456789@einfra.cesnet.cz uploaded.file1 uploaded.file2</ | ||
| + | |||
| + | Sample upload using an API key: | ||
| + | < | ||
| + | python3 filesender.py -a 1234567890123456789012345678901234567890123456789012345678901234567890 -u abcdefghijklmnopqrstuvwxyz0123456789@einfra.cesnet.cz -r e-mail@recipient.com uploaded.file1 uploaded.file2</ | ||
| ==== Globus ==== | ==== Globus ==== | ||
| Line 292: | Line 310: | ||
| Based on new Terms of Service that are in effect from January 2018, the system of handling data on storage facilities has been changed in order to prevent the facilities to get full. The data has been classified into two categories, permanent archives and backups. | Based on new Terms of Service that are in effect from January 2018, the system of handling data on storage facilities has been changed in order to prevent the facilities to get full. The data has been classified into two categories, permanent archives and backups. | ||
| - | **The system is applied to storage facilities put into operation since 2018. It doesn' | + | **The system is applied to storage facilities put into operation since 2018. It doesn' |
| Line 341: | Line 359: | ||
| < | < | ||
| Endpoint: ducesnet# | Endpoint: ducesnet# | ||
| - | Server: globus.du1.cesnet.cz: | + | Server: globus.du4.cesnet.cz: |
| File: / | File: / | ||
| Command: RETR ~/ | Command: RETR ~/ | ||
| Line 358: | Line 376: | ||
| Please connect to the data storage using ssh protocol. | Please connect to the data storage using ssh protocol. | ||
| - | < | + | < |
| Now go to the directory, which you wish to check. Here is obvious which files are causing the issue. It is **test1 a testfile1**. | Now go to the directory, which you wish to check. Here is obvious which files are causing the issue. It is **test1 a testfile1**. | ||
| Line 381: | Line 399: | ||
| < | < | ||
| + | ==== Object storage S3 ==== | ||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | ==== Object storage RBD ==== | ||