We have started offering a network storage service to expand our research data storage environment and data collection infrastructure from May 2022. You can start using the service by following the procedure from User Portal. Please note that the maintenance may be performed and service content may be revised without prior notice.
Small network storage cluster connected to a network independent from the supercomputer system.
Item | Content |
---|---|
Device | DELL EMC isilon A200 x 4 DELL EMC PowerScale F200 x 4 |
Storage capacity | 260TB |
Front-end network | 5Gbps |
If you have a user ID of Large-scale computer system, you can use the following services free of charge. This service does not back up the user's data by the system administrator.Please make backups as necessary to prepare for the loss of the registered data when using this service.
Item | Content |
---|---|
Supported protocols | FTPS and S3 (Amazon S3 compatible, path format) |
Storage capacity | 100GB |
Transfer capacity | Unlimited |
Backup | None |
FTP account | 1 |
S3 account | 1 |
Number of S3 Buckets | 1 |
Number of S3 requests | Unlimited |
Number of S3 objects | Unlimited |
Tine zone of Device | UTC |
Item | Content |
---|---|
Connection Destination | s3.kudpc.kyoto-u.ac.jp |
Access key | Please check the user portal. |
Secret key | Please check the user portal. |
Bucket name | Please check the user portal. |
Please refer to the Official Manual. The supercomputer system provides module files. Please see here for details.
$ aws configure --profile kudpc
AWS Access Key ID [None]: ## Enter the access key issued by the User Portal
AWS Secret Access Key [None]: ## Enter the secret access key issued by the User Portal
Default region name [None]: ## Enter without input
Default output format [None]: ## Enter without input
# Basic command system
$ aws --profile kudpc --endpoint-url=https://s3.kudpc.kyoto-u.ac.jp s3 [Command]
## Obtain a list of files
$ aws --profile kudpc --endpoint-url=https://s3.kudpc.kyoto-u.ac.jp s3 ls s3://b59999
## Upload Files
$ aws --profile kudpc --endpoint-url=https://s3.kudpc.kyoto-u.ac.jp s3 cp sample.sh s3://b59999
## Download Files
$ aws --profile kudpc --endpoint-url=https://s3.kudpc.kyoto-u.ac.jp s3 cp s3://b59999/sample.sh ./
## Delete files from network storage
$ aws --profile kudpc --endpoint-url=https://s3.kudpc.kyoto-u.ac.jp s3 rm s3://b59999/sample.sh
## Synchronize local folders to network storage
$ aws --profile kudpc --endpoint-url=https://s3.kudpc.kyoto-u.ac.jp s3 sync ./ s3://b59999
Please refer to the Official Manual. The supercomputer system can be used without loading the module.
## Create directory to mount network storage
$ mkdir ./kudpc-s3
## Create S3 authentication information
$ echo "{accesss key}:secret key}" > ${HOME}/.passwd-s3fs
$ chmod 600 ${HOME}/.passwd-s3fs
## mount
$ s3fs b59999 ./kudpc-s3 -o use_path_request_style,url=https://s3.kudpc.kyoto-u.ac.jp,uid=$(id -u),gid=$(id -g)
## unmount
$ fusermount -u ./kudpc-s3
Please download the file from official website.
Item | Content |
---|---|
Protocol Selection Screen | Amazon S3 |
Server | s3.kudpc.kyoto-u.ac.jp |
Port | 443 |
Access key ID | S3 access key |
Secret access key | S3 secret key |
Item | Content |
---|---|
Connection Destination | s3.kudpc.kyoto-u.ac.jp |
Account name | Please check the user portal. |
Password | Please check the user portal. |
Please refer to Installing WinSCP.
Item | Content |
---|---|
Transfer protocol | FTP |
Encryption | Explicit TLS/SSL encryption |
Host name | s3.kudpc.kyoto-u.ac.jp |
Port number | 21 |
User name | FTP account name |
Password | FTP Password |
Please download the file from official website.
Enter the session information as shown in the table below and click the "Connect" button.
Item | Content |
---|---|
Protocol Selection Screen | FTP(File Transfer Protocol) |
Server | s3.kudpc.kyoto-u.ac.jp |
Port | 21 |
User name | FTP account name |
Password | FTP Password |